| SST
    14.1.0
    StructuralSimulationToolkit | 
Event Handler class with user-data argument. More...
#include <ssthandler.h>
 
  
 | Public Member Functions | |
| SSTHandlerNoArgs (classT *const object, PtrMember member, dataT data) | |
| Constructor.  More... | |
| void | operator_impl () override | 
|  Public Member Functions inherited from SST::SSTHandlerBaseNoArgs< returnT > | |
| virtual | ~SSTHandlerBaseNoArgs () | 
| Handler function. | |
| returnT | operator() () | 
|  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_base | |
| 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 | 
| 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) | 
|  Protected Attributes inherited from SST::SSTHandlerBaseProfile | |
| HandlerProfileToolList * | profile_tools | 
Event Handler class with user-data argument.
| 
 | inline | 
Constructor.
| object | - Pointer to Object upon which to call the handler | 
| member | - Member function to call as the handler | 
| data | - Additional argument to pass to handler |