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

Method begin

src/SFML/System/String.cpp:418–421  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

416
417////////////////////////////////////////////////////////////
418String::Iterator String::begin()
419{
420 return m_string.begin();
421}
422
423
424////////////////////////////////////////////////////////////

Callers 15

VideoMode.test.cppFile · 0.45
String.test.cppFile · 0.45
resolveV4Function · 0.45
resolveV6Function · 0.45
VideoMode.cppFile · 0.45
isValidMethod · 0.45
isExtensionAvailableMethod · 0.45
getFullscreenModesMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected