|
rad
2.0.0
|
Public Member Functions | |
| Context ()=default | |
| Context (Context const &)=delete | |
| Context & | operator= (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 |
Context shared between test fixture and coroutine.
|
default |
|
delete |
| int Context::alive_coros = 0 |
| bool Context::is_running = false |
| int Context::started_coros = 0 |
| int Context::stopped_coros = 0 |
| std::string Context::str_from_coro |
1.8.5