|
GME
13
|
#include <OCLFeatureImplementation.h>

Public Member Functions | |
| virtual | ~TypeableFeature () |
| void | SetThis (const OclMeta::Object &object) |
| OclMeta::Object | GetThis () const |
Protected Member Functions | |
| TypeableFeature () | |
| virtual void | Finalize () |
Definition at line 107 of file OCLFeatureImplementation.h.
| OclImplementation::TypeableFeature::TypeableFeature | ( | ) | [inline, protected] |
Definition at line 113 of file OCLFeatureImplementation.h.
| virtual OclImplementation::TypeableFeature::~TypeableFeature | ( | ) | [inline, virtual] |
Definition at line 116 of file OCLFeatureImplementation.h.
| virtual void OclImplementation::TypeableFeature::Finalize | ( | ) | [inline, protected, virtual] |
Reimplemented in OclImplementation::Method, OclImplementation::Iterator, OclImplementation::Association, and OclImplementation::Attribute.
Definition at line 114 of file OCLFeatureImplementation.h.
| OclMeta::Object OclImplementation::TypeableFeature::GetThis | ( | ) | const [inline] |
Definition at line 119 of file OCLFeatureImplementation.h.
| void OclImplementation::TypeableFeature::SetThis | ( | const OclMeta::Object & | object | ) | [inline] |
Definition at line 118 of file OCLFeatureImplementation.h.
1.7.6.1