MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / TiXmlAttribute

Method TiXmlAttribute

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

Construct an empty attribute.

Source from the content-addressed store, hash-verified

783public:
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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected