Reader Class Reference
|
Ratpac-two
|
json::Reader Class Reference
Public Member Functions | |
| Reader (std::istream &stream) | |
| Reader (const std::string &str) | |
| bool | getValue (Value &result) |
Protected Member Functions | |
| std::string | unescapeString (std::string string) |
| Value | readNumber () |
| Value | readString () |
| Value | readObject () |
| Value | readArray () |
| void | skipComment () |
Protected Attributes | |
| char * | data |
| char * | cur |
| char * | lastbr |
| int | line |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/include/RAT/json.hh
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/src/json.cc
Generated by