SST 15.0
Structural Simulation Toolkit
|
Base template for handlers which don't take a class defined argument. More...
#include <ssthandler.h>
Data Structures | |
class | AttachPoint |
Attach Point to get notified when a handler starts and stops. More... | |
Public Member Functions | |
void | operator() () |
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. | |
void | operator() (void 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. | |
![]() | |
virtual const char * | cls_name () const =0 |
virtual uint32_t | cls_id () const =0 |
virtual std::string | serialization_name () const =0 |
Protected Member Functions | |
virtual void | operator_impl ()=0 |
void | serialize_order (SST::Core::Serialization::serializer &ser) override |
virtual void | operator_impl (void)=0 |
void | serialize_order (SST::Core::Serialization::serializer &ser) override |
Additional Inherited Members | |
![]() | |
static constexpr uint32_t | NullClsId = std::numeric_limits<uint32_t>::max() |
![]() | |
static constexpr uint32_t | NullClsId = std::numeric_limits<uint32_t>::max() |
![]() | |
enum | cxn_flag_t { ConstructorFlag } |
![]() | |
static void | serializable_abort (uint32_t line, const char *file, const char *func, const char *obj) |
Base template for handlers which don't take a class defined argument.
This expansion covers the case of void return type. This version does not support intercepts.
|
inline |
Attaches a tool to the AttachPoint.
tool | Tool to attach |
mdata | Metadata to pass to the tool |
|
inline |
Attaches a tool to the AttachPoint.
tool | Tool to attach |
mdata | Metadata to pass to the tool |
References SST::SSTHandlerBase< void, void >::AttachPoint::registerHandler().
|
inline |
Remove an attached tool.
tool | Tool to remove. If tool doesn't exist, then no action is taken |
|
inline |
Remove an attached tool.
tool | Tool to remove. If tool doesn't exist, then no action is taken |
|
inlineoverrideprotectedvirtual |
Implements SST::Core::Serialization::serializable_base.
|
inlineoverrideprotectedvirtual |
Implements SST::Core::Serialization::serializable_base.