sc_dt::sc_concat_bool Class Reference

#include <sc_concatref.h>

Inheritance diagram for sc_dt::sc_concat_bool:

sc_dt::sc_value_base List of all members.

Public Member Functions

virtual ~sc_concat_bool ()
virtual int concat_length (bool *xz_present_p) const
virtual bool concat_get_ctrl (unsigned long *dst_p, int low_i) const
virtual bool concat_get_data (unsigned long *dst_p, int low_i) const
virtual uint64 concat_get_uint64 () const

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_bool
m_pool

Constructor & Destructor Documentation

virtual sc_dt::sc_concat_bool::~sc_concat_bool (  )  [inline, virtual]


Member Function Documentation

static sc_concat_bool* sc_dt::sc_concat_bool::allocate ( bool  v  )  [inline, static]

virtual int sc_dt::sc_concat_bool::concat_length ( bool *  xz_present_p  )  const [inline, virtual]

Reimplemented from sc_dt::sc_value_base.

virtual bool sc_dt::sc_concat_bool::concat_get_ctrl ( unsigned long *  dst_p,
int  low_i 
) const [inline, virtual]

Reimplemented from sc_dt::sc_value_base.

virtual bool sc_dt::sc_concat_bool::concat_get_data ( unsigned long *  dst_p,
int  low_i 
) const [inline, virtual]

Reimplemented from sc_dt::sc_value_base.

virtual uint64 sc_dt::sc_concat_bool::concat_get_uint64 (  )  const [inline, virtual]

Reimplemented from sc_dt::sc_value_base.


Member Data Documentation

sc_core::sc_vpool< sc_concat_bool > sc_dt::sc_concat_bool::m_pool [static, protected]

bool sc_dt::sc_concat_bool::m_value [protected]


The documentation for this class was generated from the following files:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page