#include <Printable.h>
Inheritance diagram for Printable::

Public Methods | |
| ~Printable () | |
| Basic destructor. More... | |
| virtual ostream & | Print (ostream &aStream) |
| Print this on an ostream. More... | |
| virtual void | Print_Status (ostream &aStream) |
| Print the status on an ostream. More... | |
| void | PrintStatus (ostream &aStream) |
| Print the status on an ostream. More... | |
| void | PrintStatus (Basic_OStream_Iface &aStream) |
| Print the status on a Basic_OStream_Iface. More... | |
Protected Methods | |
| Printable () | |
| Basic constructor. More... | |
Printable defines several virtual functions for the printing of DAQObjects. The external wedgie operators are also initially defined such that they use the Printable class.
|
|
Basic destructor for this class
|
|
|
Basic constructor for this class
|
|
|
Virtual method to print this on an ostream.
Reimplemented in DAQObject, DAQNodeId, DAQThreadId, and Buffer. |
|
|
Virtual method to print the status of this using an object that implements the Basic_OStream_Iface interface.
|
|
|
Virtual method to print the status of this on an ostream.
|
|
|
Virtual method to print the status of this on an ostream. Special method to support convoluted object printing in strange cases (avoid infinite recursion).
|
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001