Public Member Functions | Public Attributes | List of all members
mootBinIO::Item< std::pair< T1, T2 > > Class Template Reference

Binary I/O template instantiation for STL map<>

Collaboration diagram for mootBinIO::Item< std::pair< T1, T2 > >:
Collaboration graph
[legend]

Public Member Functions

bool load (mootio::mistream *is, std::pair< T1, T2 > &x) const
 
bool save (mootio::mostream *os, const std::pair< T1, T2 > &x) const
 

Public Attributes

Item< T1 > item1
 
Item< T2 > item2
 

Member Function Documentation

◆ load()

template<class T1 , class T2 >
bool mootBinIO::Item< std::pair< T1, T2 > >::load ( mootio::mistream is,
std::pair< T1, T2 > &  x 
) const
inline

◆ save()

template<class T1 , class T2 >
bool mootBinIO::Item< std::pair< T1, T2 > >::save ( mootio::mostream os,
const std::pair< T1, T2 > &  x 
) const
inline

Member Data Documentation

◆ item1

template<class T1 , class T2 >
Item<T1> mootBinIO::Item< std::pair< T1, T2 > >::item1

◆ item2

template<class T1 , class T2 >
Item<T2> mootBinIO::Item< std::pair< T1, T2 > >::item2

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