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

Function CStr

3rdparty/tinyxml2/tinyxml2.h:2309–2311  ·  view source on GitHub ↗

If in print to memory mode, return a pointer to the XML file in memory. */

Source from the content-addressed store, hash-verified

2307 the XML file in memory.
2308 */
2309 const char* CStr() const {
2310 return _buffer.Mem();
2311 }
2312 /**
2313 If in print to memory mode, return the size
2314 of the XML file in memory. (Note the size returned

Callers

nothing calls this directly

Calls 1

MemMethod · 0.80

Tested by

no test coverage detected