libcopp
2.2.0
|
#include <libcopp/coroutine/coroutine_context_container.h>
#include <cstdio>
#include <cstring>
#include <iostream>
#include "frame/test_macros.h"
Go to the source code of this file.
Data Structures | |
class | test_context_private_data_foo_runner |
Typedefs | |
typedef copp::coroutine_context_container< copp::allocator::default_statck_allocator > | test_context_private_data_context_type |
Functions | |
CASE_TEST (coroutine, context_private_data) | |
Variables | |
static int | g_test_coroutine_private_data_status = 0 |
typedef copp::coroutine_context_container<copp::allocator::default_statck_allocator> test_context_private_data_context_type |
Definition at line 12 of file coroutine_context_private_data_test.cpp.
CASE_TEST | ( | coroutine | , |
context_private_data | |||
) |
Definition at line 37 of file coroutine_context_private_data_test.cpp.
References CASE_EXPECT_EQ, and g_test_coroutine_private_data_status.
|
static |
Definition at line 14 of file coroutine_context_private_data_test.cpp.
Referenced by CASE_TEST(), and test_context_private_data_foo_runner::operator()().