#include <MONImpl.h>
Public Member Functions | |
~FolderImpl () | |
FolderPtr | getFolderI () const |
virtual std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
std::set< ConstraintImpl * > | getConstraints () const |
Static Public Member Functions | |
static FolderImpl * | attach (IMgaMetaFolder *spFolder) |
Friends | |
class | ProjectImpl |
class | ObjectImpl |
Definition at line 252 of file MONImpl.h.
MON::FolderImpl::~FolderImpl | ( | ) |
Definition at line 888 of file MONImpl.cpp.
FolderImpl * MON::FolderImpl::attach | ( | IMgaMetaFolder * | spFolder | ) | [static] |
Definition at line 883 of file MONImpl.cpp.
std::set< ConstraintImpl * > MON::FolderImpl::getConstraints | ( | ) | const |
Definition at line 905 of file MONImpl.cpp.
FolderPtr MON::FolderImpl::getFolderI | ( | ) | const |
Definition at line 899 of file MONImpl.cpp.
std::string MON::FolderImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const [virtual] |
Implements MON::ObjectImpl.
Definition at line 894 of file MONImpl.cpp.
friend class ObjectImpl [friend] |
friend class ProjectImpl [friend] |
Reimplemented from MON::ObjectImpl.