#include <call_stack.hpp>
Static Public Member Functions | |
| static bool | contains (Owner *d) |
Static Private Attributes | |
| static tss_ptr< context > | top_ |
Friends | |
| class | context |
| Typedef for the typical usage of context. | |
Classes | |
| class | context |
Definition at line 29 of file call_stack.hpp.
| static bool asio::detail::call_stack< Owner >::contains | ( | Owner * | d | ) | [inline, static] |
Definition at line 64 of file call_stack.hpp.
References asio::detail::call_stack< Owner >::context::next_, asio::detail::call_stack< Owner >::context::owner_, and asio::detail::call_stack< Owner >::top_.
friend class context [friend] |
tss_ptr< typename call_stack< Owner >::context > asio::detail::call_stack< Owner >::top_ [inline, static, private] |
Definition at line 78 of file call_stack.hpp.
Referenced by asio::detail::call_stack< Owner >::contains().
1.5.6