#include <Instance.h>

Public Member Functions | |
| Instance (Database *db=0, const Dataspace *dataspace=0) | |
| Not yet documented. | |
| Instance (const Instance &o) | |
| Not yet documented. | |
| Instance (const Instance *o, Bool share=False) | |
| Not yet documented. | |
| Instance * | asInstance () |
| Not yet documented. | |
| const Instance * | asInstance () const |
| Not yet documented. | |
| virtual void | garbage () |
| Not yet documented. | |
| virtual | ~Instance () |
Protected Member Functions | |
| void | initialize (Database *) |
Definition at line 38 of file Instance.h.
| eyedb::Instance::Instance | ( | const Instance & | o | ) | [inline] |
| Instance* eyedb::Instance::asInstance | ( | ) | [inline, virtual] |
Not yet documented.
Reimplemented from eyedb::Object.
Definition at line 69 of file Instance.h.
| const Instance* eyedb::Instance::asInstance | ( | ) | const [inline, virtual] |
Not yet documented.
Reimplemented from eyedb::Object.
Definition at line 75 of file Instance.h.
| void eyedb::Instance::garbage | ( | ) | [virtual] |
Not yet documented.
Reimplemented from eyedb::Object.
Reimplemented in eyedb::Agregat, eyedb::CollArray, eyedb::Collection, eyedb::Database, and eyedb::Schema.
Definition at line 39 of file Instance.cc.
1.5.3