GME
13
|
#include <OCLSignature.h>
Public Member Functions | |
Iterator (const std::string &strName, const std::string &strTypeName, const std::string &strParameterType) | |
virtual | ~Iterator () |
virtual std::string | Print () const |
bool | IsIdentical (const Iterator &object) const |
Protected Member Functions | |
Iterator (const std::string &strName, const std::string &strParameterType) |
Definition at line 176 of file OCLSignature.h.
OclSignature::Iterator::Iterator | ( | const std::string & | strName, |
const std::string & | strTypeName, | ||
const std::string & | strParameterType | ||
) |
Definition at line 212 of file OCLSignature.cpp.
OclSignature::Iterator::Iterator | ( | const std::string & | strName, |
const std::string & | strParameterType | ||
) | [protected] |
Definition at line 217 of file OCLSignature.cpp.
OclSignature::Iterator::~Iterator | ( | ) | [virtual] |
Definition at line 222 of file OCLSignature.cpp.
bool OclSignature::Iterator::IsIdentical | ( | const Iterator & | object | ) | const |
Definition at line 231 of file OCLSignature.cpp.
std::string OclSignature::Iterator::Print | ( | ) | const [virtual] |
Reimplemented from OclSignature::Feature.
Definition at line 226 of file OCLSignature.cpp.