libcopp  2.2.0
Data Structures | Typedefs | Functions | Variables
coroutine_context_private_data_test.cpp File Reference
#include <libcopp/coroutine/coroutine_context_container.h>
#include <cstdio>
#include <cstring>
#include <iostream>
#include "frame/test_macros.h"
Include dependency graph for coroutine_context_private_data_test.cpp:

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 Documentation

◆ test_context_private_data_context_type

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.

Function Documentation

◆ CASE_TEST()

CASE_TEST ( coroutine  ,
context_private_data   
)

Variable Documentation

◆ g_test_coroutine_private_data_status

int g_test_coroutine_private_data_status = 0
static