SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_cor.h File Reference

Coroutine abstract base classes. More...

#include <cassert>
#include <cstdlib>
#include "sysc/kernel/sc_cmnhdr.h"
Include dependency graph for sc_cor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_core::sc_cor
 Coroutine abstract base class. More...
 
class  sc_core::sc_cor_pkg
 Coroutine package abstract base class. More...
 

Namespaces

 sc_core
 

Typedefs

typedef void() sc_core::sc_cor_fn(void *)
 Function type for creating coroutines. More...
 

Detailed Description

Coroutine abstract base classes.

Original Author: Martin Janssen, Synopsys, Inc., 2001-12-18

CHANGE LOG AT THE END OF THE FILE

Definition in file sc_cor.h.