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

Public Member Functions

 CONTEXT_T ()
 
 ~CONTEXT_T ()
 

Public Attributes

libcontext::fcontext_t ctx
 

Detailed Description

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

Definition at line 104 of file coroutine.h.

Constructor & Destructor Documentation

◆ CONTEXT_T()

template<typename ReturnType , typename ArgType >
COROUTINE< ReturnType, ArgType >::CONTEXT_T::CONTEXT_T ( )
inline

Definition at line 112 of file coroutine.h.

◆ ~CONTEXT_T()

template<typename ReturnType , typename ArgType >
COROUTINE< ReturnType, ArgType >::CONTEXT_T::~CONTEXT_T ( )
inline

Definition at line 120 of file coroutine.h.

Member Data Documentation

◆ ctx


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