MADNESS  version 0.9
Public Member Functions | Public Attributes | List of all members
madness::archive::archive_ptr< T > Class Template Reference

Wrapper for opaque pointer ... bitwise copy of the pointer ... no remapping performed. More...

#include <archive.h>

Public Member Functions

 archive_ptr (T *t=0)
 
T & operator* ()
 
template<class Archive >
void serialize (const Archive &ar)
 

Public Attributes

T * ptr
 

Detailed Description

template<class T>
class madness::archive::archive_ptr< T >

Wrapper for opaque pointer ... bitwise copy of the pointer ... no remapping performed.

Constructor & Destructor Documentation

template<class T>
madness::archive::archive_ptr< T >::archive_ptr ( T *  t = 0)
inline

Member Function Documentation

template<class T>
T& madness::archive::archive_ptr< T >::operator* ( )
inline
template<class T>
template<class Archive >
void madness::archive::archive_ptr< T >::serialize ( const Archive &  ar)
inline

Member Data Documentation

template<class T>
T* madness::archive::archive_ptr< T >::ptr

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