HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyTracing.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include <functional>
#include <memory>
+ Include dependency graph for pyTracing.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::function< void(TfPyTraceInfo
const &)> 
TfPyTraceFn
 
typedef std::shared_ptr
< TfPyTraceFn
TfPyTraceFnId
 

Typedef Documentation

typedef std::function<void (TfPyTraceInfo const &)> TfPyTraceFn

Definition at line 68 of file pyTracing.h.

typedef std::shared_ptr<TfPyTraceFn> TfPyTraceFnId

Definition at line 70 of file pyTracing.h.