SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_cor Class Reference

Coroutine abstract base class. More...

#include <sysc/kernel/sc_cor.h>

Inheritance diagram for sc_core::sc_cor:

Public Member Functions

virtual ~sc_cor ()
 
virtual void stack_protect (bool)
 

Protected Member Functions

 sc_cor ()
 

Detailed Description

Coroutine abstract base class.

Definition at line 61 of file sc_cor.h.

Constructor & Destructor Documentation

◆ sc_cor()

sc_core::sc_cor::sc_cor ( )
inlineprotected

Definition at line 66 of file sc_cor.h.

◆ ~sc_cor()

virtual sc_core::sc_cor::~sc_cor ( )
inlinevirtual

Definition at line 71 of file sc_cor.h.

Member Function Documentation

◆ stack_protect()

virtual void sc_core::sc_cor::stack_protect ( bool  )
inlinevirtual

Reimplemented in sc_core::sc_cor_qt.

Definition at line 74 of file sc_cor.h.


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