List of all members.
Public Member Functions |
| Archive (STREAM_TYPE &stream) |
template<class T > |
const Archive & | operator<< (const T &v) const |
template<class T > |
Archive & | operator>> (T &v) |
template<class T > |
Archive & | operator& (T &v) |
template<class T > |
const Archive & | operator& (const T &v) const |
template<class T , size_t N> |
Archive & | operator& (T(&v)[N]) |
template<class T , size_t N> |
const Archive & | operator& (const T(&v)[N]) const |
template<class T1 , class T2 > |
Archive & | operator& (std::pair< T1, T2 > &v) |
template<class T1 , class T2 > |
const Archive & | operator& (const std::pair< T1, T2 > &v) const |
Archive & | operator& (std::string &v) |
const Archive & | operator& (const std::string &v) const |
Detailed Description
template<class STREAM_TYPE>
class Archive< STREAM_TYPE >
Definition at line 161 of file archive.h.
The documentation for this class was generated from the following file: