|
scim
1.4.18
|
definition of FilterModule related classes. More...
Classes | |
| class | scim::FilterModule |
| The class to manipulate the Filter modules. More... | |
Namespaces | |
| scim | |
Typedefs | |
| typedef unsigned int(* | scim::FilterModuleInitFunc) (const ConfigPointer &config) |
| Initialize a Filter Module. More... | |
| typedef FilterFactoryPointer(* | scim::FilterModuleCreateFilterFunc) (unsigned int index) |
| Create an object of this FilterFactory class. More... | |
| typedef bool(* | scim::FilterModuleGetFilterInfoFunc) (unsigned int index, FilterInfo &info) |
| Get basic information of the FilterFactory class provided by this module. More... | |
Functions | |
| int | scim::scim_get_filter_module_list (std::vector< String > &mod_list) |
| Get a name list of currently available Filter modules. More... | |
definition of FilterModule related classes.