MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / NewComment

Method NewComment

ReClass/tinyxml2.cpp:2095–2100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2093
2094
2095XMLComment* XMLDocument::NewComment( const char* str )
2096{
2097 XMLComment* comment = CreateUnlinkedNode<XMLComment>( _commentPool );
2098 comment->SetValue( str );
2099 return comment;
2100}
2101
2102
2103XMLText* XMLDocument::NewText( const char* str )

Callers 2

SaveXMLMethod · 0.80
ShallowCloneMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected