![]() |
SASSY
0.0
Software Architecture Support System
|
A class for dummy trace objects. More...
#include <cfi/trace.h>
Public Member Functions | |
| NullTrace () | |
| Constructor. | |
| template<class T > | |
| NullTrace & | operator<< (T x) |
| Noop version of stream function. | |
A class for dummy trace objects.
A dummy object is required so that stream syntax can be used without causing a problem if tracing is turned off.
This is used by the TRACE(level) macro.
1.8.5