MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / operator>

Method operator>

tinyxml/include/tinyxml.h:862–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860 bool operator==( const TiXmlAttribute& rhs ) const { return rhs.name == name; }
861 bool operator<( const TiXmlAttribute& rhs ) const { return name < rhs.name; }
862 bool operator>( const TiXmlAttribute& rhs ) const { return name > rhs.name; }
863
864 /* Attribute parsing starts: first letter of the name
865 returns: the next char after the value end quote

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected