#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. | |
Definition at line 30 of file lib/client/pipeVisitor.h.
| eq::PipeVisitor::PipeVisitor | ( | ) | [inline] |
| 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().

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

0.9 by
1.5.8