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

Method end

source/globjects/source/registry/ObjectRegistry.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::set<Object *>::iterator ObjectRegistry::end()
39{
40 return m_objects.end();
41}
42
43void ObjectRegistry::registerObject(Object * object)
44{

Callers 10

setMethod · 0.45
registerContextMethod · 0.45
isCurrentContextMethod · 0.45
isContextRegisteredMethod · 0.45
setCurrentRegistryMethod · 0.45
hasNamedStringMethod · 0.45
namedStringMethod · 0.45
parseFormatFunction · 0.45
deregisterFileMethod · 0.45
deregisterListenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected