#include <sysc/datatypes/fx/scfx_mant.h>

Public Member Functions | |
| scfx_mant (std::size_t) | |
| scfx_mant (const scfx_mant &) | |
| scfx_mant & | operator= (const scfx_mant &) |
| ~scfx_mant () | |
| void | clear () |
| void | resize_to (int, int=0) |
| int | size () const |
| word | operator[] (int) const |
| word & | operator[] (int) |
| half_word | half_at (int) const |
| half_word & | half_at (int) |
| half_word * | half_addr (int=0) const |
Definition at line 73 of file scfx_mant.h.
| sc_dt::scfx_mant::scfx_mant | ( | std::size_t | size | ) | [inline, explicit] |
Definition at line 170 of file scfx_mant.h.
| sc_dt::scfx_mant::scfx_mant | ( | const scfx_mant & | rhs | ) | [inline] |
Definition at line 176 of file scfx_mant.h.
| sc_dt::scfx_mant::~scfx_mant | ( | ) | [inline] |
Definition at line 206 of file scfx_mant.h.
Definition at line 187 of file scfx_mant.h.
| void sc_dt::scfx_mant::clear | ( | ) | [inline] |
Definition at line 216 of file scfx_mant.h.
| void sc_dt::scfx_mant::resize_to | ( | int | size, | |
| int | restore = 0 | |||
| ) | [inline] |
Definition at line 226 of file scfx_mant.h.
| int sc_dt::scfx_mant::size | ( | ) | const [inline] |
Definition at line 117 of file scfx_mant.h.
| word sc_dt::scfx_mant::operator[] | ( | int | i | ) | const [inline] |
Definition at line 147 of file scfx_mant.h.
| word & sc_dt::scfx_mant::operator[] | ( | int | i | ) | [inline] |
Definition at line 159 of file scfx_mant.h.
| half_word sc_dt::scfx_mant::half_at | ( | int | i | ) | const [inline] |
Definition at line 298 of file scfx_mant.h.
| half_word & sc_dt::scfx_mant::half_at | ( | int | i | ) | [inline] |
Definition at line 311 of file scfx_mant.h.
| half_word * sc_dt::scfx_mant::half_addr | ( | int | i = 0 |
) | const [inline] |
Definition at line 324 of file scfx_mant.h.
1.5.5