#include <op_queue.hpp>
|
template<typename Operation > |
static Operation * | next (Operation *o) |
|
template<typename Operation1 , typename Operation2 > |
static void | next (Operation1 *&o1, Operation2 *o2) |
|
template<typename Operation > |
static void | destroy (Operation *o) |
|
template<typename Operation > |
static Operation *& | front (op_queue< Operation > &q) |
|
template<typename Operation > |
static Operation *& | back (op_queue< Operation > &q) |
|
Definition at line 28 of file op_queue.hpp.
template<typename Operation >
static Operation*& asio::detail::op_queue_access::back |
( |
op_queue< Operation > & |
q | ) |
|
|
inlinestatic |
template<typename Operation >
static void asio::detail::op_queue_access::destroy |
( |
Operation * |
o | ) |
|
|
inlinestatic |
template<typename Operation >
static Operation*& asio::detail::op_queue_access::front |
( |
op_queue< Operation > & |
q | ) |
|
|
inlinestatic |
template<typename Operation >
static Operation* asio::detail::op_queue_access::next |
( |
Operation * |
o | ) |
|
|
inlinestatic |
template<typename Operation1 , typename Operation2 >
static void asio::detail::op_queue_access::next |
( |
Operation1 *& |
o1, |
|
|
Operation2 * |
o2 |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file:
- /home/martin/ver/3DLab/code/asio-1.10.6/include/asio/detail/op_queue.hpp