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 631 of file sc_process.h.

Constructor & Destructor Documentation

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

Definition at line 633 of file sc_process.h.

sc_core::scoped_flag::~scoped_flag ( )
inline

Definition at line 634 of file sc_process.h.

Member Data Documentation

bool& sc_core::scoped_flag::ref

Definition at line 635 of file sc_process.h.


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