|
SST/macro
|
#include <serializable_type.h>


Public Member Functions | |
| virtual const char * | cls_name () const =0 |
| virtual void | serialize_order (sprockit::serializer &ser)=0 |
| virtual uint32_t | cls_id () const =0 |
| virtual | ~serializable () |
Protected Types | |
| enum | cxn_flag_t { ConstructorFlag } |
Definition at line 10 of file serializable_type.h.
|
protected |
| Enumerator | |
|---|---|
| ConstructorFlag | |
Definition at line 25 of file serializable_type.h.
|
inlinevirtual |
Definition at line 22 of file serializable_type.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in sstmac::hw::network_message, sstmac::hw::packet, sstmac::event, and sstmac::transport_message.
1.8.11