MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / GetString

Method GetString

Code/CryEngine/CrySystem/XML/xml.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 virtual void Release() { if (--m_nRefCount <= 0) delete this; }
64
65 virtual const char* GetString() { return m_string.c_str(); };
66 virtual size_t GetStringLength() { return m_string.size(); };
67};
68

Callers 15

netProfileWriteLogFilesFunction · 0.45
GetBindAddressMethod · 0.45
OnCVarChangedMethod · 0.45
FixPortBindingFunction · 0.45
EnterStateMethod · 0.45
DrawDebugScreensMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected