MCPcopy Create free account
hub / github.com/cginternals/globjects / begin

Method begin

source/globjects/source/registry/ObjectRegistry.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33std::set<Object *>::iterator ObjectRegistry::begin()
34{
35 return m_objects.begin();
36}
37
38std::set<Object *>::iterator ObjectRegistry::end()
39{

Callers 2

setMethod · 0.45
~ChangeListenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected