SystemC  2.3.2
Accellera SystemC proof-of-concept library
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 642 of file sc_process.h.

Constructor & Destructor Documentation

◆ scoped_flag()

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

Definition at line 644 of file sc_process.h.

◆ ~scoped_flag()

sc_core::scoped_flag::~scoped_flag ( )
inline

Definition at line 645 of file sc_process.h.

Member Data Documentation

◆ ref

bool& sc_core::scoped_flag::ref

Definition at line 646 of file sc_process.h.


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