#include <call_stack.hpp>
Public Member Functions | |
| context (Owner *d) | |
| ~context () | |
Private Attributes | |
| Owner * | owner_ |
| context * | next_ |
Friends | |
| class | call_stack< Owner > |
| asio::detail::call_stack< Owner >::context::context | ( | Owner * | d | ) | [inline, explicit] |
| asio::detail::call_stack< Owner >::context::~context | ( | ) | [inline] |
friend class call_stack< Owner > [friend] |
Owner* asio::detail::call_stack< Owner >::context::owner_ [private] |
context* asio::detail::call_stack< Owner >::context::next_ [private] |
1.5.4