GME
13
|
#include <OCLSignature.h>
Public Member Functions | |
Attribute (const std::string &strName, const std::string &strTypeName) | |
virtual | ~Attribute () |
virtual std::string | Print () const |
bool | IsIdentical (const Attribute &object) const |
Protected Member Functions | |
Attribute (const std::string &strName) |
Definition at line 122 of file OCLSignature.h.
Attribute::Attribute | ( | const std::string & | strName, |
const std::string & | strTypeName | ||
) |
Definition at line 145 of file OCLSignature.cpp.
Attribute::Attribute | ( | const std::string & | strName | ) | [protected] |
Definition at line 150 of file OCLSignature.cpp.
Attribute::~Attribute | ( | ) | [virtual] |
Definition at line 155 of file OCLSignature.cpp.
bool Attribute::IsIdentical | ( | const Attribute & | object | ) | const |
Definition at line 164 of file OCLSignature.cpp.
std::string Attribute::Print | ( | ) | const [virtual] |
Reimplemented from OclSignature::Feature.
Definition at line 159 of file OCLSignature.cpp.