SST 15.0
Structural Simulation Toolkit
|
Public Member Functions | |
SST_ELI_REGISTER_MODULE (CoreTestModuleExample, "coreTestElement", "CoreTestModule", SST_ELI_ELEMENT_VERSION(1, 0, 0), "CoreTest module to demonstrate interface.", SST::CoreTestModule::CoreTestModuleExample) SST_ELI_DOCUMENT_PARAMS( | |
CoreTestModuleExample (SST::Params ¶ms) | |
std::string | getRNGType () const |
uint32_t | getNext () |
void | serialize_order (SST::Core::Serialization::serializer &ser) override |
![]() | |
SST_ELI_DECLARE_CTORS (ELI_CTOR(SST::Params &), ELI_CTOR(Component *, SST::Params &)) Module() | |
void | serialize_order (SST::Core::Serialization::serializer &UNUSED(ser)) override |
![]() | |
virtual const char * | cls_name () const =0 |
virtual uint32_t | cls_id () const =0 |
virtual std::string | serialization_name () const =0 |
Data Fields | |
ImplementSerializable(SST::CoreTestModule::CoreTestModuleExample) private Random * | rng |
Additional Inherited Members | |
![]() | |
static constexpr uint32_t | NullClsId = std::numeric_limits<uint32_t>::max() |
![]() | |
static constexpr uint32_t | NullClsId = std::numeric_limits<uint32_t>::max() |
![]() | |
enum | cxn_flag_t { ConstructorFlag } |
![]() | |
static void | serializable_abort (uint32_t line, const char *file, const char *func, const char *obj) |
|
overridevirtual |
Implements SST::Core::Serialization::serializable_base.