Boost.AFIO    Boost C++ Libraries
Public Member Functions
boost::afio::current_dispatcher_guard Class Reference

List of all members.

Public Member Functions

 current_dispatcher_guard (dispatcher_ptr _new)
void release ()
 Restore the former async file i/o dispatcher now.
void dismiss ()
 Don't restore the former async file i/o dispatcher.
void reset (dispatcher_ptr p)
 Set a different former async file i/o dispatcher on destruction.

Detailed Description

RAII holder for the current async file i/o dispatcher.

Definition at line 1396 of file afio.hpp.


Member Function Documentation

Restore the former async file i/o dispatcher now.

Definition at line 1403 of file afio.hpp.

Don't restore the former async file i/o dispatcher.

Definition at line 1405 of file afio.hpp.

Set a different former async file i/o dispatcher on destruction.

Definition at line 1407 of file afio.hpp.


January, 2014

Copyright © 2013-2014 Niall Douglas, Cork, Ireland
Copyright © 2013 Paul Kirth, California
Documentation is generated by Doxygen