SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Types | Public Member Functions | List of all members
sc_core::sc_stage_callback_if Class Referenceabstract

#include <sysc/kernel/sc_stage_callback_if.h>

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

Public Types

typedef unsigned int stage_cb_mask
 

Public Member Functions

virtual ~sc_stage_callback_if ()
 
virtual void stage_callback (const sc_stage &stage)=0
 

Detailed Description

Definition at line 55 of file sc_stage_callback_if.h.

Member Typedef Documentation

◆ stage_cb_mask

Definition at line 59 of file sc_stage_callback_if.h.

Constructor & Destructor Documentation

◆ ~sc_stage_callback_if()

virtual sc_core::sc_stage_callback_if::~sc_stage_callback_if ( )
inlinevirtual

Definition at line 61 of file sc_stage_callback_if.h.

Member Function Documentation

◆ stage_callback()

virtual void sc_core::sc_stage_callback_if::stage_callback ( const sc_stage stage)
pure virtual

Implemented in sc_core::sc_vector_base.


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