#include <MONImpl.h>
Public Member Functions | |
~ReferenceImpl () | |
ReferencePtr | getReferenceI () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Static Public Member Functions | |
static ReferenceImpl * | attach (IMgaMetaReference *spReference) |
Friends | |
class | ProjectImpl |
class | FCOImpl |
Definition at line 446 of file MONImpl.h.
MON::ReferenceImpl::~ReferenceImpl | ( | ) |
Definition at line 1134 of file MONImpl.cpp.
ReferenceImpl * MON::ReferenceImpl::attach | ( | IMgaMetaReference * | spReference | ) | [static] |
Definition at line 1129 of file MONImpl.cpp.
std::string MON::ReferenceImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const [virtual] |
Implements MON::ObjectImpl.
Definition at line 1144 of file MONImpl.cpp.
ReferencePtr MON::ReferenceImpl::getReferenceI | ( | ) | const |
Definition at line 1138 of file MONImpl.cpp.
friend class FCOImpl [friend] |
Reimplemented from MON::ObjectImpl.
friend class ProjectImpl [friend] |
Reimplemented from MON::FCOImpl.