Realistic 3D camera system
3D camera system components
Public Attributes | List of all members
asio::detail::task_io_service_thread_info Struct Reference

#include <task_io_service_thread_info.hpp>

Inheritance diagram for asio::detail::task_io_service_thread_info:
asio::detail::thread_info_base asio::detail::noncopyable

Public Attributes

op_queue< task_io_service_operation > private_op_queue
 
long private_outstanding_work
 

Additional Inherited Members

- Public Member Functions inherited from asio::detail::thread_info_base
 thread_info_base ()
 
 ~thread_info_base ()
 
- Static Public Member Functions inherited from asio::detail::thread_info_base
static void * allocate (thread_info_base *this_thread, std::size_t size)
 
static void deallocate (thread_info_base *this_thread, void *pointer, std::size_t size)
 

Detailed Description

Definition at line 29 of file task_io_service_thread_info.hpp.

Member Data Documentation

op_queue<task_io_service_operation> asio::detail::task_io_service_thread_info::private_op_queue

Definition at line 31 of file task_io_service_thread_info.hpp.

long asio::detail::task_io_service_thread_info::private_outstanding_work

Definition at line 32 of file task_io_service_thread_info.hpp.


The documentation for this struct was generated from the following file: