uscxml::IOProcessor Class Reference
Facade for I/O processors.
#include <IOProcessor.h>
Inheritance diagram for uscxml::IOProcessor:
Collaboration diagram for uscxml::IOProcessor:
Protected Attributes | |
| std::shared_ptr< IOProcessorImpl > | _impl |
Protected Attributes inherited from uscxml::EventHandler | |
| std::shared_ptr< EventHandlerImpl > | _impl |
Friends | |
| class | InterpreterImpl |
Additional Inherited Members | |
Public Member Functions inherited from uscxml::EventHandler | |
| virtual Data | getDataModelVariables () const |
| Export a Data object for the `_x['name']` data-model namespace. More... | |
| virtual std::list< std::string > | getNames () |
| Return a list of names for types we implement. More... | |
| PIMPL_OPERATORS (EventHandler) | |
The documentation for this class was generated from the following file:
- plugins/IOProcessor.h

Protected Attributes inherited from