MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / register_function

Method register_function

IPL/include/pugg/Plugin.h:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 return (_handle != NULL);
46 }
47 fnRegisterPlugin* register_function()
48 {
49#ifdef WIN32
50 return reinterpret_cast<fnRegisterPlugin*>(GetProcAddress(_handle, "register_pugg_plugin"));
51#else
52 return reinterpret_cast<fnRegisterPlugin*>(dlsym(_handle, "register_pugg_plugin"));
53#endif
54 }
55 void free()
56 {
57#ifdef WIN32

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected