MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / as_string

Method as_string

LibCarla/source/third-party/pugixml/pugixml.cpp:5163–5166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5161 }
5162
5163 PUGI__FN const char_t* xml_attribute::as_string(const char_t* def) const
5164 {
5165 return (_attr && _attr->value) ? _attr->value + 0 : def;
5166 }
5167
5168 PUGI__FN int xml_attribute::as_int(int def) const
5169 {

Callers 2

ParseMethod · 0.80
get_total_road_marksFunction · 0.80

Calls

no outgoing calls

Tested by 1

get_total_road_marksFunction · 0.64