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

Method end

src/Nazara/Core/String.cpp:4423–4426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4421 */
4422
4423 char* String::end()
4424 {
4425 return &m_sharedString->string[m_sharedString->size];
4426 }
4427
4428 /*!
4429 * \brief Returns an iterator pointing to the end of the string

Callers 15

DestroyEntityMethod · 0.45
DestroyChildMethod · 0.45
RunMethod · 0.45
RefreshHistoryMethod · 0.45
ReorderSystemsMethod · 0.45
RegisterMaterialMethod · 0.45
UnregisterMaterialMethod · 0.45
QueryComponentIndexMethod · 0.45
OnEntityRemovedMethod · 0.45
OnEntityValidationMethod · 0.45
GetMethod · 0.45
SetShaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected