#include <esve/kernel/Driver_Handler.hxx>
Inheritance diagram for esve::kernel::Driver_Handler:

Protected Member Functions | |
| virtual bool | handle_driver_start ()=0 |
| We have just entered a driving loop. | |
| virtual bool | handle_driver_check_finished ()=0 |
| Do you want the driving loop to end? | |
| virtual bool | handle_driver_finish ()=0 |
| We are about to exit the driving loop. | |
| bool | driver_started () const |
| Are we inside a driving loop? | |
1.3.4