#include <BON.h>
Public Types | |
typedef FolderImpl | implementation_type |
Public Member Functions | |
FCO () | |
FCO (FCOImpl *pObject) | |
FCO (const Object &object) | |
FCO (const ConnectionEnd &object) | |
FCO (const FCO &object) | |
FCO & | operator= (const Object &object) |
FCO & | operator= (const ConnectionEnd &object) |
FCO & | operator= (const FCO &object) |
operator bool () const | |
bool | operator! () const |
FCOImpl * | operator-> () const |
Static Public Member Functions | |
static FCO | attach (IMgaObject *spObject) |
Static Public Attributes | |
static const ObjectType | type = OT_Null |
static const std::string | string_type = "BON::FCO" |
static const int | inheritance_level = 0 |
static std::vector< std::string > | vecDerivedKinds |
Static Protected Member Functions | |
static void | addDerivedKinds (const std::vector< std::string > &vecKinds) |
Definition at line 250 of file BON.h.
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
FCO::FCO | ( | const ConnectionEnd & | object | ) |
void FCO::addDerivedKinds | ( | const std::vector< std::string > & | vecKinds | ) | [static, protected] |
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
FCO FCO::attach | ( | IMgaObject * | spObject | ) | [static] |
Reimplemented from BON::Object.
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
FCO::operator bool | ( | ) | const |
Reimplemented from Util::GenRefCounter.
bool FCO::operator! | ( | ) | const |
Reimplemented from Util::GenRefCounter.
FCOImpl * FCO::operator-> | ( | ) | const |
Reimplemented from BON::Object.
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
FCO & FCO::operator= | ( | const ConnectionEnd & | object | ) |
Reimplemented from BON::ConnectionEnd.
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
Reimplemented from BON::Object.
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
const int FCO::inheritance_level = 0 [static] |
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
const std::string FCO::string_type = "BON::FCO" [static] |
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
const ObjectType FCO::type = OT_Null [static] |
Reimplemented in BON::Atom, BON::Model, BON::Set, BON::Reference, and BON::Connection.
std::vector< std::string > FCO::vecDerivedKinds [static] |