Library of Assembled Shared Sources
lass::io::BinaryStreamBase Class Reference

Base class for LASS binary streams with byte-order househoulding. More...

#include <binary_stream_base.h>

Inheritance diagram for lass::io::BinaryStreamBase:
Collaboration diagram for lass::io::BinaryStreamBase:

Detailed Description

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.


The documentation for this class was generated from the following files: