66 MCAPI
static bool _getObjectsFromTextObject(
73 MCAPI
static bool _parseScoreTextObject(
80 MCAPI
static bool _parseSelectorTextObject(
82 ::std::string selectorString,
87 MCAPI
static bool _textObjectFromJson(
94 MCAPI
static bool _textObjectFromString(
95 ::std::string
const& jsonAsString,
104 MCAPI
static bool textObjectFromJsonString(
105 ::std::string
const& jsonAsString,
107 ::std::string& errorMsg
114 MCAPI static ::std::string
const& RAW_TEXT_ERROR_NOT_ARRAY();
116 MCAPI static ::std::string
const& RAW_TEXT_ERROR_NOT_OBJECT();
118 MCAPI static ::std::string
const& RAW_TEXT_ERROR_NO_DATA();
120 MCAPI static ::std::string
const& RAW_TEXT_ERROR_PARSE_FAILED();
122 MCAPI static ::std::string
const& RAW_TEXT_ERROR_SCORE_NAME_NOT_STRING();
124 MCAPI static ::std::string
const& RAW_TEXT_ERROR_SCORE_NOT_OBJECT();
126 MCAPI static ::std::string
const& RAW_TEXT_ERROR_SCORE_OBJECTIVE_NOT_STRING();
128 MCAPI static ::std::string
const& RAW_TEXT_ERROR_SELECTOR_NOT_STRING();
130 MCAPI static ::std::string
const& RAW_TEXT_ERROR_TEXT_NOT_STRING();
132 MCAPI static ::std::string
const& RAW_TEXT_ERROR_TRANSLATE_NOT_STRING();
134 MCAPI static ::std::string
const& RAW_TEXT_ERROR_WITH_NOT_ARRAY_OR_RAW_TEXT();
Definition TextObjectParser.h:11
Definition TextObjectRoot.h:14
Definition TextObjectParser.h:36
Definition TextObjectParser.h:20