GME
13
|
#include <OCLSignature.h>
Public Member Functions | |
Operator (const std::string &strName, const std::string &strOperand1Type) | |
Operator (const std::string &strName, const std::string &strOperand1Type, const std::string &strOperand2Type) | |
virtual | ~Operator () |
virtual std::string | Print () const |
bool | IsIdentical (const Operator &object) const |
Definition at line 228 of file OCLSignature.h.
OclSignature::Operator::Operator | ( | const std::string & | strName, |
const std::string & | strOperand1Type | ||
) |
Definition at line 279 of file OCLSignature.cpp.
OclSignature::Operator::Operator | ( | const std::string & | strName, |
const std::string & | strOperand1Type, | ||
const std::string & | strOperand2Type | ||
) |
Definition at line 284 of file OCLSignature.cpp.
OclSignature::Operator::~Operator | ( | ) | [virtual] |
Definition at line 292 of file OCLSignature.cpp.
bool OclSignature::Operator::IsIdentical | ( | const Operator & | object | ) | const |
Definition at line 301 of file OCLSignature.cpp.
std::string OclSignature::Operator::Print | ( | ) | const [virtual] |
Reimplemented from OclSignature::Feature.
Definition at line 296 of file OCLSignature.cpp.