Realistic 3D camera system
3D camera system components
Public Member Functions | Static Public Member Functions | List of all members
asio::detail::thread_info_base Class Reference

#include <thread_info_base.hpp>

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

Public Member Functions

 thread_info_base ()
 
 ~thread_info_base ()
 

Static Public Member Functions

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 27 of file thread_info_base.hpp.

Constructor & Destructor Documentation

asio::detail::thread_info_base::thread_info_base ( )
inline

Definition at line 31 of file thread_info_base.hpp.

asio::detail::thread_info_base::~thread_info_base ( )
inline

Definition at line 36 of file thread_info_base.hpp.

Member Function Documentation

static void* asio::detail::thread_info_base::allocate ( thread_info_base this_thread,
std::size_t  size 
)
inlinestatic

Definition at line 42 of file thread_info_base.hpp.

static void asio::detail::thread_info_base::deallocate ( thread_info_base this_thread,
void *  pointer,
std::size_t  size 
)
inlinestatic

Definition at line 65 of file thread_info_base.hpp.


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