The Micro C++ Library
|
Declaration of class micxx::traits::Writer. More...
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. |
Declaration of class micxx::traits::Writer.