SST  12.0.0
StructuralSimulationToolkit
SST::Core::Serialization::serialize< pvt::raw_ptr_wrapper< TPtr > > Class Template Reference

Version of serialize that works for copying raw pointers (only copying the value of the pointer. More...

#include <serialize_array.h>

Public Member Functions

void operator() (pvt::raw_ptr_wrapper< TPtr > ptr, serializer &ser)
 

Detailed Description

template<class TPtr>
class SST::Core::Serialization::serialize< pvt::raw_ptr_wrapper< TPtr > >

Version of serialize that works for copying raw pointers (only copying the value of the pointer.

Note that this is only useful if the value is going to be sent back to the originator, since it won't be valid on the other rank.


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