#include <MON.h>
Public Member Functions | |
Object () | |
Object (ObjectImpl *pObject) | |
Object (const MetaObject &object) | |
Object & | operator= (const MetaObject &object) |
std::set< FolderContainment > | parentFolderContainments () const |
std::set< Folder > | parentFolders () const |
bool | isFolderParent (const Folder &folder) const |
std::set< Constraint > | constraints () const |
Definition at line 160 of file MON.h.
MON::Object::Object | ( | ObjectImpl * | pObject | ) |
MON::Object::Object | ( | const MetaObject & | object | ) |
std::set< Constraint > MON::Object::constraints | ( | ) | const |
bool MON::Object::isFolderParent | ( | const Folder & | folder | ) | const |
Object & MON::Object::operator= | ( | const MetaObject & | object | ) |
Reimplemented from MON::MetaObject.
Reimplemented in MON::Folder, MON::FCO, MON::Atom, MON::Model, MON::Connection, MON::Set, and MON::Reference.
std::set< FolderContainment > MON::Object::parentFolderContainments | ( | ) | const |