Lunchbox
1.9.1
|
Visitor for all plugins and compressors of a Plugin or PluginRegistry. More...
#include <pluginVisitor.h>
Public Member Functions | |
PluginVisitorT () | |
Construct a new visitor. More... | |
virtual | ~PluginVisitorT () |
Desctruct this visitor. More... | |
virtual VisitorResult | visit (P &) |
Visit a plugin. More... | |
virtual VisitorResult | visit (P &, I &) |
Visit a compressor of a plugin. More... | |
Visitor for all plugins and compressors of a Plugin or PluginRegistry.
Definition at line 31 of file pluginVisitor.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Visit a plugin.
Definition at line 38 of file pluginVisitor.h.
References lunchbox::TRAVERSE_CONTINUE.
|
inlinevirtual |
Visit a compressor of a plugin.
Definition at line 41 of file pluginVisitor.h.
References lunchbox::TRAVERSE_CONTINUE.