struct Poco::ClassLoader::LibraryInfo

#include <ClassLoader.h>

struct LibraryInfo
{
    // fields

    SharedLibrary* pLibrary;
    const Manif* pManifest;
    int refCount;
};