MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / NewElement

Method NewElement

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2181–2186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2179}
2180
2181XMLElement* XMLDocument::NewElement(const char* name)
2182{
2183 XMLElement* ele = CreateUnlinkedNode<XMLElement>(_elementPool);
2184 ele->SetName(name);
2185 return ele;
2186}
2187
2188XMLComment* XMLDocument::NewComment(const char* str)
2189{

Callers 1

ShallowCloneMethod · 0.80

Calls 1

SetNameMethod · 0.80

Tested by

no test coverage detected