Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Public Member Functions | |
ParserWord (const CoreVersion &version=default_parser_serial_version) | |
ParserWord (const CoreString &text, const bool &make_word=false, const CoreVersion &version=default_parser_serial_version) | |
ParserWord & | operator= (const ParserWord &w) |
const CoreString & | get_string () const |
void | get_string_0100 (CoreString &result) const |
void | get_string_0110 (CoreString &result) const |
void | operator+= (const unsigned int i) |
bool | operator== (const char *string) const |
const unsigned int & | get_length () const |
const char & | operator[] (const unsigned int &i) const |
void | clear () |
bool | is_empty () const |
void | set_brace (const bool &flag) |
const unsigned long & | get_line () const |
const unsigned long & | get_column () const |
void | set_line (const unsigned long &line) |
void | set_column (const unsigned long &column) |
bool | is_array () const |
const unsigned int & | get_array_count () const |
bool | has_template () const |
const ParserWord & | get_template () const |
bool | is_identifier () const |
bool | is_operator () const |
bool | is_separator () const |
bool | is_keyword () const |
bool | is_bool () const |
bool | is_binary_data () const |
bool | is_brace () const |
bool | is_int () const |
bool | is_double () const |
bool | is_string () const |
bool | is_empty_tag () const |
bool | is_value (ParserValue::Type &type) const |
Type | get_type () const |
Static Public Member Functions | |
static bool | is_value_type (const Type &type) |