#include <MONImpl.h>
Public Member Functions | |
~ConnectionImpl () | |
ConnectionPtr | getConnectionI () const |
const std::set < ConnectionSpecImpl * > & | getConnectionSpecs () const |
bool | isSimple () const |
bool | isBidirectional () const |
std::string | getInfoString (bool bWithIdentifiers=false, bool bWithRef=false) const |
Static Public Member Functions | |
static ConnectionImpl * | attach (IMgaMetaConnection *spConnection) |
Friends | |
class | ProjectImpl |
class | FCOImpl |
Definition at line 481 of file MONImpl.h.
MON::ConnectionImpl::~ConnectionImpl | ( | ) |
Definition at line 1176 of file MONImpl.cpp.
ConnectionImpl * MON::ConnectionImpl::attach | ( | IMgaMetaConnection * | spConnection | ) | [static] |
Definition at line 1171 of file MONImpl.cpp.
ConnectionPtr MON::ConnectionImpl::getConnectionI | ( | ) | const |
Definition at line 1182 of file MONImpl.cpp.
const std::set< ConnectionSpecImpl * > & MON::ConnectionImpl::getConnectionSpecs | ( | ) | const |
Definition at line 1188 of file MONImpl.cpp.
std::string MON::ConnectionImpl::getInfoString | ( | bool | bWithIdentifiers = false , |
|
bool | bWithRef = false | |||
) | const [virtual] |
Implements MON::ObjectImpl.
Definition at line 1205 of file MONImpl.cpp.
bool MON::ConnectionImpl::isBidirectional | ( | ) | const |
Definition at line 1200 of file MONImpl.cpp.
bool MON::ConnectionImpl::isSimple | ( | ) | const |
Definition at line 1193 of file MONImpl.cpp.
friend class FCOImpl [friend] |
Reimplemented from MON::ObjectImpl.
friend class ProjectImpl [friend] |
Reimplemented from MON::FCOImpl.