BON::Reference Class Reference
#include <BON.h>
List of all members.
Public Types |
| typedef ReferenceImpl | implementation_type |
Public Member Functions |
| | Reference () |
| | Reference (ReferenceImpl *pObject) |
| | Reference (const Object &object) |
| | Reference (const ConnectionEnd &object) |
| | Reference (const FCO &object) |
| Reference & | operator= (const Object &object) |
| Reference & | operator= (const ConnectionEnd &object) |
| Reference & | operator= (const FCO &object) |
| ReferenceImpl * | operator-> () const |
Static Public Member Functions |
| static Reference | attach (IMgaObject *spObject) |
| static Reference | create (const Folder &parent, const MON::Reference &meta=MON::Reference()) |
| static Reference | create (const Folder &parent, const std::string &strReference) |
| static Reference | create (const Folder &parent, const Reference &baseType, bool bAsInstance=true) |
| static Reference | create (const Model &parent, const MON::Reference &meta=MON::Reference(), const std::string &strRole="") |
| static Reference | create (const Model &parent, const std::string &strReference, const std::string &strRole="") |
| static Reference | create (const Model &parent, const Reference &baseType, bool bAsInstance=true, const std::string &strRole="") |
| static Reference | createAs (const Model &parent, const std::string &strRole) |
Static Public Attributes |
| static const ObjectType | type = OT_Reference |
| static const std::string | string_type = "BON::Reference" |
| static const int | inheritance_level = 1 |
Static Protected Member Functions |
| static void | addDerivedKinds (const std::vector< std::string > &vecKinds) |
Detailed Description
Definition at line 454 of file BON.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| BON::Reference::Reference |
( |
|
) |
[inline] |
| BON::Reference::Reference |
( |
const Object & |
object |
) |
|
| BON::Reference::Reference |
( |
const FCO & |
object |
) |
|
Member Function Documentation
| void BON::Reference::addDerivedKinds |
( |
const std::vector< std::string > & |
vecKinds |
) |
[static, protected] |
| Reference BON::Reference::attach |
( |
IMgaObject * |
spObject |
) |
[static] |
| Reference BON::Reference::create |
( |
const Folder & |
parent, |
|
|
const Reference & |
baseType, |
|
|
bool |
bAsInstance = true | |
|
) |
| | [static] |
| Reference & BON::Reference::operator= |
( |
const FCO & |
object |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: