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

Go to the source code of this file.

Typedefs

typedef std::map< std::string,
JsValue
JsObject
 
typedef std::vector< JsValueJsArray
 

Typedef Documentation

typedef std::vector<JsValue> JsArray

Definition at line 39 of file types.h.

typedef std::map<std::string, JsValue> JsObject

Definition at line 37 of file types.h.