SST/macro
Classes | Namespaces | Functions
serialize_array.h File Reference
#include <sprockit/serializer.h>
Include dependency graph for serialize_array.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sprockit::pvt::ser_array_wrapper< TPtr, IntType >
 
class  sprockit::pvt::raw_ptr_wrapper< TPtr >
 
class  sprockit::serialize< T[N]>
 

Namespaces

 sprockit
 
 sprockit::pvt
 

Functions

template<class TPtr , class IntType >
pvt::ser_array_wrapper< TPtr, IntType > sprockit::array (TPtr &buf, IntType &size)
 I have typedefing pointers, but no other way. More...
 
template<class TPtr >
pvt::raw_ptr_wrapper< TPtr > sprockit::raw_ptr (TPtr *&ptr)
 
template<class TPtr , class IntType >
void sprockit::operator& (serializer &ser, pvt::ser_array_wrapper< TPtr, IntType > arr)
 
template<class TPtr >
void sprockit::operator& (serializer &ser, pvt::raw_ptr_wrapper< TPtr > ptr)