Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ node_iterator
Method
node_iterator
include/rapidxml/rapidxml_iterators.hpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
typedef std::bidirectional_iterator_tag iterator_category;
26
27
node_iterator()
28
: m_node(0)
29
{
30
}
31
32
node_iterator(xml_node<Ch> *node)
33
: m_node(node->first_node())
Callers
nothing calls this directly
Calls
1
first_node
Method · 0.80
Tested by
no test coverage detected