|
Brunot
|
This is the complete list of members for sys::Json, including all inherited members.
| clear() -> void | sys::Json | |
| data() -> json & | sys::Json | |
| filePath | sys::Json | private |
| isValid | sys::Json | private |
| j | sys::Json | private |
| Json(std::string filePath) | sys::Json | |
| Json()=default | sys::Json | |
| Json(const Json &)=default | sys::Json | |
| Json(Json &&)=default | sys::Json | |
| jsonDump(int pretty) -> void | sys::Json | |
| open(std::string filePath) -> bool | sys::Json | private |
| operator[](T *key) | sys::Json | inline |
| read(const std::string &keyPath, T &value) const -> bool | sys::Json | inline |
| save() -> void | sys::Json | |
| saveAs(const std::string &newFilePath) -> void | sys::Json | |
| savingTest() -> void | sys::Json | static |
| test() -> void | sys::Json | static |
| ~Json()=default | sys::Json |