$search
#include <call_stack.hpp>
Classes | |
| class | context |
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. | |
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.
friend class context [friend] |
Typedef for the typical usage of context.
Definition at line 61 of file call_stack.hpp.
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.