#include <channelVisitor.h>
Definition at line 17 of file channelVisitor.h.
Public Types | |
| enum | Result { TRAVERSE_CONTINUE, TRAVERSE_TERMINATE, TRAVERSE_PRUNE } |
| The result of a visit operation. More... | |
Public Member Functions | |
| ChannelVisitor () | |
| Constructs a new ChannelVisitor. | |
| virtual | ~ChannelVisitor () |
| Destruct the ChannelVisitor. | |
| virtual Result | visit (Channel *channel) |
| Visit a channel. | |
The result of a visit operation.
| TRAVERSE_CONTINUE | continue the traversal |
| TRAVERSE_TERMINATE | abort the traversal |
| TRAVERSE_PRUNE | do not traverse current entity downwards |
Definition at line 27 of file channelVisitor.h.
| eq::ChannelVisitor::ChannelVisitor | ( | ) | [inline] |
Visit a channel.
Definition at line 35 of file channelVisitor.h.
References TRAVERSE_CONTINUE.
Referenced by eq::Channel::accept().
0.6 by
1.5.5