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

Go to the source code of this file.

Classes

class  VdfObjectPtr
 
struct  VdfObjectPtr::HashFunctor
 

Typedefs

typedef std::vector< VdfObjectPtrVdfObjectPtrVector
 
typedef std::set< VdfObjectPtrVdfObjectPtrSet
 

Typedef Documentation

typedef std::set<VdfObjectPtr> VdfObjectPtrSet

An object set.

Definition at line 416 of file object.h.

typedef std::vector<VdfObjectPtr> VdfObjectPtrVector

An object vector.

Definition at line 412 of file object.h.