20 #ifndef IOPROCESSOR_H_CF4F4135
21 #define IOPROCESSOR_H_CF4F4135
29 class IOProcessorImpl;
30 class InterpreterImpl;
43 virtual void eventFromSCXML(
const std::string& target,
const Event& event);
46 virtual bool isValidTarget(
const std::string& target);
50 std::shared_ptr<IOProcessorImpl> _impl;
Definition: EventHandler.h:63
Definition: Breakpoint.cpp:26
Definition: InterpreterImpl.h:51
Facade for I/O processors.
Definition: IOProcessor.h:37