GME
13
|
#include <OclObjectExGME.h>
Public Member Functions | |
ConnectionPoint (OclMeta::TypeManager *pManager, CComPtr< IMgaConnPoint > value) | |
virtual Any * | Clone () const |
int | GetValue (CComPtr< IMgaConnPoint > &value) const |
void | SetValue (CComPtr< IMgaConnPoint > value) |
virtual bool | Equals (const Any &object) const |
bool | operator== (const ConnectionPoint &object) const |
bool | operator!= (const ConnectionPoint &object) const |
virtual std::string | Print () const |
Definition at line 144 of file OclObjectExGME.h.
OclGmeCM::ConnectionPoint::ConnectionPoint | ( | OclMeta::TypeManager * | pManager, |
CComPtr< IMgaConnPoint > | value | ||
) |
Definition at line 243 of file OCLObjectExGME.cpp.
Any * OclGmeCM::ConnectionPoint::Clone | ( | ) | const [virtual] |
Reimplemented from OclImplementation::Object.
Definition at line 248 of file OCLObjectExGME.cpp.
bool OclGmeCM::ConnectionPoint::Equals | ( | const Any & | object | ) | const [virtual] |
Reimplemented from OclImplementation::Object.
Definition at line 264 of file OCLObjectExGME.cpp.
int OclGmeCM::ConnectionPoint::GetValue | ( | CComPtr< IMgaConnPoint > & | value | ) | const |
Definition at line 253 of file OCLObjectExGME.cpp.
bool OclGmeCM::ConnectionPoint::operator!= | ( | const ConnectionPoint & | object | ) | const |
Definition at line 277 of file OCLObjectExGME.cpp.
bool OclGmeCM::ConnectionPoint::operator== | ( | const ConnectionPoint & | object | ) | const |
Definition at line 272 of file OCLObjectExGME.cpp.
std::string OclGmeCM::ConnectionPoint::Print | ( | ) | const [virtual] |
Implements OclImplementation::Object.
Definition at line 282 of file OCLObjectExGME.cpp.
void OclGmeCM::ConnectionPoint::SetValue | ( | CComPtr< IMgaConnPoint > | value | ) |
Definition at line 259 of file OCLObjectExGME.cpp.