|
Nemiver
0.3
|
#include <nmv-i-connection-manager-driver.h>
Public Member Functions | |
| IConnectionManagerDriver (DynamicModule *a_dynmod) | |
| virtual | ~IConnectionManagerDriver () |
| virtual IConnectionDriverSafePtr | connect_to_db (const DBDesc &a_db_desc, const common::UString &a_user, const common::UString &a_pass)=0 |
Public Member Functions inherited from nemiver::common::DynModIface | |
| DynModIface (DynamicModuleSafePtr &a_dynmod) | |
| DynModIface (DynamicModule *a_dynmod) | |
| DynamicModule & | get_dynamic_module () const |
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 |
|
inline |
|
inlinevirtual |
|
pure virtual |
1.8.17