#include <const.h>
Inheritance diagram for const_range_unsigned:


Public Member Functions | |
| const_range_unsigned () | |
| const_range_unsigned (uint u) | |
| void | set_uval (uint u) |
| const_range_unsigned | |
| const uint | get_uval (void) |
| const uint | get_cn_kind (void) |
| shared virtual functions | |
Private Attributes | |
| uint | val |
|
|
Definition at line 219 of file const.h. References val.
00219 { val = 0; }
|
|
|
Definition at line 220 of file const.h. References val.
00220 { val = u; }
|
|
|
shared virtual functions
Reimplemented from vhdl_const. Definition at line 229 of file const.h. References cn_unsign, and uint.
00229 { return cn_unsign; }
|
|
|
Reimplemented from vhdl_const. Definition at line 225 of file const.h.
00226 {
00227 return val;
00228 }
|
|
|
const_range_unsigned
Reimplemented from vhdl_const. Definition at line 221 of file const.h. References val.
00222 {
00223 val = u;
00224 }
|
|
|
Definition at line 217 of file const.h. Referenced by const_range_unsigned(), get_uval(), and set_uval(). |
1.3.3