scc  2022.4.0
SystemC components library
scc::sc_attribute_randomized< T > Class Template Reference
Inheritance diagram for scc::sc_attribute_randomized< T >:
Collaboration diagram for scc::sc_attribute_randomized< T >:

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 ()
 

Detailed Description

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: