library of assembled shared sources |
http://lass.cocamware.com |
#include <binary_stream_base.h>
Public Member Functions | |
EndiannessSetter (BinaryStreamBase &iStream, num::Endianness iEndianness) | |
~EndiannessSetter () | |
Protected Member Functions | |
void | swap (NonCopyable &) |
Private Attributes | |
BinaryStreamBase & | stream_ |
num::Endianness | oldEndianness_ |
Definition at line 91 of file binary_stream_base.h.
lass::io::EndiannessSetter::EndiannessSetter | ( | BinaryStreamBase & | iStream, | |
num::Endianness | iEndianness | |||
) |
Definition at line 69 of file binary_stream_base.cpp.
References lass::io::BinaryStreamBase::setEndianness(), and stream_.
lass::io::EndiannessSetter::~EndiannessSetter | ( | ) |
Definition at line 77 of file binary_stream_base.cpp.
References oldEndianness_, lass::io::BinaryStreamBase::setEndianness(), and stream_.
void lass::util::NonCopyable::swap | ( | NonCopyable & | ) | [inline, protected, inherited] |
Definition at line 97 of file binary_stream_base.h.
Referenced by EndiannessSetter(), and ~EndiannessSetter().
Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by 1.5.7.1 |