$search
#include <handler_queue.hpp>

Public Member Functions | |
| handler * | get () const |
| handler * | release () |
| scoped_ptr (handler *h) | |
| ~scoped_ptr () | |
Private Attributes | |
| handler * | handler_ |
Definition at line 70 of file handler_queue.hpp.
| asio::detail::handler_queue::scoped_ptr::scoped_ptr | ( | handler * | h | ) | [inline, explicit] |
Definition at line 74 of file handler_queue.hpp.
| asio::detail::handler_queue::scoped_ptr::~scoped_ptr | ( | ) | [inline] |
Definition at line 79 of file handler_queue.hpp.
| handler* asio::detail::handler_queue::scoped_ptr::get | ( | ) | const [inline] |
Definition at line 85 of file handler_queue.hpp.
| handler* asio::detail::handler_queue::scoped_ptr::release | ( | ) | [inline] |
Definition at line 90 of file handler_queue.hpp.
Definition at line 98 of file handler_queue.hpp.