Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DestroyEntity
Method · 0.45
DestroyChild
Method · 0.45
Run
Method · 0.45
RefreshHistory
Method · 0.45
ReorderSystems
Method · 0.45
RegisterMaterial
Method · 0.45
UnregisterMaterial
Method · 0.45
QueryComponentIndex
Method · 0.45
OnEntityRemoved
Method · 0.45
OnEntityValidation
Method · 0.45
Get
Method · 0.45
SetShader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected