#include <MONImpl.h>
Public Member Functions | |
~ConnectionSpecImpl () | |
bool | setDeleted () |
ProjectImpl * | getProject () const |
ConnectionImpl * | getConnection () const |
const std::set < ConnectionRoleImpl * > & | getRoles () const |
int | getNumber () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Friends | |
class | ProjectImpl |
Definition at line 826 of file MONImpl.h.
MON::ConnectionSpecImpl::~ConnectionSpecImpl | ( | ) |
Definition at line 1707 of file MONImpl.cpp.
ConnectionImpl * MON::ConnectionSpecImpl::getConnection | ( | ) | const |
Definition at line 1723 of file MONImpl.cpp.
std::string MON::ConnectionSpecImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const |
Definition at line 1738 of file MONImpl.cpp.
int MON::ConnectionSpecImpl::getNumber | ( | ) | const |
Definition at line 1728 of file MONImpl.cpp.
ProjectImpl * MON::ConnectionSpecImpl::getProject | ( | ) | const |
Definition at line 1718 of file MONImpl.cpp.
const std::set< ConnectionRoleImpl * > & MON::ConnectionSpecImpl::getRoles | ( | ) | const |
Definition at line 1733 of file MONImpl.cpp.
bool MON::ConnectionSpecImpl::setDeleted | ( | ) | [virtual] |
Reimplemented from Util::GenRefCounted.
Definition at line 1713 of file MONImpl.cpp.
friend class ProjectImpl [friend] |