class
#include <src/vt/trace/trace_containers.h>
TraceContainers
Public static functions
- static auto getEventTypeContainer() -> TraceContainerEventClassType*
- static auto getEventContainer() -> TraceContainerEventType*
Function documentation
static TraceContainerEventClassType* vt:: trace:: TraceContainers:: getEventTypeContainer()
Returns container of all registered event types (aka parents). The returned pointer is only valid for the current scope.
static TraceContainerEventType* vt:: trace:: TraceContainers:: getEventContainer()
Returns container of all registered event. The returned pointer is only valid for the current scope.