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

Method objects

source/globjects/source/registry/ObjectRegistry.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28std::set<Object*> ObjectRegistry::objects() const
29{
30 return m_objects;
31}
32
33std::set<Object *>::iterator ObjectRegistry::begin()
34{

Callers 2

detachAllObjectsFunction · 0.80
ObjectRegistry.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected