Public Member Functions | Public Attributes | Private Attributes

OA::LocSubSetMustOverlapVisitor Class Reference

Inheritance diagram for OA::LocSubSetMustOverlapVisitor:
Inheritance graph
[legend]
Collaboration diagram for OA::LocSubSetMustOverlapVisitor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LocSubSetMustOverlapVisitor (LocSubSet &thisLoc)
 ~LocSubSetMustOverlapVisitor ()
void fullAndLocMustOverlap (Location &loc)
void visitNamedLoc (NamedLoc &loc)
void visitUnnamedLoc (UnnamedLoc &loc)
void visitInvisibleLoc (InvisibleLoc &loc)
void visitUnknownLoc (UnknownLoc &loc)
void visitLocSubSet (LocSubSet &loc)

Public Attributes

bool mMustOverlap

Private Attributes

LocSubSetmThisLoc

Detailed Description

Definition at line 120 of file LocSubSet.cpp.


Constructor & Destructor Documentation

OA::LocSubSetMustOverlapVisitor::LocSubSetMustOverlapVisitor ( LocSubSet thisLoc  )  [inline]

Definition at line 126 of file LocSubSet.cpp.

OA::LocSubSetMustOverlapVisitor::~LocSubSetMustOverlapVisitor (  )  [inline]

Definition at line 128 of file LocSubSet.cpp.


Member Function Documentation

void OA::LocSubSetMustOverlapVisitor::fullAndLocMustOverlap ( Location loc  )  [inline]

Definition at line 133 of file LocSubSet.cpp.

References OA::LocSubSet::getLoc(), OA::LocSubSet::isFull(), mMustOverlap, mThisLoc, and OA::Location::mustOverlap().

Referenced by visitInvisibleLoc(), visitLocSubSet(), visitNamedLoc(), and visitUnnamedLoc().

Here is the call graph for this function:

void OA::LocSubSetMustOverlapVisitor::visitInvisibleLoc ( InvisibleLoc loc  )  [inline, virtual]

Implements OA::LocationVisitor.

Definition at line 149 of file LocSubSet.cpp.

References fullAndLocMustOverlap().

Here is the call graph for this function:

void OA::LocSubSetMustOverlapVisitor::visitLocSubSet ( LocSubSet loc  )  [inline, virtual]

Implements OA::LocationVisitor.

Definition at line 156 of file LocSubSet.cpp.

References fullAndLocMustOverlap().

Here is the call graph for this function:

void OA::LocSubSetMustOverlapVisitor::visitNamedLoc ( NamedLoc loc  )  [inline, virtual]

Implements OA::LocationVisitor.

Definition at line 141 of file LocSubSet.cpp.

References fullAndLocMustOverlap().

Here is the call graph for this function:

void OA::LocSubSetMustOverlapVisitor::visitUnknownLoc ( UnknownLoc loc  )  [inline, virtual]

Implements OA::LocationVisitor.

Definition at line 151 of file LocSubSet.cpp.

References mMustOverlap.

void OA::LocSubSetMustOverlapVisitor::visitUnnamedLoc ( UnnamedLoc loc  )  [inline, virtual]

Implements OA::LocationVisitor.

Definition at line 145 of file LocSubSet.cpp.

References fullAndLocMustOverlap().

Here is the call graph for this function:


Member Data Documentation

Definition at line 122 of file LocSubSet.cpp.

Referenced by fullAndLocMustOverlap().


The documentation for this class was generated from the following file: