fourdst_plugin 0.0.1a
C++ Plugin Manager
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 Nfourdst
 Ncrypt
 CEVP_MD_CTX_Deleter
 CEVP_PKEY_DeleterCustom deleter for OpenSSL EVP_PKEY objects
 CPublicKeyRepresents a public key for cryptographic operations
 NpluginMain namespace for the FourDST plugin system
 Nbundle
 Nutils
 CTemporaryDirectoryManages a temporary directory that is automatically cleaned up
 CBundlePluginInfoInformation about a plugin within a bundle
 CPluginBundleManages a bundle of plugins
 CPluginPlatformsPlatform-specific information for a plugin
 Nexception
 CPluginErrorBase exception class for all plugin-related errors
 CPluginLoadErrorException thrown when a plugin fails to load
 CPluginNameCollisionErrorException thrown when attempting to load a plugin with a name that already exists
 CPluginNotLoadedErrorException thrown when attempting to access a plugin that hasn't been loaded
 CPluginSymbolErrorException thrown when required plugin symbols cannot be found
 CPluginTypeErrorException thrown when a plugin cannot be cast to the requested type
 Nmanager
 CPluginManagerCentral manager for plugin loading and lifecycle management
 CImpl
 CPluginHandle
 Ntemplates
 CFunctorPlugin_TTemplate base class for functor-style plugins
 CIPluginAbstract base interface for all plugins
 CIPluginBaseBase class providing default implementations for plugin identification
 CPluginBase
 CPluginDeleter