Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MynahSA::OArchive< T > Class Template Reference

Inheritance diagram for MynahSA::OArchive< T >:

Inheritance graph
[legend]
Collaboration diagram for MynahSA::OArchive< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OArchive (T &s)
 constructor
 OArchive (const OArchive< T > &i)
 ~OArchive ()
 destructor
virtual Archiveoperator & (long long &j)
 oarchive long long
virtual Archiveoperator & (unsigned long long &j)
 oarchive unsigned long long
virtual Archiveoperator & (unsigned int &i)
 archive unsigned int
virtual Archiveoperator & (int &i)
 archive int
virtual Archiveoperator & (short &s)
 oarchive short
virtual Archiveoperator & (unsigned short &s)
 oarchive ushort
virtual Archiveoperator & (bool &b)
 archive bool
virtual Archiveoperator & (float &f)
 archive float
virtual Archiveoperator & (double &d)
 archive double
virtual Archiveoperator & (char &c)
 archive char
virtual Archiveoperator & (unsigned char &c)
 archive unsigned char
virtual Archiveoperator & (std::string &s)
 archive std::string
template<class Type>
Archiveoperator<< (SHARED_PTR< Type > &instance)
template<class Type>
Archiveoperator<< (Type &instance)
void flush ()
template<class Type>
Archiveoperator<< (std::list< Type > &l)
template<class Type>
Archiveoperator<< (std::vector< Type > &v)
template<class A, class B>
Archiveoperator<< (std::pair< A, B > &p)
template<class index_type, class value_type>
Archiveoperator<< (std::map< index_type, value_type > &m)
template<class index_type, class value_type>
Archiveoperator<< (std::multimap< index_type, value_type > &m)
template<class value_type>
Archiveoperator<< (std::set< value_type > &s)

Protected Member Functions

ArchiveMode getArchiveMode () const
 provide archive READ/WRITE mode information.

Detailed Description

template<class T>
class MynahSA::OArchive< T >

Definition at line 33 of file oarchive.hpp.


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