|
Nemiver
0.3
|
#include <nmv-plugin.h>
Public Member Functions | |
| Loader (const UString &a_plugin_path) | |
| virtual | ~Loader () |
| const UString & | plugin_path () |
Public Member Functions inherited from nemiver::common::DynamicModule::Loader | |
| Loader () | |
| std::vector< UString > & | config_search_paths () |
| virtual DynamicModule::ConfigSafePtr | module_config (const std::string &a_name) |
| virtual UString | build_library_path (const UString &a_module_name, const UString &a_lib_name) |
| virtual ConfigSafePtr | parse_module_config_file (const UString &a_path) |
| virtual UString | module_library_path (const UString &a_name) |
| virtual GModule * | load_library_from_path (const UString &a_path) |
| virtual GModule * | load_library_from_module_name (const UString &a_name) |
| virtual DynamicModuleSafePtr | create_dynamic_module_instance (GModule *a_module) |
| virtual DynamicModuleSafePtr | load (const UString &a_name) |
| virtual DynamicModuleSafePtr | load_from_path (const UString &a_lib_path) |
| DynamicModuleManager * | get_dynamic_module_manager () |
Public Member Functions inherited from nemiver::common::Object | |
| Object () | |
| Object (Object const &) | |
| Object & | operator= (Object const &) |
| virtual | ~Object () |
| void | ref () |
| void | unref () |
| void | enable_refcount (bool a_enabled=true) |
| bool | is_refcount_enabled () const |
| long | get_refcount () const |
| void | attach_object (const UString &a_key, const Object *a_object) |
| bool | get_attached_object (const UString &a_key, const Object *&a_object) |
Additional Inherited Members | |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
| nemiver::common::Plugin::EntryPoint::Loader::Loader | ( | const UString & | a_plugin_path | ) |
|
virtual |
Reimplemented from nemiver::common::DynamicModule::Loader.
| const UString& nemiver::common::Plugin::EntryPoint::Loader::plugin_path | ( | ) |
1.8.17