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>
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 44 of file category.h.
TRACE_API_TEMPLATE_CLASS | ( | TfSingleton< TraceCategory > | ) |