Go to the source code of this file.
Namespaces | |
namespace | scim |
Classes | |
class | scim::ConfigModule |
The class to manipulate the config modules. More... | |
Typedefs | |
typedef void(* | ConfigModuleInitFunc )(void) |
The prototype of initialization function in config modules. | |
typedef ConfigPointer(* | ConfigModuleCreateConfigFunc )(const String &app_name) |
The prototype of configure object creation function in config modules. | |
Functions | |
int | scim_get_config_module_list (std::vector< String > &mod_list) |
Get a name list of currently available configuration modules. |
Class scim::ConfigModule is a wrapper of class scim::Module, which is for manipulating the configuration modules.
Definition in file scim_config_module.h.