GME
13
|
#include <OCLFormalParameter.h>
Public Member Functions | |
FormalParameter (const std::string &strName, const std::string &strType, bool bRequired) | |
FormalParameter (const std::string &strType, bool bRequired) | |
FormalParameter () | |
FormalParameter (const FormalParameter &object) | |
FormalParameter & | operator= (const FormalParameter &object) |
bool | IsIdentical (const FormalParameter &object) const |
bool | IsIdentical (const std::string &strType) const |
bool | operator== (const FormalParameter &object) const |
bool | operator!= (const FormalParameter &object) const |
bool | IsRequired () const |
std::string | GetName () const |
std::string | GetTypeName () const |
Definition at line 28 of file OCLFormalParameter.h.
OclCommon::FormalParameter::FormalParameter | ( | const std::string & | strName, |
const std::string & | strType, | ||
bool | bRequired | ||
) | [inline] |
Definition at line 36 of file OCLFormalParameter.h.
OclCommon::FormalParameter::FormalParameter | ( | const std::string & | strType, |
bool | bRequired | ||
) | [inline] |
Definition at line 41 of file OCLFormalParameter.h.
OclCommon::FormalParameter::FormalParameter | ( | ) | [inline] |
Definition at line 46 of file OCLFormalParameter.h.
OclCommon::FormalParameter::FormalParameter | ( | const FormalParameter & | object | ) | [inline] |
Definition at line 51 of file OCLFormalParameter.h.
std::string OclCommon::FormalParameter::GetName | ( | ) | const [inline] |
Definition at line 91 of file OCLFormalParameter.h.
std::string OclCommon::FormalParameter::GetTypeName | ( | ) | const [inline] |
Definition at line 96 of file OCLFormalParameter.h.
bool OclCommon::FormalParameter::IsIdentical | ( | const FormalParameter & | object | ) | const [inline] |
Definition at line 66 of file OCLFormalParameter.h.
bool OclCommon::FormalParameter::IsIdentical | ( | const std::string & | strType | ) | const [inline] |
Definition at line 71 of file OCLFormalParameter.h.
bool OclCommon::FormalParameter::IsRequired | ( | ) | const [inline] |
Definition at line 86 of file OCLFormalParameter.h.
bool OclCommon::FormalParameter::operator!= | ( | const FormalParameter & | object | ) | const [inline] |
Definition at line 81 of file OCLFormalParameter.h.
FormalParameter& OclCommon::FormalParameter::operator= | ( | const FormalParameter & | object | ) | [inline] |
Definition at line 56 of file OCLFormalParameter.h.
bool OclCommon::FormalParameter::operator== | ( | const FormalParameter & | object | ) | const [inline] |
Definition at line 76 of file OCLFormalParameter.h.