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

Method begin

src/Nazara/Core/String.cpp:4403–4406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4401 */
4402
4403 char* String::begin()
4404 {
4405 return m_sharedString->string.get();
4406 }
4407
4408 /*!
4409 * \brief Returns an iterator pointing to the beginning of the string

Callers 15

DestroyEntityMethod · 0.45
DestroyChildMethod · 0.45
RunMethod · 0.45
RefreshHistoryMethod · 0.45
ReorderSystemsMethod · 0.45
OnEntityRemovedMethod · 0.45
OnEntityValidationMethod · 0.45
GetMethod · 0.45
RegisterMethod · 0.45
OnIndexBufferReleaseMethod · 0.45
OnVertexBufferReleaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected