MCPcopy Create free account
hub / github.com/Kitware/VTK / get_string

Method get_string

ThirdParty/pugixml/vtkpugixml/src/pugixml.cpp:12960–12964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12958 }
12959
12960 PUGI_IMPL_FN const char_t* xpath_variable::get_string() const
12961 {
12962 const char_t* value = (_type == xpath_type_string) ? static_cast<const impl::xpath_variable_string*>(this)->value : NULL;
12963 return value ? value : PUGIXML_TEXT("");
12964 }
12965
12966 PUGI_IMPL_FN const xpath_node_set& xpath_variable::get_node_set() const
12967 {

Callers 15

GetCellMetadataFunction · 0.45
GetConnectivityFunction · 0.45
GetRegionMethod · 0.45
eval_booleanMethod · 0.45
eval_stringMethod · 0.45
check_set_bool_propertyFunction · 0.45
info_propertyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected