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

Method Registry

source/globjects/source/registry/Registry.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139Registry::Registry()
140: m_initialized(false)
141{
142}
143
144Registry::Registry(Registry * sharedRegistry)
145: m_initialized(true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected