GME
13
|
#include <OCLFeature.h>
Public Member Functions | |
Dependency (const std::string &strSignature, const Position &position) | |
Dependency (const Dependency &d) | |
Dependency & | operator= (const Dependency &d) |
bool | operator== (const Dependency &d) const |
bool | operator!= (const Dependency &d) const |
bool | operator< (const Dependency &d) const |
std::string | Print () const |
Static Public Member Functions | |
static bool | IsChecked (const DependencySet &ds) |
static bool | IsFailed (const DependencySet &ds) |
static void | SetChecked (DependencySet &ds, DependencySet::iterator i, bool bFailed) |
static DependencySet::iterator | LookUp (DependencySet &ds, const std::string &strSignature) |
static std::string | Print (const DependencySet &setDependencies) |
Public Attributes | |
Position | m_position |
std::string | m_strSignature |
bool | m_bFailed |
bool | m_bChecked |
Definition at line 298 of file OCLFeature.h.
OclMeta::Dependency::Dependency | ( | const std::string & | strSignature, |
const Position & | position | ||
) | [inline] |
Definition at line 307 of file OCLFeature.h.
OclMeta::Dependency::Dependency | ( | const Dependency & | d | ) | [inline] |
Definition at line 312 of file OCLFeature.h.
static bool OclMeta::Dependency::IsChecked | ( | const DependencySet & | ds | ) | [inline, static] |
Definition at line 352 of file OCLFeature.h.
static bool OclMeta::Dependency::IsFailed | ( | const DependencySet & | ds | ) | [inline, static] |
Definition at line 360 of file OCLFeature.h.
static DependencySet::iterator OclMeta::Dependency::LookUp | ( | DependencySet & | ds, |
const std::string & | strSignature | ||
) | [inline, static] |
Definition at line 380 of file OCLFeature.h.
bool OclMeta::Dependency::operator!= | ( | const Dependency & | d | ) | const [inline] |
Definition at line 333 of file OCLFeature.h.
bool OclMeta::Dependency::operator< | ( | const Dependency & | d | ) | const [inline] |
Definition at line 338 of file OCLFeature.h.
Dependency& OclMeta::Dependency::operator= | ( | const Dependency & | d | ) | [inline] |
Definition at line 317 of file OCLFeature.h.
bool OclMeta::Dependency::operator== | ( | const Dependency & | d | ) | const [inline] |
Definition at line 328 of file OCLFeature.h.
std::string OclMeta::Dependency::Print | ( | ) | const [inline] |
Definition at line 343 of file OCLFeature.h.
static std::string OclMeta::Dependency::Print | ( | const DependencySet & | setDependencies | ) | [inline, static] |
Definition at line 387 of file OCLFeature.h.
static void OclMeta::Dependency::SetChecked | ( | DependencySet & | ds, |
DependencySet::iterator | i, | ||
bool | bFailed | ||
) | [inline, static] |
Definition at line 371 of file OCLFeature.h.
Definition at line 304 of file OCLFeature.h.
Definition at line 303 of file OCLFeature.h.
Definition at line 301 of file OCLFeature.h.
Definition at line 302 of file OCLFeature.h.