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

Method hintNameImplementation

source/globjects/source/Object.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29void Object::hintNameImplementation(const NameImplementation impl)
30{
31 ImplementationRegistry::current().initialize(impl);
32}
33
34
35Object::Object(IDResource * resource)

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected