MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Find

Method Find

cpp/tinyxml/tinyxml.h:919–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917
918 const TiXmlAttribute* Find( const char* _name ) const;
919 TiXmlAttribute* Find( const char* _name ) {
920 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttributeSet* >(this))->Find( _name ) );
921 }
922 #ifdef TIXML_USE_STL
923 const TiXmlAttribute* Find( const std::string& _name ) const;
924 TiXmlAttribute* Find( const std::string& _name ) {

Callers 1

QueryValueAttributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected