GME
13
|
#include <OCLFeature.h>
Public Member Functions | |
virtual | ~Feature () |
bool | IsDynamic () const |
TypeSeq | GetReturnTypeSeq () const |
void | SetReturnTypeSeq (TypeSeq &vecType) |
bool | IsDependence () const |
Protected Member Functions | |
Feature (const std::string &strName, const OclSignature::Feature::FeatureKind eKind, const TypeSeq &vecTypeReturn, bool bDynamic, bool bDependence=false) |
Definition at line 47 of file OCLFeature.h.
OclMeta::Feature::Feature | ( | const std::string & | strName, |
const OclSignature::Feature::FeatureKind | eKind, | ||
const TypeSeq & | vecTypeReturn, | ||
bool | bDynamic, | ||
bool | bDependence = false |
||
) | [inline, protected] |
Definition at line 56 of file OCLFeature.h.
virtual OclMeta::Feature::~Feature | ( | ) | [inline, virtual] |
Reimplemented from OclSignature::Feature.
Definition at line 62 of file OCLFeature.h.
TypeSeq OclMeta::Feature::GetReturnTypeSeq | ( | ) | const [inline] |
Definition at line 71 of file OCLFeature.h.
bool OclMeta::Feature::IsDependence | ( | ) | const [inline] |
Definition at line 81 of file OCLFeature.h.
bool OclMeta::Feature::IsDynamic | ( | ) | const [inline] |
Definition at line 66 of file OCLFeature.h.
void OclMeta::Feature::SetReturnTypeSeq | ( | TypeSeq & | vecType | ) | [inline] |
Definition at line 76 of file OCLFeature.h.