SystemC 3.0.0
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 597 of file sc_process.h.

Constructor & Destructor Documentation

◆ scoped_flag()

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

Definition at line 599 of file sc_process.h.

◆ ~scoped_flag()

sc_core::scoped_flag::~scoped_flag ( )
inline

Definition at line 600 of file sc_process.h.

Member Data Documentation

◆ ref

bool& sc_core::scoped_flag::ref

Definition at line 601 of file sc_process.h.


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