MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / NewElement

Method NewElement

Dependencies/tinyxml2/src/tinyxml2.cpp:2091–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2089}
2090
2091XMLElement* XMLDocument::NewElement( const char* name )
2092{
2093 XMLElement* ele = CreateUnlinkedNode<XMLElement>( _elementPool );
2094 ele->SetName( name );
2095 return ele;
2096}
2097
2098
2099XMLComment* XMLDocument::NewComment( const char* str )

Callers 15

OnSerializeMethod · 0.80
SaveMethod · 0.80
OnSerializeMethod · 0.80
SerializeBooleanMethod · 0.80
SerializeStringMethod · 0.80
SerializeFloatMethod · 0.80
SerializeDoubleMethod · 0.80
SerializeIntMethod · 0.80
SerializeUint32Method · 0.80
SerializeInt64Method · 0.80
SerializeVec2Method · 0.80
SerializeVec3Method · 0.80

Calls 1

SetNameMethod · 0.45

Tested by

no test coverage detected