MCPcopy Create free account
hub / github.com/dirkvdb/ffmpegthumbnailer / LibHandle

Method LibHandle

main.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231{
232public:
233 LibHandle(const std::string& libName)
234 : m_pLib(dlopen(libName.c_str(), RTLD_LAZY))
235 {
236 if (!m_pLib) std::cerr << dlerror() << std::endl;
237 }
238
239 ~LibHandle()
240 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected