Construct an empty attribute.
| 783 | public: |
| 784 | /// Construct an empty attribute. |
| 785 | TiXmlAttribute() : TiXmlBase() |
| 786 | { |
| 787 | document = 0; |
| 788 | prev = next = 0; |
| 789 | } |
| 790 | |
| 791 | #ifdef TIXML_USE_STL |
| 792 | /// std::string constructor. |
nothing calls this directly
no outgoing calls
no test coverage detected