#include <configVisitor.h>


Definition at line 17 of file configVisitor.h.
Public Member Functions | |
| ConfigVisitor () | |
| Constructs a new ConfigVisitor. | |
| virtual | ~ConfigVisitor () |
| Destruct the ConfigVisitor. | |
| virtual Result | visitPre (Config *config) |
| Visit a config on the down traversal. | |
| virtual Result | visitPost (Config *config) |
| Visit a config on the up traversal. | |
| eq::ConfigVisitor::ConfigVisitor | ( | ) | [inline] |
Visit a config on the down traversal.
Definition at line 27 of file configVisitor.h.
References eq::ChannelVisitor::TRAVERSE_CONTINUE.
Referenced by eq::Config::accept().

Visit a config on the up traversal.
Definition at line 31 of file configVisitor.h.
References eq::ChannelVisitor::TRAVERSE_CONTINUE.
Referenced by eq::Config::accept().

0.6 by
1.5.5