SST  14.1.0
StructuralSimulationToolkit
SST::Core::Serialization::serialize_impl< T, Enable > Class Template Reference

Base serialize class. More...

#include <serialize.h>

Public Member Functions

void operator() (T &t, serializer &ser)
 
void operator() (T &t, serializer &ser, const char *name)
 

Detailed Description

template<class T, class Enable = void>
class SST::Core::Serialization::serialize_impl< T, Enable >

Base serialize class.

This class also acts as the default case, which if hit will check to see if this is an otherwise uncaught non-polymorphic class. If it is, it will just attempt to call the serialize_order() function. All other instances are partial specializations of this class and do all the real serialization.


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