|
mxnet
|
definition of JSON objects More...
#include <lib_api.h>

Public Member Functions | |
| JsonVal () | |
| JsonVal (JsonType t) | |
| JsonVal (std::string s) | |
| JsonVal (int n) | |
| JsonVal (JsonType t, int n, std::string s) | |
| bool | operator< (const JsonVal &o) const |
Public Attributes | |
| JsonType | type |
| int | num |
| std::string | str |
| std::vector< JsonVal > | list |
| std::map< JsonVal, JsonVal > | map |
definition of JSON objects
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
| std::vector<JsonVal> JsonVal::list |
| int JsonVal::num |
| std::string JsonVal::str |
| JsonType JsonVal::type |
1.8.11