Return the length of a TiXmlString
| 132 | |
| 133 | // Return the length of a TiXmlString |
| 134 | size_type length () const { return rep_->size; } |
| 135 | |
| 136 | // Alias for length() |
| 137 | size_type size () const { return rep_->size; } |
no outgoing calls
no test coverage detected