Nemiver  0.3
Public Member Functions | List of all members
nemiver::common::ModuleRegistry Class Reference

#include <nmv-dynamic-module.h>

Inheritance diagram for nemiver::common::ModuleRegistry:
nemiver::common::Object

Public Member Functions

 ModuleRegistry ()
 
virtual ~ModuleRegistry ()
 
GModule * get_library_from_cache (const UString a_name)
 
void put_library_into_cache (const UString a_name, GModule *a_module)
 
- 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

◆ ModuleRegistry()

nemiver::common::ModuleRegistry::ModuleRegistry ( )

◆ ~ModuleRegistry()

virtual nemiver::common::ModuleRegistry::~ModuleRegistry ( )
virtual

Member Function Documentation

◆ get_library_from_cache()

GModule* nemiver::common::ModuleRegistry::get_library_from_cache ( const UString  a_name)

◆ put_library_into_cache()

void nemiver::common::ModuleRegistry::put_library_into_cache ( const UString  a_name,
GModule *  a_module 
)

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