Go to the source code of this file.
Namespaces | |
| namespace | scim |
Classes | |
| class | scim::FrontEndModule |
| The class to manipulate the frontend modules. More... | |
Typedefs | |
| typedef void(* | FrontEndModuleInitFunc )(const BackEndPointer &backend, const ConfigPointer &config, int argc, char **argv) |
| Initialize a FrontEnd Module. | |
| typedef void(* | FrontEndModuleRunFunc )(void) |
| Run a FrontEnd Module. | |
Functions | |
| int | scim_get_frontend_module_list (std::vector< String > &mod_list) |
| Get a name list of currently available frontend modules. | |
Definition in file scim_frontend_module.h.
1.3.8