$search

asio::detail::handler_queue Class Reference

#include <handler_queue.hpp>

Inheritance diagram for asio::detail::handler_queue:
Inheritance graph
[legend]

List of all members.

Classes

class  handler
class  handler_wrapper
class  scoped_ptr

Public Member Functions

bool empty () const
handlerfront ()
 handler_queue ()
void pop ()
void push (handler *h)

Static Public Member Functions

template<typename Handler >
static handlerwrap (Handler h)

Private Attributes

handlerback_
handlerfront_

Detailed Description

Definition at line 27 of file handler_queue.hpp.


Constructor & Destructor Documentation

asio::detail::handler_queue::handler_queue (  )  [inline]

Definition at line 102 of file handler_queue.hpp.


Member Function Documentation

bool asio::detail::handler_queue::empty (  )  const [inline]

Definition at line 155 of file handler_queue.hpp.

handler* asio::detail::handler_queue::front (  )  [inline]

Definition at line 121 of file handler_queue.hpp.

void asio::detail::handler_queue::pop (  )  [inline]

Definition at line 127 of file handler_queue.hpp.

void asio::detail::handler_queue::push ( handler h  )  [inline]

Definition at line 140 of file handler_queue.hpp.

template<typename Handler >
static handler* asio::detail::handler_queue::wrap ( Handler  h  )  [inline, static]

Definition at line 110 of file handler_queue.hpp.


Member Data Documentation

Definition at line 221 of file handler_queue.hpp.

Definition at line 218 of file handler_queue.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Castor
Author(s): Carpe Noctem
autogenerated on Fri Mar 1 14:41:44 2013