#include <sysc/datatypes/misc/sc_concatref.h>


Public Member Functions | |
| 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 |
Static Public Member Functions | |
| static sc_concat_bool * | allocate (bool v) |
Protected Attributes | |
| bool | m_value |
Static Protected Attributes | |
| static sc_core::sc_vpool < sc_concat_bool > | m_pool |
Definition at line 566 of file sc_concatref.h.
| virtual sc_dt::sc_concat_bool::~sc_concat_bool | ( | ) | [inline, virtual] |
Definition at line 576 of file sc_concatref.h.
| static sc_concat_bool* sc_dt::sc_concat_bool::allocate | ( | bool | v | ) | [inline, static] |
Definition at line 581 of file sc_concatref.h.
| virtual int sc_dt::sc_concat_bool::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual] |
| virtual bool sc_dt::sc_concat_bool::concat_get_ctrl | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [inline, virtual] |
| virtual bool sc_dt::sc_concat_bool::concat_get_data | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [inline, virtual] |
| virtual uint64 sc_dt::sc_concat_bool::concat_get_uint64 | ( | ) | const [inline, virtual] |
sc_core::sc_vpool< sc_concat_bool > sc_dt::sc_concat_bool::m_pool [static, protected] |
Definition at line 569 of file sc_concatref.h.
bool sc_dt::sc_concat_bool::m_value [protected] |
Definition at line 570 of file sc_concatref.h.
1.5.5