scim 1.4.18
|
#include <scim_module.h>
Public Member Functions | |
Module () | |
Module (const String &name, const String &type) | |
~Module () | |
bool | load (const String &name, const String &type) |
bool | unload () |
bool | valid () const |
bool | is_resident () const |
bool | make_resident () const |
String | get_path () const |
void * | symbol (const String &sym) const |
Protected Member Functions | |
void | init () |
scim::Module::Module | ( | ) |
scim::Module::~Module | ( | ) |
bool scim::Module::unload | ( | ) |
bool scim::Module::valid | ( | ) | const |
bool scim::Module::is_resident | ( | ) | const |
bool scim::Module::make_resident | ( | ) | const |
String scim::Module::get_path | ( | ) | const |
|
protected |