MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / NewText

Method NewText

3rdparty/tinyxml2/tinyxml2.cpp:2287–2292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2285
2286
2287XMLText* XMLDocument::NewText( const char* str )
2288{
2289 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool );
2290 text->SetValue( str );
2291 return text;
2292}
2293
2294
2295XMLDeclaration* XMLDocument::NewDeclaration( const char* str )

Callers 3

ShallowCloneMethod · 0.80
SetTextMethod · 0.80
InsertNewTextMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected