LeviLamina
|
This is the complete list of members for TextObjectParser, including all inherited members.
_getObjectsFromTextObject(::Json::Value const &root, ::TextObjectRoot &parsedObject, ::TextObjectParser::ServerData *serverData, ::TextObjectParser::ErrorLocalization &errorLocalization) | TextObjectParser | static |
_parseScoreTextObject(::TextObjectRoot &parentTextObject, ::Json::Value const &scoreObject, ::TextObjectParser::ServerData *serverData, ::TextObjectParser::ErrorLocalization &errorLocalization) | TextObjectParser | static |
_parseSelectorTextObject(::TextObjectRoot &parentTextObject, ::std::string selectorString, ::TextObjectParser::ServerData *serverData, ::TextObjectParser::ErrorLocalization &errorLocalization) | TextObjectParser | static |
_textObjectFromJson(::Json::Value const &root, ::TextObjectRoot &parsedObject, ::TextObjectParser::ServerData *serverData, ::TextObjectParser::ErrorLocalization &errorLocalization) | TextObjectParser | static |
_textObjectFromString(::std::string const &jsonAsString, ::TextObjectRoot &parsedObject, ::TextObjectParser::ServerData *serverData, ::TextObjectParser::ErrorLocalization &errorLocalization) | TextObjectParser | static |
RAW_TEXT_ERROR_NO_DATA() | TextObjectParser | static |
RAW_TEXT_ERROR_NOT_ARRAY() | TextObjectParser | static |
RAW_TEXT_ERROR_NOT_OBJECT() | TextObjectParser | static |
RAW_TEXT_ERROR_PARSE_FAILED() | TextObjectParser | static |
RAW_TEXT_ERROR_SCORE_NAME_NOT_STRING() | TextObjectParser | static |
RAW_TEXT_ERROR_SCORE_NOT_OBJECT() | TextObjectParser | static |
RAW_TEXT_ERROR_SCORE_OBJECTIVE_NOT_STRING() | TextObjectParser | static |
RAW_TEXT_ERROR_SELECTOR_NOT_STRING() | TextObjectParser | static |
RAW_TEXT_ERROR_TEXT_NOT_STRING() | TextObjectParser | static |
RAW_TEXT_ERROR_TRANSLATE_NOT_STRING() | TextObjectParser | static |
RAW_TEXT_ERROR_WITH_NOT_ARRAY_OR_RAW_TEXT() | TextObjectParser | static |
textObjectFromJson(::Json::Value const &root, ::TextObjectRoot &parsedObject, ::std::string &errorMsg) | TextObjectParser | static |
textObjectFromJsonString(::std::string const &jsonAsString, ::TextObjectRoot &parsedObject, ::std::string &errorMsg) | TextObjectParser | static |