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

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

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

Public Member Functions

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

Public Attributes

Item< char > charItem
 

Detailed Description

template<>
class mootBinIO::Item< char * >

Terminating NULs are loaded/saved too.

Member Function Documentation

◆ load()

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

◆ save()

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

Member Data Documentation

◆ charItem

Item<char> mootBinIO::Item< char * >::charItem

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