

Public Member Functions | |
| LocFieldSubSetMustOverlapVisitor (LocFieldSubSet &thisLoc) | |
| ~LocFieldSubSetMustOverlapVisitor () | |
| void | visitNamedLoc (NamedLoc &loc) |
| void | visitUnnamedLoc (UnnamedLoc &loc) |
| void | visitInvisibleLoc (InvisibleLoc &loc) |
| void | visitUnknownLoc (UnknownLoc &loc) |
| void | visitLocSubSet (LocSubSet &loc) |
| void | visitLocIdxSubSet (LocIdxSubSet &loc) |
| void | visitLocFieldSubSet (LocFieldSubSet &loc) |
Public Attributes | |
| bool | mMustOverlap |
Private Attributes | |
| LocFieldSubSet & | mThisLoc |
Definition at line 74 of file LocFieldSubSet.cpp.
| OA::LocFieldSubSetMustOverlapVisitor::LocFieldSubSetMustOverlapVisitor | ( | LocFieldSubSet & | thisLoc | ) | [inline] |
Definition at line 80 of file LocFieldSubSet.cpp.
| OA::LocFieldSubSetMustOverlapVisitor::~LocFieldSubSetMustOverlapVisitor | ( | ) | [inline] |
Definition at line 82 of file LocFieldSubSet.cpp.
| void OA::LocFieldSubSetMustOverlapVisitor::visitInvisibleLoc | ( | InvisibleLoc & | loc | ) | [inline, virtual] |
Implements OA::LocationVisitor.
Definition at line 86 of file LocFieldSubSet.cpp.
References mMustOverlap.
| void OA::LocFieldSubSetMustOverlapVisitor::visitLocFieldSubSet | ( | LocFieldSubSet & | loc | ) | [inline, virtual] |
Reimplemented from OA::LocationVisitor.
Definition at line 90 of file LocFieldSubSet.cpp.
References OA::LocFieldSubSet::getFieldName(), OA::LocSubSet::getLoc(), mMustOverlap, and mThisLoc.

| void OA::LocFieldSubSetMustOverlapVisitor::visitLocIdxSubSet | ( | LocIdxSubSet & | loc | ) | [inline, virtual] |
Reimplemented from OA::LocationVisitor.
Definition at line 89 of file LocFieldSubSet.cpp.
References mMustOverlap.
| void OA::LocFieldSubSetMustOverlapVisitor::visitLocSubSet | ( | LocSubSet & | loc | ) | [inline, virtual] |
Implements OA::LocationVisitor.
Definition at line 88 of file LocFieldSubSet.cpp.
References mMustOverlap.
| void OA::LocFieldSubSetMustOverlapVisitor::visitNamedLoc | ( | NamedLoc & | loc | ) | [inline, virtual] |
Implements OA::LocationVisitor.
Definition at line 84 of file LocFieldSubSet.cpp.
References mMustOverlap.
| void OA::LocFieldSubSetMustOverlapVisitor::visitUnknownLoc | ( | UnknownLoc & | loc | ) | [inline, virtual] |
Implements OA::LocationVisitor.
Definition at line 87 of file LocFieldSubSet.cpp.
References mMustOverlap.
| void OA::LocFieldSubSetMustOverlapVisitor::visitUnnamedLoc | ( | UnnamedLoc & | loc | ) | [inline, virtual] |
Implements OA::LocationVisitor.
Definition at line 85 of file LocFieldSubSet.cpp.
References mMustOverlap.
Definition at line 78 of file LocFieldSubSet.cpp.
Referenced by OA::LocFieldSubSet::mustOverlap(), visitInvisibleLoc(), visitLocFieldSubSet(), visitLocIdxSubSet(), visitLocSubSet(), visitNamedLoc(), visitUnknownLoc(), and visitUnnamedLoc().
Definition at line 76 of file LocFieldSubSet.cpp.
Referenced by visitLocFieldSubSet().
1.7.1