Home | History | Annotate | Download | only in tinyxml2

Lines Matching full:getstr

131     const char* GetStr();

467 const char* Value() const { return value.GetStr(); }
773 const char* Name() const { return name.GetStr(); } ///< The name of the attribute.
774 const char* Value() const { return value.GetStr(); } ///< The value of the attribute.