MCPcopy Create free account
hub / github.com/MyGUI/mygui / CString

Method CString

Tools/EditorFramework/SettingsManager.h:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 public:
48 CString(const std::string& string) :
49 mValue(string.data())
50 {
51 }
52 CString(const char* string) :
53 mValue(string)
54 {

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected