Nemiver  0.3
Public Member Functions | List of all members
nemiver::common::Plugin::EntryPoint::Loader Class Reference

#include <nmv-plugin.h>

Inheritance diagram for nemiver::common::Plugin::EntryPoint::Loader:
nemiver::common::DynamicModule::Loader nemiver::common::Object

Public Member Functions

 Loader (const UString &a_plugin_path)
 
virtual ~Loader ()
 
const UStringplugin_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)
 
DynamicModuleManagerget_dynamic_module_manager ()
 
- Public Member Functions inherited from nemiver::common::Object
 Object ()
 
 Object (Object const &)
 
Objectoperator= (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< ObjectPrivm_priv
 

Constructor & Destructor Documentation

◆ Loader()

nemiver::common::Plugin::EntryPoint::Loader::Loader ( const UString a_plugin_path)

◆ ~Loader()

virtual nemiver::common::Plugin::EntryPoint::Loader::~Loader ( )
virtual

Member Function Documentation

◆ plugin_path()

const UString& nemiver::common::Plugin::EntryPoint::Loader::plugin_path ( )

The documentation for this class was generated from the following file: