MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / CStr

Function CStr

sourcecommon/tinyxml2.h:2019–2021  ·  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

2017 the XML file in memory.
2018 */
2019 const char* CStr() const {
2020 return _buffer.Mem();
2021 }
2022 /**
2023 If in print to memory mode, return the size
2024 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