MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / String

Method String

src/Nazara/Core/String.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 */
93
94 String::String() :
95 m_sharedString(GetEmptyString())
96 {
97 }
98
99 /*!
100 * \brief Constructs a String object with a character

Callers

nothing calls this directly

Calls 2

GetConstBufferMethod · 0.80
GetSizeMethod · 0.45

Tested by

no test coverage detected