KiCad PCB EDA Suite
Loading...
Searching...
No Matches
COROUTINE< ReturnType, ArgType >::INVOCATION_ARGS Struct Reference

Public Types

enum  { FROM_ROOT , FROM_ROUTINE , CONTINUE_AFTER_ROOT }
 

Public Attributes

enum COROUTINE::INVOCATION_ARGS:: { ... }  type
 
COROUTINEdestination
 
CALL_CONTEXTcontext
 

Detailed Description

template<typename ReturnType, typename ArgType>
struct COROUTINE< ReturnType, ArgType >::INVOCATION_ARGS

Definition at line 88 of file coroutine.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ReturnType , typename ArgType >
anonymous enum
Enumerator
FROM_ROOT 
FROM_ROUTINE 
CONTINUE_AFTER_ROOT 

Definition at line 90 of file coroutine.h.

Member Data Documentation

◆ context

template<typename ReturnType , typename ArgType >
CALL_CONTEXT* COROUTINE< ReturnType, ArgType >::INVOCATION_ARGS::context

◆ destination

template<typename ReturnType , typename ArgType >
COROUTINE* COROUTINE< ReturnType, ArgType >::INVOCATION_ARGS::destination

◆ 


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