SST/macro
Public Member Functions | Public Attributes | List of all members
sprockit::pvt::ser_array_wrapper< TPtr, IntType > Class Template Reference

#include <serialize_array.h>

Collaboration diagram for sprockit::pvt::ser_array_wrapper< TPtr, IntType >:
Collaboration graph

Public Member Functions

 ser_array_wrapper (TPtr &buf, IntType &size)
 

Public Attributes

TPtr & bufptr
 
IntType & sizeptr
 

Detailed Description

template<class TPtr, class IntType>
class sprockit::pvt::ser_array_wrapper< TPtr, IntType >

Definition at line 10 of file serialize_array.h.

Constructor & Destructor Documentation

template<class TPtr, class IntType>
sprockit::pvt::ser_array_wrapper< TPtr, IntType >::ser_array_wrapper ( TPtr &  buf,
IntType &  size 
)
inline

Definition at line 15 of file serialize_array.h.

Member Data Documentation

template<class TPtr, class IntType>
TPtr& sprockit::pvt::ser_array_wrapper< TPtr, IntType >::bufptr

Definition at line 13 of file serialize_array.h.

Referenced by sprockit::operator&().

template<class TPtr, class IntType>
IntType& sprockit::pvt::ser_array_wrapper< TPtr, IntType >::sizeptr

Definition at line 14 of file serialize_array.h.

Referenced by sprockit::operator&().


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