NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
little_endian_io Namespace Reference

Functions

template<typename Word >
std::ostream & write_word (std::ostream &outs, Word value, unsigned size=sizeof(Word))
 
template<typename Word >
std::istream & read_word (std::istream &ins, Word &value, unsigned size=sizeof(Word))
 

Function Documentation

◆ read_word()

template<typename Word >
std::istream & little_endian_io::read_word ( std::istream &  ins,
Word &  value,
unsigned  size = sizeof( Word ) 
)
inline

Definition at line 147 of file tools.hpp.

◆ write_word()

template<typename Word >
std::ostream & little_endian_io::write_word ( std::ostream &  outs,
Word  value,
unsigned  size = sizeof( Word ) 
)
inline

Definition at line 139 of file tools.hpp.