rad 6.2.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Context Struct Reference

Public Member Functions

 Context ()=default
 
 Context (Context const &)=delete
 
Contextoperator= (Context const &)=delete
 

Public Attributes

bool is_running = false
 
std::string str_from_coro
 
int started_coros = 0
 
int stopped_coros = 0
 
int alive_coros = 0
 

Detailed Description

Context shared between test fixture and coroutine.

Constructor & Destructor Documentation

◆ Context() [1/2]

Context::Context ( )
default

◆ Context() [2/2]

Context::Context ( Context const & )
delete

Member Function Documentation

◆ operator=()

Context & Context::operator= ( Context const & )
delete

Member Data Documentation

◆ alive_coros

int Context::alive_coros = 0

◆ is_running

bool Context::is_running = false

◆ started_coros

int Context::started_coros = 0

◆ stopped_coros

int Context::stopped_coros = 0

◆ str_from_coro

std::string Context::str_from_coro

The documentation for this struct was generated from the following file: