Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DarthTon/Xenos
/ functions
Functions
299 in github.com/DarthTon/Xenos
⨍
Functions
299
◇
Types & classes
58
Method
file_exists
src/FileUtil.cpp:44
Function
find_char
src/rapidxml/rapidxml_print.hpp:94
Method
find_node
Path is implicitly convertibale from string
src/rapidxml_wrap.hpp:412
Method
find_value
Path is implicitly convertibale from string
src/rapidxml_wrap.hpp:391
Method
get_doc
src/rapidxml_wrap.hpp:490
Method
get_helper
src/rapidxml_wrap.hpp:346
Method
id
src/Window.hpp:25
Method
init
src/rapidxml/rapidxml.hpp:580
Method
insert_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
Method
insert_coded_character
src/rapidxml/rapidxml.hpp:1541
Method
insert_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
Method
itemText
src/ListView.hpp:47
Method
last_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
Method
last_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
Method
memory_pool
Constructs empty pool with default allocator functions.
src/rapidxml/rapidxml.hpp:404
Method
modifyItem
src/ComboBox.hpp:46
Method
node_iterator
src/rapidxml/rapidxml_iterators.hpp:27
Method
nullstr
Return empty string
src/rapidxml/rapidxml.hpp:792
Method
oldProc
src/Window.hpp:43
Method
operator !=
src/rapidxml/rapidxml_iterators.hpp:82
Method
operator !=
src/rapidxml/rapidxml_iterators.hpp:161
Method
operator *
src/rapidxml/rapidxml_iterators.hpp:37
Method
operator *
src/rapidxml/rapidxml_iterators.hpp:116
Method
operator ==
src/rapidxml/rapidxml_iterators.hpp:77
Method
operator ==
src/rapidxml/rapidxml_iterators.hpp:156
Method
operator!=
src/rapidxml_wrap.hpp:518
Method
operator()
src/rapidxml_wrap.hpp:24
Method
operator()
src/rapidxml_wrap.hpp:33
Method
operator*
src/rapidxml_wrap.hpp:523
Method
operator++
src/rapidxml/rapidxml_iterators.hpp:56
Method
operator++
src/rapidxml/rapidxml_iterators.hpp:135
Method
operator--
src/rapidxml/rapidxml_iterators.hpp:70
Method
operator--
src/rapidxml/rapidxml_iterators.hpp:149
Method
operator->
src/rapidxml/rapidxml_iterators.hpp:43
Method
operator->
src/rapidxml/rapidxml_iterators.hpp:122
Method
parse
src/rapidxml/rapidxml.hpp:1395
Method
parse_and_append_data
src/rapidxml/rapidxml.hpp:1974
Method
parse_bom
src/rapidxml/rapidxml.hpp:1759
Method
parse_buffer
src/rapidxml_wrap.hpp:704
Method
parse_cdata
src/rapidxml/rapidxml.hpp:2032
Method
parse_comment
src/rapidxml/rapidxml.hpp:1807
Method
parse_doctype
src/rapidxml/rapidxml.hpp:1848
Method
parse_element
src/rapidxml/rapidxml.hpp:2071
Method
parse_error
Constructs parse error
src/rapidxml/rapidxml.hpp:77
Method
parse_node
src/rapidxml/rapidxml.hpp:2115
Method
parse_node_attributes
src/rapidxml/rapidxml.hpp:2271
Method
parse_node_contents
src/rapidxml/rapidxml.hpp:2201
Method
parse_pi
src/rapidxml/rapidxml.hpp:1914
Method
parse_xml_declaration
src/rapidxml/rapidxml.hpp:1772
Method
prepend_attribute
Prepends a new attribute to the node. \param attribute Attribute to prepend.
src/rapidxml/rapidxml.hpp:1211
Method
prepend_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
Method
read_file
src/FileUtil.cpp:24
Method
read_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
Method
read_from_string
* Read XML document from string. */
src/rapidxml_wrap.hpp:617
Method
remove_attribute
Removes specified attribute from node. \param where Pointer to attribute to be removed.
src/rapidxml/rapidxml.hpp:1307
Method
remove_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
Method
remove_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
Method
remove_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
Method
remove_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
Method
remove_node
Removes specified child from the node \param where Pointer to child to be removed.
src/rapidxml/rapidxml.hpp:1185
Method
reset
src/ComboBox.hpp:20
Method
reset
src/ListView.hpp:59
Method
selection
src/ListView.hpp:57
Method
set_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
Method
set_current
src/rapidxml_wrap.hpp:339
Method
set_helper
src/rapidxml_wrap.hpp:374
Method
size
Gets file data size. \return Size of file data, in characters.
src/rapidxml/rapidxml_utils.hpp:79
Method
skip
src/rapidxml/rapidxml.hpp:1588
Method
skip_and_expand_character_refs
src/rapidxml/rapidxml.hpp:1600
Method
test
src/rapidxml/rapidxml.hpp:1444
Method
test
src/rapidxml/rapidxml.hpp:1455
Method
test
src/rapidxml/rapidxml.hpp:1466
Method
test
src/rapidxml/rapidxml.hpp:1477
Method
test
src/rapidxml/rapidxml.hpp:1488
Method
test
src/rapidxml/rapidxml.hpp:1499
Method
test
src/rapidxml/rapidxml.hpp:1511
Method
test
src/rapidxml/rapidxml.hpp:1527
Method
text
src/EditBox.hpp:14
Function
trim
return string without any chars from 'whitespace' at the beginning or at the end
src/StringUtil.h:51
Method
use_document
* Use provided xml_document. * own - set whether to own the document or not */
src/rapidxml_wrap.hpp:640
Method
use_exceptions
* Set whether to use exceptions or return bool values to indicate failure. */
src/rapidxml_wrap.hpp:693
Function
wWinMain
src/Main.cpp:111
Method
where
src/rapidxml/rapidxml.hpp:94
Method
xml_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
Method
xml_base
Construct a base with empty name, value and parent
src/rapidxml/rapidxml.hpp:671
Method
xml_document
Constructs empty XML document
src/rapidxml/rapidxml.hpp:1378
Method
xml_error
src/rapidxml_wrap.hpp:107
Method
xml_general_error
src/rapidxml_wrap.hpp:119
Method
xml_key_error
src/rapidxml_wrap.hpp:113
Method
xml_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
← previous
201–299 of 299, ranked by callers