The Micro C++ Library
include/micxx/traits/Reader.hxx File Reference

Declaration of class micxx::traits::Reader. More...

#include <micxx/Config.hxx>
#include <micxx/Exception.hxx>
#include <micxx/Buffer.hxx>

Classes

class  micxx::traits::Reader< CharType, OffType >
 A Reader class defines methods to read from a Stream. More...

Namespaces

namespace  micxx
 

The Micro C++ Library.


namespace  micxx::traits

Functions

template<typename Stream >
void micxx::dump (std::ostream &out, Stream &stream, typename Stream::off_type size=0)
 Dump size bytes from the current stream position of stream to the std::ostream out.
template<typename T , typename Stream >
Stream::off_type micxx::read (std::basic_string< T > &buffer, Stream &stream, typename Stream::off_type size)
 Try to read size bytes from stream into buffer.
template<typename IntType , typename Reader >
bool micxx::readLE (IntType &value, Reader &reader)
 Extracts an integer type in little endian byte order from reader at the current reader position.

Detailed Description

Declaration of class micxx::traits::Reader.