|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/trace/api.h"#include "pxr/base/tf/singleton.h"#include "pxr/base/trace/stringHash.h"#include <cstdint>#include <map>#include <string>#include <vector>
Include dependency graph for category.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TraceCategory |
Typedefs | |
| using | TraceCategoryId = uint32_t |
| Categories that a TraceReporter can use to filter events. More... | |
Functions | |
| TRACE_API_TEMPLATE_CLASS (TfSingleton< TraceCategory >) | |
| using TraceCategoryId = uint32_t |
Categories that a TraceReporter can use to filter events.
Definition at line 27 of file category.h.
| TRACE_API_TEMPLATE_CLASS | ( | TfSingleton< TraceCategory > | ) |