#include "Iguana/Framework/interface/IgPluginManager.h"
#include "Iguana/Framework/interface/IgPluginInfo.h"
#include "Iguana/Framework/interface/IgPluginFactoryBase.h"
#include "Iguana/Framework/interface/IgModuleCache.h"
#include "Iguana/Framework/interface/IgModule.h"
#include "debug.h"
#include "Iguana/Framework/interface/IgModuleDescriptor.h"
#include "classlib/utils/SystemError.h"
#include "classlib/utils/Log.h"
#include <algorithm>
#include <functional>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | IgDirectoryByName |
Locate a IgModuleCache by it's file name. More... | |
class | IgPluginManagerDestructor |
Simple class to configure optional destruction of plug-in manager on exit. More... | |
Variables | |
static IgPluginManagerDestructor | s_destructor |
IgPluginManagerDestructor s_destructor [static] |
Definition at line 60 of file IgPluginManager.cc.