MCPcopy Create free account
hub / github.com/MBU-Team/OpenMBU / TiXmlString

Class TiXmlString

engine/lib/tinyxml/tinystr.h:67–266  ·  view source on GitHub ↗

TiXmlString is an emulation of a subset of the std::string template. Its purpose is to allow compiling TinyXML on compilers with no or poor STL support. Only the member functions relevant to the TinyXML project have been implemented. The buffer allocation is made by a simplistic power of 2 like mechanism : if we increase a string and there's no more room, we allocate a buffer twice as

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

lengthFunction · 0.85
appendFunction · 0.50
startMethod · 0.45
lengthMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected