This interface provides a way to access data a TraceCollection.
More...
#include <collection.h>
This interface provides a way to access data a TraceCollection.
Definition at line 66 of file collection.h.
◆ ~Visitor()
◆ AcceptsCategory()
Called before an event with categoryId is visited.
If the return value is false, the event will be visited.
◆ OnBeginCollection()
| virtual void OnBeginCollection |
( |
| ) |
|
|
pure virtual |
Called at the beginning of an iteration.
◆ OnBeginThread()
Called before the first event of from the thread with threadId is encountered.
◆ OnEndCollection()
| virtual void OnEndCollection |
( |
| ) |
|
|
pure virtual |
Called at the end of an iteration.
◆ OnEndThread()
Called after the last event of from the thread with threadId is encountered.
◆ OnEvent()
Called for every event event with key on thread threadId if AcceptsCategory returns true.
The documentation for this class was generated from the following file: