▼Cclass_loader::class_loader_private::AbstractMetaObjectBase | A base class for MetaObjects that excludes a polymorphic type parameter. Subclasses are class templates though |
▼Cclass_loader::class_loader_private::AbstractMetaObject< B > | Abstract base class for factories where polymorphic type variable indicates base class for plugin interface. B The base class interface for the plugin |
Cclass_loader::class_loader_private::MetaObject< C, B > | The actual factory. C The derived class (the actual plugin) B The base class interface for the plugin |
▼CBase | |
CAlien | |
CCat | |
CCow | |
CDog | |
CDuck | |
CMonster | |
CRobot | |
CSheep | |
CZombie | |
Cclass_loader::ClassLoader | This class allows loading and unloading of dynamically linked libraries which contain class definitions from which objects can be created/destroyed during runtime (i.e. class_loader). Libraries loaded by a ClassLoader are only accessible within scope of that ClassLoader object |
CInvalidBase | |
Cclass_loader::MultiLibraryClassLoader | A ClassLoader that can bind more than one runtime library |
▼Cruntime_error | |
▼Cclass_loader::ClassLoaderException | |
Cclass_loader::CreateClassException | An exception class thrown when class_loader is unable to create a plugin |
Cclass_loader::LibraryLoadException | An exception class thrown when class_loader is unable to load a runtime library |
Cclass_loader::LibraryUnloadException | An exception class thrown when class_loader is unable to unload a runtime library |
Cclass_loader::NoClassLoaderExistsException | An exception class thrown when a multilibrary class loader does not have a ClassLoader bound to it |