SST
11.0.0
StructuralSimulationToolkit
|
Version of serialize that works for pointers to fundamental types and enums. More...
#include <serialize.h>
Public Member Functions | |
void | operator() (T *&t, serializer &ser) |
Version of serialize that works for pointers to fundamental types and enums.
Note that there is no pointer tracking. This only copies the value pointed to into the buffer. If multiple objects point to the same location, they will each have an independent copy after deserialization.