Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brofield/simpleini
/ StringWriter
Method
StringWriter
SimpleIni.h:418–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
417
public:
418
StringWriter(std::string &a_string) : m_string(a_string) {}
419
void Write(const char *a_pBuf) { m_string.append(a_pBuf); }
420
421
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected