KiCad PCB EDA Suite
|
Public Types | |
enum | { FROM_ROOT , FROM_ROUTINE , CONTINUE_AFTER_ROOT } |
Public Attributes | |
enum COROUTINE::INVOCATION_ARGS:: { ... } | type |
COROUTINE * | destination |
CALL_CONTEXT * | context |
Definition at line 88 of file coroutine.h.
anonymous enum |
Enumerator | |
---|---|
FROM_ROOT | |
FROM_ROUTINE | |
CONTINUE_AFTER_ROOT |
Definition at line 90 of file coroutine.h.
CALL_CONTEXT* COROUTINE< ReturnType, ArgType >::INVOCATION_ARGS::context |
Definition at line 100 of file coroutine.h.
Referenced by COROUTINE< ReturnType, ArgType >::callerStub(), and COROUTINE< ReturnType, ArgType >::jumpOut().
COROUTINE* COROUTINE< ReturnType, ArgType >::INVOCATION_ARGS::destination |
Definition at line 97 of file coroutine.h.
Referenced by COROUTINE< ReturnType, ArgType >::callerStub(), and COROUTINE< ReturnType, ArgType >::CALL_CONTEXT::Continue().
enum { ... } COROUTINE< ReturnType, ArgType >::INVOCATION_ARGS::type |