|
KiCad PCB EDA Suite
|
An event in a simple coroutine harness. More...
Public Types | |
| enum class | TYPE { START , CALL , YIELD , RETURNED , END } |
Public Member Functions | |
| bool | operator== (const COROUTINE_TEST_EVENT &aOther) const |
| bool | operator!= (const COROUTINE_TEST_EVENT &aOther) const |
Public Attributes | |
| TYPE | m_type |
| int | m_value |
An event in a simple coroutine harness.
Definition at line 42 of file test_coroutine.cpp.
|
strong |
| Enumerator | |
|---|---|
| START | |
| CALL | |
| YIELD | |
| RETURNED | |
| END | |
Definition at line 44 of file test_coroutine.cpp.
|
inline |
Definition at line 61 of file test_coroutine.cpp.
References operator==().
|
inline |
Definition at line 56 of file test_coroutine.cpp.
References m_type, and m_value.
Referenced by operator!=().
| TYPE COROUTINE_TEST_EVENT::m_type |
Definition at line 53 of file test_coroutine.cpp.
Referenced by boost_test_print_type(), and operator==().
| int COROUTINE_TEST_EVENT::m_value |
Definition at line 54 of file test_coroutine.cpp.
Referenced by boost_test_print_type(), and operator==().