Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
This is the complete list of members for ParserGroup, including all inherited members.
add_entry(const CoreString &name, const unsigned long &line=0, const unsigned long &column=0) | ParserGroup | |
add_entry(const ParserEntry &entry) | ParserGroup | |
add_group(const CoreString &name) | ParserGroup | |
add_group(ParserGroup *group) | ParserGroup | |
clear() (defined in ParserGroup) | ParserGroup | |
detach_entry(const unsigned int &index) (defined in ParserGroup) | ParserGroup | |
get_binary(const bool &named) const (defined in ParserGroup) | ParserGroup | |
get_encrypted_text(CoreArray< unsigned char > &buffer, const CoreString &key, const bool &with_header, const bool &multiline=true, const unsigned int &offset=1) const (defined in ParserGroup) | ParserGroup | |
get_encrypted_text(CoreString &text, const CoreString &key, const bool &with_header, const bool &multiline=true, const unsigned int &offset=1) const (defined in ParserGroup) | ParserGroup | |
get_entries(const CoreString &entry_name, bool recursive=false) const | ParserGroup | |
get_entries() const (defined in ParserGroup) | ParserGroup | inline |
get_entry(const unsigned int &index) const | ParserGroup | |
get_entry(const CoreString &entry_name) const (defined in ParserGroup) | ParserGroup | |
get_entry_count() const | ParserGroup | |
get_first_entry_index(ParserEntry::Type type) | ParserGroup | |
get_keyword(const CoreString &name) const (defined in ParserGroup) | ParserGroup | |
get_name() const (defined in ParserGroup) | ParserGroup | inline |
get_source_entry() const (defined in ParserGroup) | ParserGroup | inline |
get_text(CoreString &text, const bool &with_header, const bool &multiline=true, const unsigned int &offset=1) const (defined in ParserGroup) | ParserGroup | |
move_entries(ParserGroup &group) | ParserGroup | |
move_entries(ParserGroup &group, unsigned int index) | ParserGroup | |
move_entry(const unsigned int &from, const unsigned int &to) | ParserGroup | |
move_entry(const unsigned int &index, ParserGroup &group) | ParserGroup | |
operator<< (defined in ParserGroup) | ParserGroup | friend |
ParserGroup(const CoreString &name) | ParserGroup | explicit |
ParserGroup(const ParserGroup &group) | ParserGroup | |
ParserImpl (defined in ParserGroup) | ParserGroup | friend |
remove_entries(CoreBasicArray< unsigned int > indices) | ParserGroup | |
remove_entry(const CoreString &name) | ParserGroup | |
remove_entry(unsigned int index) | ParserGroup | |
set(const ParserGroup &group) | ParserGroup | |
set_binary(const CoreVector< char > &buffer, long unsigned long &position) (defined in ParserGroup) | ParserGroup | |
set_encrypted_text(const CoreArray< unsigned char > &buffer, const CoreString &key) (defined in ParserGroup) | ParserGroup | |
set_encrypted_text(const CoreString &text, const CoreString &key) (defined in ParserGroup) | ParserGroup | |
set_source_entry(ParserEntry *entry) (defined in ParserGroup) | ParserGroup | inline |
set_text(const CoreString &text, const CoreVersion &serial_version=default_parser_serial_version, AppProgressBar *progress_bar=0) (defined in ParserGroup) | ParserGroup | |
~ParserGroup() | ParserGroup | virtual |