|
VL
|
This is the complete list of members for vl::JSONLoader, including all inherited members.
| AddVar(const vl::VarPtr &ptr) | vl::JSONLoader | protected |
| Bool(bool b) | vl::JSONLoader | |
| Ch typedef | vl::JSONLoader | |
| Double(double d) | vl::JSONLoader | |
| EndArray(SizeType elementCount) | vl::JSONLoader | |
| EndObject(SizeType memberCount) | vl::JSONLoader | |
| GetCurrentContainer() | vl::JSONLoader | |
| Int(int i) | vl::JSONLoader | |
| Int64(int64_t i) | vl::JSONLoader | |
| JSONLoader(vl::Object &object) | vl::JSONLoader | inline |
| Key(const Ch *str, SizeType length, bool copy) | vl::JSONLoader | |
| Null() | vl::JSONLoader | |
| PopContainer() | vl::JSONLoader | |
| PushContainer(vl::Var *ptr, const std::string &name) | vl::JSONLoader | |
| PushNewContainer(bool isObject, bool isList, ContainerInfo *parentConainer, const std::string &newContainerName) | vl::JSONLoader | protected |
| PushNewList(ContainerInfo *parentContainer, const std::string &listName) | vl::JSONLoader | protected |
| PushNewObject(ContainerInfo *c, const std::string &objectName) | vl::JSONLoader | protected |
| RawNumber(const Ch *str, SizeType length, bool copy) | vl::JSONLoader | |
| ResolveRefs() | vl::JSONLoader | protected |
| SizeType typedef | vl::JSONLoader | |
| StartArray() | vl::JSONLoader | |
| StartObject() | vl::JSONLoader | |
| StoreUnresolvedRef(vl::Object &ref) | vl::JSONLoader | protected |
| String(const Ch *str, SizeType length, bool copy) | vl::JSONLoader | |
| Uint(unsigned i) | vl::JSONLoader | |
| Uint64(uint64_t i) | vl::JSONLoader |