#include <tracecontext.h>
Inheritance diagram for TraceContext:
Public Member Functions | |
virtual TraceContext * | getChildContext (const char *name)=0 |
virtual TraceChannel * | getChildChannel (const char *name)=0 |
virtual TraceContext * | getParentContext ()=0 |
virtual int | getCommChannelID (const std::string name)=0 |
virtual void | collectChannels (BasicArray< TraceChannel * > &array)=0 |
|
Request a child context of this context.
Implemented in MappingContainer. |
|
Request a child channel of this context.
Implemented in MappingContainer. |
|
Get the parent of this TraceContext.
Implemented in MappingContainer. |
|
Implemented in MappingContainer. |
|
Add all descendant TraceChannel pointers to the array in depth first order.
Implemented in MappingContainer. |