#include <LogStream.h>
Inheritance diagram for logstream_base:

Public Methods | |
| logstream_base () | |
Public Attributes | |
| logbuf | lbuf |
A helper class that ensures a streambuf and ostream are constructed and destroyed in the correct order. 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.
|
|
|
|
|
|
|
SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage. Generated on Tue Oct 14 12:06:41 2003, using Doxygen 1.2.18. |