SST 15.0
Structural Simulation Toolkit
SST::SSTHandler2< returnT, argT, classT, void, funcT > Class Template Reference

Event Handler class with no user-data. More...

#include <ssthandler.h>

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

Public Member Functions

 SSTHandler2 (classT *const object)
 Constructor.
 
 SSTHandler2 (const SSTHandler2 &)=delete
 
SSTHandler2operator= (const SSTHandler2 &)=delete
 
returnT operator_impl (argT arg) override
 
void serialize_order (SST::Core::Serialization::serializer &ser) override
 
- Public Member Functions inherited from SST::SSTHandlerBase< returnT, argT >
returnT operator() (argT arg)
 
void attachTool (AttachPoint *tool, const AttachPointMetaData &mdata)
 Attaches a tool to the AttachPoint.
 
void detachTool (AttachPoint *tool)
 Remove an attached tool.
 
void transferAttachedToolInfo (SSTHandlerBase *handler)
 Transfers attached tools from existing handler.
 
- 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
 

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 }
 
- Protected Member Functions inherited from SST::SSTHandlerBase< returnT, argT >
void serialize_order (SST::Core::Serialization::serializer &ser) override
 
- 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)
 

Detailed Description

template<typename returnT, typename argT, typename classT, returnT(classT::*)(argT) funcT>
class SST::SSTHandler2< returnT, argT, classT, void, funcT >

Event Handler class with no user-data.

Constructor & Destructor Documentation

◆ SSTHandler2()

template<typename returnT, typename argT, typename classT, returnT(classT::*)(argT) funcT>
SST::SSTHandler2< returnT, argT, classT, void, funcT >::SSTHandler2 ( classT *const object)
inlineexplicit

Constructor.

Parameters
object- Pointer to Object upon which to call the handler
member- Member function to call as the handler

Member Function Documentation

◆ operator_impl()

template<typename returnT, typename argT, typename classT, returnT(classT::*)(argT) funcT>
returnT SST::SSTHandler2< returnT, argT, classT, void, funcT >::operator_impl ( argT arg)
inlineoverridevirtual

◆ serialize_order()

template<typename returnT, typename argT, typename classT, returnT(classT::*)(argT) funcT>
void SST::SSTHandler2< returnT, argT, classT, void, funcT >::serialize_order ( SST::Core::Serialization::serializer & ser)
inlineoverridevirtual

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