A utility class that forwards events to another rsb::Handler object if they match a given rsb::filter::Filter.
More...
#include <Handler.h>
Additional Inherited Members |
Protected Member Functions inherited from rsb::Handler |
| Handler (const std::string &method="") |
| Creates a new handler that only accepts events for the specified method.
|
| Handler (const std::set< std::string > &methods) |
| Creates a new handler that only accepts events with the specified methods.
|
virtual | ~Handler () |
std::string | getClassName () const |
Detailed Description
A utility class that forwards events to another rsb::Handler object if they match a given rsb::filter::Filter.
- Author
- jmoringe
Definition at line 176 of file Handler.h.
Constructor & Destructor Documentation
Member Function Documentation
void rsb::FilteringHandler::handle |
( |
EventPtr |
event | ) |
|
|
inlinevirtual |
Member Data Documentation
The documentation for this class was generated from the following file: