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

Base class for LASS streams with some state householding. More...

#include <stream_base.h>

Inheritance diagram for lass::io::StreamBase:
Collaboration diagram for lass::io::StreamBase:

Detailed Description

Base class for LASS streams with some state householding.

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 StreamBase pointers or references floating in your code. For that matter, the destructor of StreamBase is protected so life gets a bit troubled if you decide to try it anyway.

Definition at line 71 of file stream_base.h.


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