| 859 | |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected