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

Binary I/O template instantiation for STL hash_set<>

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

Public Member Functions

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

Public Attributes

Item< ValT > val_item
 

Member Function Documentation

◆ load()

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

◆ save()

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

Member Data Documentation

◆ val_item

template<class ValT >
Item<ValT> mootBinIO::Item< hash_set< ValT > >::val_item

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