Library of Assembled Shared Sources
|
Base class for LASS binary streams with byte-order househoulding. More...
#include <binary_stream_base.h>
Base class for LASS binary streams with byte-order househoulding.
This class is only to provide functionality to whatever stream derives from it. You're not supposed to actually "use" it. "use" it as in having BinaryStream pointers or references floating in your code. For that matter, the destructor of BinaryStream is protected so life gets a bit troubled if you decide to try it anyway.
Definition at line 72 of file binary_stream_base.h.