#include <call_stack.hpp>
Public Member Functions | |
context (Owner *d) | |
~context () | |
Private Attributes | |
context * | next_ |
Owner * | owner_ |
Friends | |
class | call_stack< Owner > |
Definition at line 33 of file call_stack.hpp.
asio::detail::call_stack< Owner >::context::context | ( | Owner * | d | ) | [inline, explicit] |
Definition at line 38 of file call_stack.hpp.
asio::detail::call_stack< Owner >::context::~context | ( | ) | [inline] |
Definition at line 46 of file call_stack.hpp.
friend class call_stack< Owner > [friend] |
Definition at line 52 of file call_stack.hpp.
context* asio::detail::call_stack< Owner >::context::next_ [private] |
Definition at line 58 of file call_stack.hpp.
Owner* asio::detail::call_stack< Owner >::context::owner_ [private] |
Definition at line 55 of file call_stack.hpp.