#include <DbHandle.h>
Inheritance diagram for dbHandle:

Public Methods | |
| virtual | ~dbHandle () |
| Standard destructor. More... | |
| dbHandle () | |
| Default constructor. More... | |
| dbHandle (unsigned char typ) | |
| Constructor with storage type. More... | |
| dbHandle (const DbObject* obj) | |
| Constructor with object assignment. More... | |
| dbHandle (const UserClass* obj) | |
| Constructor with object assignment. More... | |
| template<classT> | dbHandle<T> (const dbObjectHandle<T>& copy) |
| Copy constructor. More... | |
| dbHandle (const dbObjectHandle<UserClass>& copy) | |
| Copy constructor. More... | |
| template<classT> dbHandle<UserClass>& | operator=<T> (const dbObjectHandle<T>& copy) |
| Generic assignment operator. More... | |
| dbHandle<UserClass>& | operator= (const dbObjectHandle<UserClass>& copy) |
| Generic assignment operator. More... | |
| operator dbObjectHandle () | |
| Convert to dbObjectHandle<DbObject>. More... | |
| operator const dbObjectHandle () const | |
| Convert to dbObjectHandle<DbObject>. More... | |
Private Attributes | |
| friend | DbContainer |
| friend | dbHandle<DbObject> |
| friend | dbHandle<DbContainer> |
|
||||
|
Standard destructor.
Definition at line 200 of file DbHandle.h. |
|
||||
|
Default constructor.
Definition at line 203 of file DbHandle.h. |
|
||||
|
Constructor with storage type.
Definition at line 206 of file DbHandle.h. |
|
||||
|
Constructor with object assignment.
Definition at line 212 of file DbHandle.h. |
|
||||
|
Constructor with object assignment.
Definition at line 218 of file DbHandle.h. |
|
||||||
|
Copy constructor.
Definition at line 224 of file DbHandle.h. |
|
||||
|
Copy constructor.
Definition at line 231 of file DbHandle.h. |
|
||||
|
Convert to dbObjectHandle<DbObject>.
Definition at line 258 of file DbHandle.h. |
|
||||
|
Convert to dbObjectHandle<DbObject>.
Definition at line 251 of file DbHandle.h. |
|
||||
|
Generic assignment operator.
Reimplemented from dbObjectHandle. Definition at line 245 of file DbHandle.h. |
|
||||||
|
Generic assignment operator.
Reimplemented from dbObjectHandle. Definition at line 238 of file DbHandle.h. Referenced by IDbDataBase::Link::Link(). |
|
|||
|
Reimplemented from dbObjectHandle. Definition at line 194 of file DbHandle.h. |
|
|||
|
Reimplemented from dbObjectHandle. Definition at line 196 of file DbHandle.h. |
|
|||
|
Reimplemented from dbObjectHandle. Definition at line 195 of file DbHandle.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000