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