SST
14.1.0
StructuralSimulationToolkit
|
Version of serialize that works for pointers to fundamental types and enums. More...
#include <serialize.h>
Friends | |
template<class A > | |
class | serialize |
Version of serialize that works for pointers to fundamental types and enums.
Note that the pointer tracking happens at a higher level, and only if it is turned on. If it is not turned on, then 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.