Loading...
Searching...
No Matches
types.h File Reference
+ 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, JsValueJsObject
 
typedef std::vector< JsValueJsArray
 

Typedef Documentation

◆ JsArray

typedef std::vector<JsValue> JsArray

Definition at line 39 of file types.h.

◆ JsObject

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

Definition at line 38 of file types.h.