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

Method evaluate_string

UnitTests/TestApp/pugixml.cpp:10952–10957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10950
10951 #ifndef PUGIXML_NO_STL
10952 PUGI__FN string_t xpath_query::evaluate_string(const xpath_node& n) const
10953 {
10954 impl::xpath_stack_data sd;
10955
10956 return impl::evaluate_string_impl(static_cast<impl::xpath_query_impl*>(_impl), n, sd).c_str();
10957 }
10958 #endif
10959
10960 PUGI__FN size_t xpath_query::evaluate_string(char_t* buffer, size_t capacity, const xpath_node& n) const

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected