SST/macro
|
#include <sstmac/common/sstmac_config.h>
#include <sprockit/serializer_fwd.h>
#include <sprockit/serializable.h>
#include <sprockit/serialize_serializable.h>
#include <sprockit/serializer.h>
Go to the source code of this file.
Namespaces | |
sstmac | |
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i.e. | |
Macros | |
#define | START_SERIALIZATION_NAMESPACE namespace sprockit { |
#define | END_SERIALIZATION_NAMESPACE } |
#define | FRIEND_SERIALIZATION template <class T> friend class sstmac::serialize |
#define | SER_NAMESPACE_OPEN namespace sprockit { |
#define | SER_NAMESPACE_CLOSE } |
#define END_SERIALIZATION_NAMESPACE } |
Definition at line 37 of file serializable.h.
Referenced by serialize< sstmac::hw::unique_event_id >::operator()(), serialize< sstmac::hw::structured_routable::path >::operator()(), and serialize< sstmac::timestamp >::operator()().
#define FRIEND_SERIALIZATION template <class T> friend class sstmac::serialize |
Definition at line 39 of file serializable.h.
#define SER_NAMESPACE_CLOSE } |
Definition at line 51 of file serializable.h.
Referenced by serialize< sstmac::hw::stat_bytes_sent::aggregation::entry >::operator()().
#define SER_NAMESPACE_OPEN namespace sprockit { |
Definition at line 50 of file serializable.h.
#define START_SERIALIZATION_NAMESPACE namespace sprockit { |
Definition at line 36 of file serializable.h.
Referenced by sstmac::hw::unique_event_id::operator++(), and sstmac::timestamp::operator>=().