#include <yjson.h>
◆ YJson() [1/2]
◆ YJson() [2/2]
YJson::YJson |
( |
const std::string & |
sFilename | ) |
|
◆ getKeys()
std::vector< std::string > YJson::getKeys |
( |
| ) |
const |
◆ getLastObjectFromStack()
◆ isParserFailed()
bool YJson::isParserFailed |
( |
| ) |
|
◆ isSkipChar()
bool YJson::isSkipChar |
( |
char |
c | ) |
|
|
private |
◆ operator[]()
const YJsonObject & YJson::operator[] |
( |
const std::string & |
sName | ) |
const |
◆ popObjectFromStack()
void YJson::popObjectFromStack |
( |
| ) |
|
|
private |
◆ printParserError()
void YJson::printParserError |
( |
const std::string & |
sDescription | ) |
|
|
private |
◆ pushObjectToStack()
◆ toParse()
bool YJson::toParse |
( |
const std::string & |
sLine | ) |
|
|
private |
◆ m_bParserFailed
bool YJson::m_bParserFailed |
|
private |
◆ m_bStartRoot
◆ m_nLineNumber
◆ m_nParserState
◆ m_root
◆ m_sFilename
std::string YJson::m_sFilename |
|
private |
◆ m_sLineParse
std::string YJson::m_sLineParse |
|
private |
◆ m_sValue
std::string YJson::m_sValue |
|
private |
◆ m_vParserStack
◆ sParseKeyName
std::string YJson::sParseKeyName |
|
private |
◆ sParseKeyValue
std::string YJson::sParseKeyValue |
|
private |
The documentation for this class was generated from the following files: