Go to the source code of this file.
|
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) |
|