HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
category.h File Reference
#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 >)
 

Typedef Documentation

using TraceCategoryId = uint32_t

Categories that a TraceReporter can use to filter events.

Definition at line 44 of file category.h.

Function Documentation

TRACE_API_TEMPLATE_CLASS ( TfSingleton< TraceCategory )