SYMBOL INDEX (37 symbols across 7 files) FILE: build/CMakeFiles/3.21.0/CompilerIdC/CMakeCCompilerId.c function main (line 776) | void main() {} FILE: build/CMakeFiles/3.21.0/CompilerIdCXX/CMakeCXXCompilerId.cpp function main (line 772) | int main(int argc, char* argv[]) FILE: main.cpp function main (line 5) | int main() FILE: src/cxml.cc function is_blank (line 15) | bool is_blank(char c) function strip (line 20) | void strip(string &str) function is_open (line 29) | bool is_open(string name) function string (line 41) | string find_rigth_element_name(const string cxml) function debug_stack (line 55) | void debug_stack() function CXMLNode (line 60) | CXMLNode *parse_node_element_text(const string cxml, CXMLNode *root) function CXMLNode (line 83) | CXMLNode *parse_node_element_attr(const string cxml, CXMLNode *root) function CXMLNode (line 110) | CXMLNode *parse_node_element_name(const string cxml, CXMLNode *root) function CXMLNode (line 139) | CXMLNode *parse_node(const string cxml, CXMLNode *root) function CXMLNode (line 202) | CXMLNode *parse_from_string(const string cxml) FILE: src/cxml_class.cc function string (line 22) | string CXMLNode::get_name() const function string (line 28) | string CXMLNode::get_text() const function CXMLNode (line 42) | CXMLNode *CXMLNode::get_parent() const function CXMLNode (line 48) | CXMLNode *CXMLNode::get_child() const FILE: src/cxml_class.hpp class Node (line 11) | class Node class CXMLNode_attr (line 23) | class CXMLNode_attr : public Node class CXMLNode_text (line 34) | class CXMLNode_text : public Node class CXMLNode (line 41) | class CXMLNode : public Node class CXMLNode_result (line 67) | class CXMLNode_result FILE: src/xpath.cc function str2int (line 26) | constexpr unsigned int function parse_option (line 32) | pair parse_option(const string op) function CXMLNode (line 94) | CXMLNode *xpath_get_parent_node(CXMLNode *root) function CXMLNode (line 99) | CXMLNode *xpath_get_this_node(CXMLNode *root) function string (line 104) | string xpath_get_text_from_this(CXMLNode *root) function string (line 109) | string xpath_get_texts_from_genera(CXMLNode *root) function CXMLNode (line 129) | CXMLNode *xpath_get_node_by_attrValue_and_name(const string name, CXMLNo... function CXMLNode (line 153) | CXMLNode *xpath_get_node_by_attr_and_name(const string name, CXMLNode *r... function CXMLNode (line 172) | CXMLNode *xpath_get_node_by_array_and_name(const string name, CXMLNode *... function CXMLNode (line 192) | CXMLNode *xpath_get_node_from_child_by_name(const string name, CXMLNode ... function CXMLNode (line 206) | CXMLNode *xpath_get_node_from_genera_by_name(const string name, CXMLNode... function string (line 226) | string xpath_get_attr_from_this(const string name, CXMLNode *root) function get_xpath_option (line 240) | bool get_xpath_option(const string exp) function do_xpath_option (line 272) | bool do_xpath_option(CXMLNode *root, CXMLNode_result *result) function CXMLNode_result (line 333) | const CXMLNode_result *xpath(const string exp, CXMLNode *root)