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

Method TiXmlComment

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

Constructs an empty comment.

Source from the content-addressed store, hash-verified

1164public:
1165 /// Constructs an empty comment.
1166 TiXmlComment() : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) {}
1167 /// Construct a comment from text.
1168 TiXmlComment( const char* _value ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) {
1169 SetValue( _value );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected