MCPcopy Create free account
hub / github.com/cinder/Cinder / value_size

Method value_size

include/rapidxml/rapidxml.hpp:700–703  ·  view source on GitHub ↗

Gets size of node value, not including terminator character. This function works correctly irrespective of whether value is or is not zero terminated. \return Size of node value, in characters.

Source from the content-addressed store, hash-verified

698 //! This function works correctly irrespective of whether value is or is not zero terminated.
699 //! \return Size of node value, in characters.
700 std::size_t value_size() const
701 {
702 return m_value ? m_value_size : 0;
703 }
704
705 ///////////////////////////////////////////////////////////////////////////
706 // Node modification

Callers 10

clone_nodeMethod · 0.80
parse_piMethod · 0.80
parse_node_attributesMethod · 0.80
print_attributesFunction · 0.80
print_data_nodeFunction · 0.80
print_cdata_nodeFunction · 0.80
print_element_nodeFunction · 0.80
print_comment_nodeFunction · 0.80
print_doctype_nodeFunction · 0.80
print_pi_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected