sc_core::sc_cor Class Reference

Coroutine abstract base class. More...

#include <sysc/kernel/sc_cor.h>

Inheritance diagram for sc_core::sc_cor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~sc_cor ()
virtual void stack_protect (bool)
virtual void increment_counter ()=0
 Increment the lock counter.
virtual void decrement_counter ()=0
 Decrement the lock counter.
virtual unsigned int get_counter ()=0
 Get the value of the lock counter.

Protected Member Functions

 sc_cor ()

Detailed Description

Coroutine abstract base class.

Definition at line 57 of file sc_cor.h.


Constructor & Destructor Documentation

sc_core::sc_cor::sc_cor (  )  [inline, protected]

Definition at line 62 of file sc_cor.h.

virtual sc_core::sc_cor::~sc_cor (  )  [inline, virtual]

Definition at line 67 of file sc_cor.h.


Member Function Documentation

virtual void sc_core::sc_cor::decrement_counter (  )  [pure virtual]

Decrement the lock counter.

virtual unsigned int sc_core::sc_cor::get_counter (  )  [pure virtual]

Get the value of the lock counter.

virtual void sc_core::sc_cor::increment_counter (  )  [pure virtual]

Increment the lock counter.

virtual void sc_core::sc_cor::stack_protect ( bool   )  [inline, virtual]

Reimplemented in sc_core::sc_cor_qt.

Definition at line 70 of file sc_cor.h.


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

Generated on 31 Jul 2017 for SystemC by  doxygen 1.6.1