MCPcopy Create free account
hub / github.com/DacoTaco/priiloader / xml_node

Method xml_node

src/priiloader/include/rapidxml.hpp:901–906  ·  view source on GitHub ↗

Constructs an empty node with the specified type. Consider using memory_pool of appropriate document to allocate nodes manually. \param type Type of node to construct.

Source from the content-addressed store, hash-verified

899 //! Consider using memory_pool of appropriate document to allocate nodes manually.
900 //! \param type Type of node to construct.
901 xml_node(node_type type)
902 : m_type(type)
903 , m_first_node(0)
904 , m_first_attribute(0)
905 {
906 }
907
908 ///////////////////////////////////////////////////////////////////////////
909 // Node data access

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected