Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ CStr
Method
CStr
cpp/tinyxml/tinyxml.h:1771–1771 ·
view source on GitHub ↗
Return the result.
Source
from the content-addressed store, hash-verified
1769
}
1770
/// Return the result.
1771
const char* CStr() { return buffer.c_str(); }
1772
/// Return the length of the result string.
1773
size_t Size() { return buffer.size(); }
1774
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected