|
scc 2025.09
SystemC components library
|


Public Types | |
| template<bool cond, typename U> | |
| using | resolvedType = typename std::enable_if<cond, U>::type |
Public Member Functions | |
| sc_attribute_randomized (const std::string &name_) | |
| sc_attribute_randomized (const std::string &name_, const T &value_) | |
| sc_attribute_randomized (const sc_core::sc_attribute< T > &a) | |
| template<typename U = T> | |
| resolvedType< std::is_signed< T >::value, U > | get_value () |
| template<typename U = T> | |
| resolvedType< std::is_unsigned< T >::value, U > | get_value () |
Definition at line 30 of file sc_attribute_randomized.h.
| using scc::sc_attribute_randomized< T >::resolvedType = typename std::enable_if<cond, U>::type |
Definition at line 45 of file sc_attribute_randomized.h.
|
inline |
Definition at line 32 of file sc_attribute_randomized.h.
|
inline |
Definition at line 35 of file sc_attribute_randomized.h.
|
inline |
Definition at line 38 of file sc_attribute_randomized.h.
|
inlinevirtual |
Definition at line 43 of file sc_attribute_randomized.h.
|
inline |
Definition at line 54 of file sc_attribute_randomized.h.
|
inline |
Definition at line 47 of file sc_attribute_randomized.h.