12 #ifndef SST_CORE_SERIALIZATION_IMPL_PACKER_H    13 #define SST_CORE_SERIALIZATION_IMPL_PACKER_H    15 #ifndef SST_INCLUDING_SERIALIZER_H    17     "The header file sst/core/serialization/impl/packer.h should not be directly included as it is not part of the stable public API.  The file is included in sst/core/serialization/serializer.h"    20 #include "sst/core/serialization/impl/ser_buffer_accessor.h"    26 namespace Serialization {
    35         T* buf = ser_buffer_accessor::next<T>();
    36         DISABLE_WARN_MAYBE_UNINITIALIZED
    48     void pack_string(std::string& str);
    56 #endif // SST_CORE_SERIALIZATION_IMPL_PACKER_H 
void pack_buffer(void *buf, int size)
pack_buffer 
Definition: serializer.cc:39
Definition: ser_buffer_accessor.h:40