eq::PipeVisitor Class Reference

A visitor to traverse pipes and children. More...

#include <pipeVisitor.h>

Inheritance diagram for eq::PipeVisitor:
Inheritance graph
[legend]
Collaboration diagram for eq::PipeVisitor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PipeVisitor ()
 Constructs a new PipeVisitor.
virtual ~PipeVisitor ()
 Destruct the PipeVisitor.
virtual VisitorResult visitPre (Pipe *pipe)
 Visit a pipe on the down traversal.
virtual VisitorResult visitPost (Pipe *pipe)
 Visit a pipe on the up traversal.
virtual VisitorResult visitPre (const Pipe *pipe)
 Visit a pipe on the down traversal.
virtual VisitorResult visitPost (const Pipe *pipe)
 Visit a pipe on the up traversal.

Detailed Description

A visitor to traverse pipes and children.

Definition at line 28 of file lib/client/pipeVisitor.h.


Constructor & Destructor Documentation

eq::PipeVisitor::PipeVisitor (  )  [inline]

Constructs a new PipeVisitor.

Definition at line 32 of file lib/client/pipeVisitor.h.


Member Function Documentation

virtual VisitorResult eq::PipeVisitor::visitPre ( Pipe pipe  )  [inline, virtual]

Visit a pipe on the down traversal.

Definition at line 38 of file lib/client/pipeVisitor.h.

References visitPre().

Referenced by visitPre().

Here is the call graph for this function:

Here is the caller graph for this function:

virtual VisitorResult eq::PipeVisitor::visitPost ( Pipe pipe  )  [inline, virtual]

Visit a pipe on the up traversal.

Definition at line 42 of file lib/client/pipeVisitor.h.

References visitPost().

Referenced by visitPost().

Here is the call graph for this function:

Here is the caller graph for this function:

virtual VisitorResult eq::PipeVisitor::visitPre ( const Pipe pipe  )  [inline, virtual]

Visit a pipe on the down traversal.

Definition at line 46 of file lib/client/pipeVisitor.h.

References eq::TRAVERSE_CONTINUE.

virtual VisitorResult eq::PipeVisitor::visitPost ( const Pipe pipe  )  [inline, virtual]

Visit a pipe on the up traversal.

Definition at line 50 of file lib/client/pipeVisitor.h.

References eq::TRAVERSE_CONTINUE.


The documentation for this class was generated from the following file:
Generated on Sat Feb 6 13:06:15 2010 for Equalizer 0.9.1 by  doxygen 1.6.1