SystemC  Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Public Attributes | List of all members
sc_core::scoped_flag Struct Reference

#include <sysc/kernel/sc_process.h>

Public Member Functions

 scoped_flag (bool &b)
 
 ~scoped_flag ()
 

Public Attributes

bool & ref
 

Detailed Description

Definition at line 1150 of file sc_process.h.

Constructor & Destructor Documentation

sc_core::scoped_flag::scoped_flag ( bool &  b)
inline

Definition at line 1152 of file sc_process.h.

sc_core::scoped_flag::~scoped_flag ( )
inline

Definition at line 1153 of file sc_process.h.

Member Data Documentation

bool& sc_core::scoped_flag::ref

Definition at line 1154 of file sc_process.h.


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