HDK
|
#include "pxr/pxr.h"
#include "pxr/base/trace/api.h"
#include "pxr/base/trace/event.h"
#include "pxr/base/trace/aggregateNode.h"
#include "pxr/base/trace/reporterBase.h"
#include "pxr/base/tf/declarePtrs.h"
#include "pxr/base/tf/mallocTag.h"
#include "pxr/base/tf/staticTokens.h"
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | TraceReporter |
Macros | |
#define | TRACE_REPORTER_TOKENS ((warningString, "WARNING:")) |
#define TRACE_REPORTER_TOKENS ((warningString, "WARNING:")) |
Definition at line 44 of file reporter.h.
TF_DECLARE_PUBLIC_TOKENS | ( | TraceReporterTokens | , |
TRACE_API | , | ||
TRACE_REPORTER_TOKENS | |||
) |
TF_DECLARE_WEAK_AND_REF_PTRS | ( | TraceAggregateTree | ) |
TF_DECLARE_WEAK_AND_REF_PTRS | ( | TraceEventNode | ) |
TF_DECLARE_WEAK_AND_REF_PTRS | ( | TraceEventTree | ) |
TF_DECLARE_WEAK_AND_REF_PTRS | ( | TraceReporter | ) |