#include <abort_callback.h>

Public Member Functions | |
| abort_callback_impl () | |
| void | abort () |
| void | reset () |
| void | set_state (bool p_state) |
| bool | is_aborting () const |
| Returns whether user has requested the operation to be aborted. | |
| abort_callback_event | get_abort_event () const |
| foobar2000_io::abort_callback_impl::abort_callback_impl | ( | ) | [inline] |
| void foobar2000_io::abort_callback_impl::abort | ( | ) | [inline] |
| void foobar2000_io::abort_callback_impl::reset | ( | ) | [inline] |
| void foobar2000_io::abort_callback_impl::set_state | ( | bool | p_state | ) | [inline] |
| bool foobar2000_io::abort_callback_impl::is_aborting | ( | ) | const [inline, virtual] |
Returns whether user has requested the operation to be aborted.
Implements foobar2000_io::abort_callback.
| abort_callback_event foobar2000_io::abort_callback_impl::get_abort_event | ( | ) | const [inline, virtual] |
Retrieves event object that can be used with some OS calls. The even object becomes signaled when abort is triggered. On win32, this is equivalent to win32 event handle (see: CreateEvent).
You must not close this handle or call any methods that change this handle's state (SetEvent() or ResetEvent()), you can only wait for it.
Implements foobar2000_io::abort_callback.
1.5.5