Clementine
Classes | Public Member Functions | Static Public Member Functions | List of all members
asio::detail::thread_info_base Class Reference
Inheritance diagram for asio::detail::thread_info_base:
Inheritance graph
[legend]
Collaboration diagram for asio::detail::thread_info_base:
Collaboration graph
[legend]

Classes

struct  awaitable_frame_tag
 
struct  default_tag
 
struct  executor_function_tag
 

Public Member Functions

void capture_current_exception ()
 
void rethrow_pending_exception ()
 

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)
 
template<typename Purpose >
static void * allocate (Purpose, thread_info_base *this_thread, std::size_t size)
 
template<typename Purpose >
static void deallocate (Purpose, thread_info_base *this_thread, void *pointer, std::size_t size)
 

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