Saving archive for character based ostream.
TextFileOArchive & operator<<(T &data)
Save one T object to this archive via the << (insertion) operator.
virtual ~TextFileOArchive()
Destructor.
TextFileOArchive & operator&(T &data)
Save one T object to this archive.
std::ofstream & file()
Get the underlying ifstream by reference.
void pack(const T &data)
Save one T object to this archive.