Public Member Functions | Public Attributes | List of all members
mootBinIO::Item< string > Class Template Reference

Binary I/O template instantiation for STL strings. More...

Collaboration diagram for mootBinIO::Item< string >:
Collaboration graph
[legend]

Public Member Functions

bool load (mootio::mistream *is, string &x) const
 
bool save (mootio::mostream *os, const string &x) const
 

Public Attributes

Item< char > charItem
 

Detailed Description

template<>
class mootBinIO::Item< string >

Terminating NULs are not loaded or saved.

Member Function Documentation

◆ load()

bool mootBinIO::Item< string >::load ( mootio::mistream is,
string &  x 
) const
inline

◆ save()

bool mootBinIO::Item< string >::save ( mootio::mostream os,
const string &  x 
) const
inline

Member Data Documentation

◆ charItem

Item<char> mootBinIO::Item< string >::charItem

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