MCPcopy Create free account
hub / github.com/MyGUI/mygui / children

Method children

Tools/EditorFramework/pugixml.cpp:4433–4436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4431 }
4432
4433 PUGI__FN xml_object_range<xml_node_iterator> xml_node::children() const
4434 {
4435 return xml_object_range<xml_node_iterator>(begin(), end());
4436 }
4437
4438 PUGI__FN xml_object_range<xml_named_node_iterator> xml_node::children(const char_t* name_) const
4439 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected