Library of Assembled Shared Sources
|
Base class for LASS streams with some state householding. More...
#include <stream_base.h>
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.