All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
category.h File Reference
+ 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
 This singleton class provides a way to mark TraceEvent instances with category Ids which can be used to filter them. More...
 

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.