#include <logstream.hxx>
Inheritance diagram for logstream_base:

Public Member Functions | |
| logstream_base () | |
Public Attributes | |
| logbuf | lbuf |
The streambuf must be created before the ostream but bases are constructed before members. Thus, making this class a private base of logstream, declared to the left of ostream, we ensure the correct order of construction and destruction.
Definition at line 230 of file logstream.hxx.
1.5.1