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

Method initialize

source/globjects/source/registry/Registry.cpp:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void Registry::initialize()
158{
159 m_objects.reset(new ObjectRegistry);
160 m_extensions.reset(new ExtensionRegistry);
161 m_namedStrings.reset(new NamedStringRegistry);
162 m_implementations.reset(new ImplementationRegistry);
163
164 m_initialized = true;
165}
166
167bool Registry::isInitialized() const
168{

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected