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

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

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

Classes

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

Namespaces

namespace  micxx
 

The Micro C++ Library.


namespace  micxx::traits

Functions

template<typename IntType , typename Writer >
void micxx::writeLE (const IntType &value, Writer &writer)
 Writes an integer type in little endian byte order to writer at the current writer position.

Detailed Description

Declaration of class micxx::traits::Writer.