MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / NewText

Method NewText

sourcecommon/tinyxml2.cpp:1678–1684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1676
1677
1678XMLText* XMLDocument::NewText( const char* str )
1679{
1680 XMLText* text = new (_textPool.Alloc()) XMLText( this );
1681 text->_memPool = &_textPool;
1682 text->SetValue( str );
1683 return text;
1684}
1685
1686
1687XMLDeclaration* XMLDocument::NewDeclaration( const char* str )

Callers 2

ShallowCloneMethod · 0.80
SetTextMethod · 0.80

Calls 2

AllocMethod · 0.80
SetValueMethod · 0.80

Tested by

no test coverage detected