Public Member Functions | Public Attributes | List of all members
mootBinIO::Item< map< KeyT, ValT > > Class Template Reference

Binary I/O template instantiation for STL map<>

Collaboration diagram for mootBinIO::Item< map< KeyT, ValT > >:
Collaboration graph
[legend]

Public Member Functions

bool load (mootio::mistream *is, map< KeyT, ValT > &x) const
 
bool save (mootio::mostream *os, const map< KeyT, ValT > &x) const
 

Public Attributes

Item< KeyT > key_item
 
Item< ValT > val_item
 

Member Function Documentation

◆ load()

template<class KeyT , class ValT >
bool mootBinIO::Item< map< KeyT, ValT > >::load ( mootio::mistream is,
map< KeyT, ValT > &  x 
) const
inline

◆ save()

template<class KeyT , class ValT >
bool mootBinIO::Item< map< KeyT, ValT > >::save ( mootio::mostream os,
const map< KeyT, ValT > &  x 
) const
inline

Member Data Documentation

◆ key_item

template<class KeyT , class ValT >
Item<KeyT> mootBinIO::Item< map< KeyT, ValT > >::key_item

◆ val_item

template<class KeyT , class ValT >
Item<ValT> mootBinIO::Item< map< KeyT, ValT > >::val_item

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