gem5  v22.1.0.0
Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
sc_dt::sc_concat_bool Class Reference

#include <sc_concatref.hh>

Inheritance diagram for sc_dt::sc_concat_bool:
sc_dt::sc_value_base

Public Member Functions

 sc_concat_bool ()
 
virtual ~sc_concat_bool ()
 
virtual int concat_length (bool *xz_present_p) const
 
virtual bool concat_get_ctrl (sc_digit *dst_p, int low_i) const
 
virtual bool concat_get_data (sc_digit *dst_p, int low_i) const
 
virtual uint64 concat_get_uint64 () const
 
- Public Member Functions inherited from sc_dt::sc_value_base
virtual ~sc_value_base ()
 

Static Public Member Functions

static sc_concat_boolallocate (bool v)
 

Protected Attributes

bool m_value
 

Static Protected Attributes

static sc_core::sc_vpool< sc_concat_boolm_pool
 

Detailed Description

Definition at line 562 of file sc_concatref.hh.

Constructor & Destructor Documentation

◆ sc_concat_bool()

sc_dt::sc_concat_bool::sc_concat_bool ( )
inline

Definition at line 570 of file sc_concatref.hh.

◆ ~sc_concat_bool()

virtual sc_dt::sc_concat_bool::~sc_concat_bool ( )
inlinevirtual

Definition at line 573 of file sc_concatref.hh.

Member Function Documentation

◆ allocate()

static sc_concat_bool* sc_dt::sc_concat_bool::allocate ( bool  v)
inlinestatic

Definition at line 577 of file sc_concatref.hh.

References sc_core::sc_vpool< T >::allocate(), m_value, and gem5::VegaISA::v.

Referenced by sc_dt::concat(), and sc_dt::operator,().

◆ concat_get_ctrl()

virtual bool sc_dt::sc_concat_bool::concat_get_ctrl ( sc_digit dst_p,
int  low_i 
) const
inlinevirtual

Reimplemented from sc_dt::sc_value_base.

Definition at line 594 of file sc_concatref.hh.

References BITS_PER_DIGIT.

◆ concat_get_data()

virtual bool sc_dt::sc_concat_bool::concat_get_data ( sc_digit dst_p,
int  low_i 
) const
inlinevirtual

Reimplemented from sc_dt::sc_value_base.

Definition at line 603 of file sc_concatref.hh.

References BITS_PER_DIGIT.

◆ concat_get_uint64()

virtual uint64 sc_dt::sc_concat_bool::concat_get_uint64 ( ) const
inlinevirtual

Reimplemented from sc_dt::sc_value_base.

Definition at line 615 of file sc_concatref.hh.

◆ concat_length()

virtual int sc_dt::sc_concat_bool::concat_length ( bool *  xz_present_p) const
inlinevirtual

Reimplemented from sc_dt::sc_value_base.

Definition at line 586 of file sc_concatref.hh.

Member Data Documentation

◆ m_pool

sc_core::sc_vpool< sc_concat_bool > sc_dt::sc_concat_bool::m_pool
staticprotected

Definition at line 565 of file sc_concatref.hh.

◆ m_value

bool sc_dt::sc_concat_bool::m_value
protected

Definition at line 566 of file sc_concatref.hh.

Referenced by allocate().


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

Generated on Wed Dec 21 2022 10:25:09 for gem5 by doxygen 1.9.1