ScummVM API documentation
Common::CoroBaseContext Struct Reference

#include <coroutines.h>

Public Member Functions

 CoroBaseContext (const char *func)
 
virtual ~CoroBaseContext ()
 

Public Attributes

int _line
 
int _sleep
 
CoroBaseContext_subctx
 

Detailed Description

The core of any coroutine context which captures the 'state' of a coroutine. Private use only.

Constructor & Destructor Documentation

◆ CoroBaseContext()

Common::CoroBaseContext::CoroBaseContext ( const char *  func)

Create a coroutine context.

◆ ~CoroBaseContext()

virtual Common::CoroBaseContext::~CoroBaseContext ( )
virtual

Destructor for coroutine context.


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