#include <MONImpl.h>
Public Member Functions | |
~ReferenceAssocImpl () | |
bool | setDeleted () |
ProjectImpl * | getProject () const |
ReferenceImpl * | getReference () const |
FCOImpl * | getTarget () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Friends | |
class | ProjectImpl |
Definition at line 752 of file MONImpl.h.
MON::ReferenceAssocImpl::~ReferenceAssocImpl | ( | ) |
Definition at line 1615 of file MONImpl.cpp.
std::string MON::ReferenceAssocImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const |
Definition at line 1639 of file MONImpl.cpp.
ProjectImpl * MON::ReferenceAssocImpl::getProject | ( | ) | const |
Definition at line 1624 of file MONImpl.cpp.
ReferenceImpl * MON::ReferenceAssocImpl::getReference | ( | ) | const |
Definition at line 1629 of file MONImpl.cpp.
FCOImpl * MON::ReferenceAssocImpl::getTarget | ( | ) | const |
Definition at line 1634 of file MONImpl.cpp.
bool MON::ReferenceAssocImpl::setDeleted | ( | ) | [virtual] |
Reimplemented from Util::GenRefCounted.
Definition at line 1619 of file MONImpl.cpp.
friend class ProjectImpl [friend] |