A visitor to traverse pipes and children. More...
#include <pipeVisitor.h>


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. | |
A visitor to traverse pipes and children.
Definition at line 28 of file lib/client/pipeVisitor.h.
| eq::PipeVisitor::PipeVisitor | ( | ) | [inline] |
Constructs a new PipeVisitor.
Definition at line 32 of file lib/client/pipeVisitor.h.
| 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().


| 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().


| 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.
0.9.1 by
1.6.1