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::sc_segid Class Reference

segment id currently only used for sc_fifo::read(...) as a bug fix More...

#include <sysc/kernel/sc_simcontext.h>

Public Member Functions

 sc_segid (int val)
 

Public Attributes

int seg_id
 

Detailed Description

segment id currently only used for sc_fifo::read(...) as a bug fix

Definition at line 314 of file sc_simcontext.h.

Constructor & Destructor Documentation

sc_core::sc_segid::sc_segid ( int  val)
inlineexplicit

Definition at line 317 of file sc_simcontext.h.

Member Data Documentation

int sc_core::sc_segid::seg_id

Definition at line 316 of file sc_simcontext.h.


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