MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / Write

Method Write

3rdparty/simpleini/include/SimpleIni.h:414–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 public:
413 StringWriter(std::string & a_string) : m_string(a_string) { }
414 void Write(const char * a_pBuf) {
415 m_string.append(a_pBuf);
416 }
417 private:
418 StringWriter(const StringWriter &); // disable
419 StringWriter & operator=(const StringWriter &); // disable

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected