#include <BON.h>
Public Member Functions | |
Object () | |
Object (ObjectImpl *pObject) | |
Object (const Object &object) | |
Object & | operator= (const Object &object) |
ObjectImpl * | operator-> () const |
Static Public Member Functions | |
static Object | attach (IMgaObject *spObject) |
Protected Member Functions | |
bool | castObjectImpl (ObjectType eType, ObjectType eType2=OT_Null) |
Definition at line 118 of file BON.h.
BON::Object::Object | ( | ObjectImpl * | pObject | ) |
Object BON::Object::attach | ( | IMgaObject * | spObject | ) | [static] |
Reimplemented in BON::Folder, BON::FCO, BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
bool BON::Object::castObjectImpl | ( | ObjectType | eType, | |
ObjectType | eType2 = OT_Null | |||
) | [protected] |
ObjectImpl * BON::Object::operator-> | ( | ) | const |
Reimplemented in BON::Folder, BON::FCO, BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
Reimplemented in BON::Folder, BON::FCO, BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.