MCPcopy Create free account
hub / github.com/axmolengine/axmol / begin

Method begin

core/base/Map.h:74–74  ·  view source on GitHub ↗

Return iterator to beginning. */

Source from the content-addressed store, hash-verified

72
73 /** Return iterator to beginning. */
74 iterator begin() { return _data.begin(); }
75 /** Return const_iterator to beginning. */
76 const_iterator begin() const { return _data.begin(); }
77

Callers 15

parseBlendFunction · 0.45
parseDepthFuncFunction · 0.45
parseCullFaceSideFunction · 0.45
parseFrontFaceFunction · 0.45
~AutoBindingResolverMethod · 0.45
DriverGLMethod · 0.45
addConstraintMethod · 0.45
removeConstraintMethod · 0.45
addPhysics3DObjectMethod · 0.45
removePhysics3DObjectMethod · 0.45

Calls

no outgoing calls

Tested by 9

visitMethod · 0.36
delOBBWithCountMethod · 0.36
addImageMethod · 0.36
onTouchesMovedMethod · 0.36
RenderTextureIssue937Method · 0.36
renderScreenShotMethod · 0.36
parseMethod · 0.36
initMethod · 0.36
reproduceBugMethod · 0.36