SST  13.1.0
Structural Simulation Toolkit
SST::SSTHandlerBase< returnT, argT > Class Template Referenceabstract

Handlers with 1 handler defined argument to callback from caller. More...

#include <ssthandler.h>

Inheritance diagram for SST::SSTHandlerBase< returnT, argT >:
SST::SSTHandlerBaseProfile SST::SSTHandler< returnT, argT, classT, dataT > SST::SSTHandler< returnT, argT, classT, void >

Public Member Functions

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...
 

Additional Inherited Members

- Protected Attributes inherited from SST::SSTHandlerBaseProfile
HandlerProfileToolListprofile_tools
 

Detailed Description

template<typename returnT, typename argT>
class SST::SSTHandlerBase< returnT, argT >

Handlers with 1 handler defined argument to callback from caller.


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