SST 16.0.0
Structural Simulation Toolkit
SST::CoreTestModule::CoreTestModuleExample Class Reference
Inheritance diagram for SST::CoreTestModule::CoreTestModuleExample:
SST::Module SST::Core::Serialization::serializable SST::Core::Serialization::serializable_base

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 &params)
std::string getRNGType () const
uint32_t getNext ()
void serialize_order (SST::Core::Serialization::serializer &ser) override
Public Member Functions inherited from SST::Module
 SST_ELI_DECLARE_CTORS (ELI_CTOR(SST::Params &), ELI_CTOR(Component *, SST::Params &)) Module()
void serialize_order (SST::Core::Serialization::serializer &UNUSED(ser)) override
Public Member Functions inherited from SST::Core::Serialization::serializable_base
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 Randomrng

Additional Inherited Members

Static Public Attributes inherited from SST::Core::Serialization::serializable
static constexpr uint32_t NullClsId = std::numeric_limits<uint32_t>::max()
Static Public Attributes inherited from SST::Core::Serialization::serializable_base
static constexpr uint32_t NullClsId = std::numeric_limits<uint32_t>::max()
Protected Types inherited from SST::Core::Serialization::serializable_base
enum  cxn_flag_t { ConstructorFlag }
Static Protected Member Functions inherited from SST::Core::Serialization::serializable_base
static void serializable_abort (uint32_t line, const char *file, const char *func, const char *obj)

Member Function Documentation

◆ serialize_order()

void CoreTestModuleExample::serialize_order ( SST::Core::Serialization::serializer & ser)
overridevirtual

The documentation for this class was generated from the following files:
  • src/sst/core/testElements/coreTest_Module.h
  • src/sst/core/testElements/coreTest_Module.cc