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

Binary I/O template instantiation for signed integers. More...

Public Member Functions

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

Detailed Description

template<>
class mootBinIO::Item< size_t >

Uses global typedef BinInt, i.e. may bash value to 32-bits

Member Function Documentation

◆ load()

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

◆ save()

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

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