#include <MONImpl.h>
Public Member Functions | |
~ConnectionRoleImpl () | |
bool | setDeleted () |
ProjectImpl * | getProject () const |
ConnectionSpecImpl * | getConnectionSpec () const |
std::string | getName () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Friends | |
class | ProjectImpl |
Definition at line 865 of file MONImpl.h.
MON::ConnectionRoleImpl::~ConnectionRoleImpl | ( | ) |
Definition at line 1760 of file MONImpl.cpp.
ConnectionSpecImpl * MON::ConnectionRoleImpl::getConnectionSpec | ( | ) | const |
Definition at line 1774 of file MONImpl.cpp.
std::string MON::ConnectionRoleImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const |
Definition at line 1784 of file MONImpl.cpp.
std::string MON::ConnectionRoleImpl::getName | ( | ) | const |
Definition at line 1779 of file MONImpl.cpp.
ProjectImpl * MON::ConnectionRoleImpl::getProject | ( | ) | const |
Definition at line 1769 of file MONImpl.cpp.
bool MON::ConnectionRoleImpl::setDeleted | ( | ) | [virtual] |
Reimplemented from Util::GenRefCounted.
Definition at line 1764 of file MONImpl.cpp.
friend class ProjectImpl [friend] |