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

#include <nmv-conf-manager.h>

Inheritance diagram for nemiver::common::Config:
nemiver::common::Object

Public Member Functions

bool get_property (const UString &a_name, UString &a_value)
 
void set_property (const UString a_name, const UString a_value)
 
- 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)
 

Friends

class ConfManager
 
class ConfigPriv
 

Additional Inherited Members

- Protected Attributes inherited from nemiver::common::Object
SafePtr< ObjectPrivm_priv
 

Member Function Documentation

◆ get_property()

bool nemiver::common::Config::get_property ( const UString a_name,
UString a_value 
)

◆ set_property()

void nemiver::common::Config::set_property ( const UString  a_name,
const UString  a_value 
)

Friends And Related Function Documentation

◆ ConfigPriv

friend class ConfigPriv
friend

◆ ConfManager

friend class ConfManager
friend

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