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