|
|
template<bool cond, typename U > |
| using | resolvedType = typename std::enable_if< cond, U >::type |
| |
|
|
| 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 () |
| |
template<typename T>
class scc::sc_attribute_randomized< T >
Definition at line 30 of file sc_attribute_randomized.h.
The documentation for this class was generated from the following file: