MCPcopy Create free account

hub / github.com/DarthTon/Xenos / functions

Functions299 in github.com/DarthTon/Xenos

Methodfile_exists
src/FileUtil.cpp:44
Functionfind_char
src/rapidxml/rapidxml_print.hpp:94
Methodfind_node
Path is implicitly convertibale from string
src/rapidxml_wrap.hpp:412
Methodfind_value
Path is implicitly convertibale from string
src/rapidxml_wrap.hpp:391
Methodget_doc
src/rapidxml_wrap.hpp:490
Methodget_helper
src/rapidxml_wrap.hpp:346
Methodid
src/Window.hpp:25
Methodinit
src/rapidxml/rapidxml.hpp:580
Methodinsert_attribute
Inserts a new attribute at specified place inside the node. All attributes after and including the specified attribute are moved one position back. \p
src/rapidxml/rapidxml.hpp:1253
Methodinsert_coded_character
src/rapidxml/rapidxml.hpp:1541
Methodinsert_node
Inserts a new child node at specified place inside the node. All children after and including the specified node are moved one position back. \param w
src/rapidxml/rapidxml.hpp:1133
MethoditemText
src/ListView.hpp:47
Methodlast_attribute
Gets last attribute of node, optionally matching attribute name. \param name Name of attribute to find, or 0 to return last attribute regardless of it
src/rapidxml/rapidxml.hpp:1059
Methodlast_node
Gets last child node, optionally matching node name. Behaviour is undefined if node has no children. Use first_node() to test if node has children. \p
src/rapidxml/rapidxml.hpp:972
Methodmemory_pool
Constructs empty pool with default allocator functions.
src/rapidxml/rapidxml.hpp:404
MethodmodifyItem
src/ComboBox.hpp:46
Methodnode_iterator
src/rapidxml/rapidxml_iterators.hpp:27
Methodnullstr
Return empty string
src/rapidxml/rapidxml.hpp:792
MethodoldProc
src/Window.hpp:43
Methodoperator !=
src/rapidxml/rapidxml_iterators.hpp:82
Methodoperator !=
src/rapidxml/rapidxml_iterators.hpp:161
Methodoperator *
src/rapidxml/rapidxml_iterators.hpp:37
Methodoperator *
src/rapidxml/rapidxml_iterators.hpp:116
Methodoperator ==
src/rapidxml/rapidxml_iterators.hpp:77
Methodoperator ==
src/rapidxml/rapidxml_iterators.hpp:156
Methodoperator!=
src/rapidxml_wrap.hpp:518
Methodoperator()
src/rapidxml_wrap.hpp:24
Methodoperator()
src/rapidxml_wrap.hpp:33
Methodoperator*
src/rapidxml_wrap.hpp:523
Methodoperator++
src/rapidxml/rapidxml_iterators.hpp:56
Methodoperator++
src/rapidxml/rapidxml_iterators.hpp:135
Methodoperator--
src/rapidxml/rapidxml_iterators.hpp:70
Methodoperator--
src/rapidxml/rapidxml_iterators.hpp:149
Methodoperator->
src/rapidxml/rapidxml_iterators.hpp:43
Methodoperator->
src/rapidxml/rapidxml_iterators.hpp:122
Methodparse
src/rapidxml/rapidxml.hpp:1395
Methodparse_and_append_data
src/rapidxml/rapidxml.hpp:1974
Methodparse_bom
src/rapidxml/rapidxml.hpp:1759
Methodparse_buffer
src/rapidxml_wrap.hpp:704
Methodparse_cdata
src/rapidxml/rapidxml.hpp:2032
Methodparse_comment
src/rapidxml/rapidxml.hpp:1807
Methodparse_doctype
src/rapidxml/rapidxml.hpp:1848
Methodparse_element
src/rapidxml/rapidxml.hpp:2071
Methodparse_error
Constructs parse error
src/rapidxml/rapidxml.hpp:77
Methodparse_node
src/rapidxml/rapidxml.hpp:2115
Methodparse_node_attributes
src/rapidxml/rapidxml.hpp:2271
Methodparse_node_contents
src/rapidxml/rapidxml.hpp:2201
Methodparse_pi
src/rapidxml/rapidxml.hpp:1914
Methodparse_xml_declaration
src/rapidxml/rapidxml.hpp:1772
Methodprepend_attribute
Prepends a new attribute to the node. \param attribute Attribute to prepend.
src/rapidxml/rapidxml.hpp:1211
Methodprepend_node
Prepends a new child node. The prepended child becomes the first child, and all existing children are moved one position back. \param child Node to pr
src/rapidxml/rapidxml.hpp:1090
Methodread_file
src/FileUtil.cpp:24
Methodread_from_buffer
* Read XML document from buffer. * buffer - null-terminated buffer with XML content. It will be modified by the parser. */
src/rapidxml_wrap.hpp:629
Methodread_from_string
* Read XML document from string. */
src/rapidxml_wrap.hpp:617
Methodremove_attribute
Removes specified attribute from node. \param where Pointer to attribute to be removed.
src/rapidxml/rapidxml.hpp:1307
Methodremove_first_attribute
Removes first attribute of the node. If node has no attributes, behaviour is undefined. Use first_attribute() to test if node has attributes.
src/rapidxml/rapidxml.hpp:1274
Methodremove_first_node
Removes first child node. If node has no children, behaviour is undefined. Use first_node() to test if node has children.
src/rapidxml/rapidxml.hpp:1154
Methodremove_last_attribute
Removes last attribute of the node. If node has no attributes, behaviour is undefined. Use first_attribute() to test if node has attributes.
src/rapidxml/rapidxml.hpp:1291
Methodremove_last_node
Removes last child of the node. If node has no children, behaviour is undefined. Use first_node() to test if node has children.
src/rapidxml/rapidxml.hpp:1169
Methodremove_node
Removes specified child from the node \param where Pointer to child to be removed.
src/rapidxml/rapidxml.hpp:1185
Methodreset
src/ComboBox.hpp:20
Methodreset
src/ListView.hpp:59
Methodselection
src/ListView.hpp:57
Methodset_allocator
Sets or resets the user-defined memory allocation functions for the pool. This can only be called when no memory is allocated from the pool yet, other
src/rapidxml/rapidxml.hpp:566
Methodset_current
src/rapidxml_wrap.hpp:339
Methodset_helper
src/rapidxml_wrap.hpp:374
Methodsize
Gets file data size. \return Size of file data, in characters.
src/rapidxml/rapidxml_utils.hpp:79
Methodskip
src/rapidxml/rapidxml.hpp:1588
Methodskip_and_expand_character_refs
src/rapidxml/rapidxml.hpp:1600
Methodtest
src/rapidxml/rapidxml.hpp:1444
Methodtest
src/rapidxml/rapidxml.hpp:1455
Methodtest
src/rapidxml/rapidxml.hpp:1466
Methodtest
src/rapidxml/rapidxml.hpp:1477
Methodtest
src/rapidxml/rapidxml.hpp:1488
Methodtest
src/rapidxml/rapidxml.hpp:1499
Methodtest
src/rapidxml/rapidxml.hpp:1511
Methodtest
src/rapidxml/rapidxml.hpp:1527
Methodtext
src/EditBox.hpp:14
Functiontrim
return string without any chars from 'whitespace' at the beginning or at the end
src/StringUtil.h:51
Methoduse_document
* Use provided xml_document. * own - set whether to own the document or not */
src/rapidxml_wrap.hpp:640
Methoduse_exceptions
* Set whether to use exceptions or return bool values to indicate failure. */
src/rapidxml_wrap.hpp:693
FunctionwWinMain
src/Main.cpp:111
Methodwhere
src/rapidxml/rapidxml.hpp:94
Methodxml_attribute
Constructs an empty attribute with the specified type. Consider using memory_pool of appropriate xml_document if allocating attributes manually.
src/rapidxml/rapidxml.hpp:824
Methodxml_base
Construct a base with empty name, value and parent
src/rapidxml/rapidxml.hpp:671
Methodxml_document
Constructs empty XML document
src/rapidxml/rapidxml.hpp:1378
Methodxml_error
src/rapidxml_wrap.hpp:107
Methodxml_general_error
src/rapidxml_wrap.hpp:119
Methodxml_key_error
src/rapidxml_wrap.hpp:113
Methodxml_node
Constructs an empty node with the specified type. Consider using memory_pool of appropriate document to allocate nodes manually. \param type Type of n
src/rapidxml/rapidxml.hpp:915
Method~DlgSettings
src/DlgSettings.cpp:14
Method~DlgWait
src/DlgWait.cpp:13
Method~DriverExtract
src/DriverExtract.h:60
Method~DumpHandler
src/DumpHandler.cpp:18
Method~InjectionCore
src/InjectionCore.cpp:13
Method~Logger
src/Log.h:32
Method~MainDlg
src/MainDlg.cpp:39
Method~ModulesDlg
src/DlgModules.cpp:15
Method~memory_pool
Destroys pool and frees all the memory. This causes memory occupied by nodes allocated by the pool to be freed. Nodes allocated from the pool are no l
src/rapidxml/rapidxml.hpp:414
← previous201–299 of 299, ranked by callers