eq::PipeVisitor Class Reference

A visitor to traverse non-const 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.


Detailed Description

A visitor to traverse non-const pipes and children.

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


Constructor & Destructor Documentation

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

Constructs a new PipeVisitor.

Definition at line 34 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 40 of file lib/client/pipeVisitor.h.

References eq::TRAVERSE_CONTINUE.

Referenced by eq::Pipe::accept().

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 44 of file lib/client/pipeVisitor.h.

References eq::TRAVERSE_CONTINUE.

Referenced by eq::Pipe::accept().

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
Generated on Mon Aug 10 18:58:43 2009 for Equalizer 0.9 by  doxygen 1.5.8