Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
std::set<Object *>::iterator ObjectRegistry::begin()
34
{
35
return m_objects.begin();
36
}
37
38
std::set<Object *>::iterator ObjectRegistry::end()
39
{
Callers
2
set
Method · 0.45
~ChangeListener
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected