SST  14.0.0
StructuralSimulationToolkit
SST::SSTHandler2< returnT, argT, classT, dataT, funcT > Class Template Reference

Base template for the class. More...

#include <ssthandler.h>

Inheritance diagram for SST::SSTHandler2< returnT, argT, classT, dataT, funcT >:
SST::SSTHandlerBase< returnT, argT > SST::SSTHandlerBaseProfile SST::Core::Serialization::serializable

Additional Inherited Members

- Public Member Functions inherited from SST::SSTHandlerBase< returnT, argT >
returnT operator() (argT arg)
 
- Public Member Functions inherited from SST::SSTHandlerBaseProfile
void addProfileTool (HandlerProfileToolAPI *tool, const HandlerMetaData &mdata)
 
void transferProfilingInfo (SSTHandlerBaseProfile *handler)
 
HandlerId_t getId ()
 Get the ID for this Handler. More...
 
- Public Member Functions inherited from SST::Core::Serialization::serializable
virtual const char * cls_name () const =0
 
virtual void serialize_order (serializer &ser)=0
 
virtual uint32_t cls_id () const =0
 
virtual std::string serialization_name () const =0
 
- Static Public Attributes inherited from SST::Core::Serialization::serializable
static constexpr uint32_t NullClsId = std::numeric_limits<uint32_t>::max()
 
- Protected Types inherited from SST::Core::Serialization::serializable
enum  cxn_flag_t { ConstructorFlag }
 
- Static Protected Member Functions inherited from SST::Core::Serialization::serializable
static void serializable_abort (uint32_t line, const char *file, const char *func, const char *obj)
 
- Protected Attributes inherited from SST::SSTHandlerBaseProfile
HandlerProfileToolListprofile_tools
 

Detailed Description

template<typename returnT, typename argT, typename classT, typename dataT, auto funcT>
class SST::SSTHandler2< returnT, argT, classT, dataT, funcT >

Base template for the class.

If this one gets chosen, then there is a mismatch somewhere, so it will just static_assert


The documentation for this class was generated from the following file: