SASSY
0.0
Software Architecture Support System
|
Support for tracing the execution path. More...
Go to the source code of this file.
Classes | |
class | SASSY::cdi::CallTrace |
Class to create a call trace. More... | |
class | SASSY::cdi::NullTrace |
A class for dummy trace objects. More... | |
class | SASSY::cdi::Trace |
This class is used to create trace log entries. More... | |
class | SASSY::cdi::Tracer |
This class manages the tracing for an application. More... | |
Namespaces | |
SASSY | |
The namespace for the Software Architecture Support System project. | |
SASSY::cdi | |
The namespace for the Common Development Infrastructure. | |
Macros | |
#define | TRACE(n) SASSY::cdi::NullTrace() |
Macro for adding trace statements to code. | |
#define | FN_TRACE(n, x) |
Macro for adding function call tracing to code. | |
Support for tracing the execution path.