Namespaces | |
namespace | scim |
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.