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


Public Member Functions | |
| const_range_signed (void) | |
| const_range_signed (int i) | |
| void | set_val (int i) |
| const_range_signed | |
| const int | get_val (void) |
| const uint | get_cn_kind (void) |
| shared virtual functions | |
Private Attributes | |
| int | val |
|
|
Definition at line 195 of file const.h. References val.
00195 { val = 0; }
|
|
|
Definition at line 196 of file const.h. References val.
00196 { val = i; }
|
|
|
shared virtual functions
Reimplemented from vhdl_const. Definition at line 206 of file const.h.
00206 { return cn_sign; }
|
|
|
Reimplemented from vhdl_const. Definition at line 201 of file const.h. References val.
00202 {
00203 return val;
00204 }
|
|
|
const_range_signed
Reimplemented from vhdl_const. Definition at line 197 of file const.h. References val.
00198 {
00199 val = i;
00200 }
|
|
|
Definition at line 193 of file const.h. Referenced by const_range_signed(), get_val(), and set_val(). |
1.3.3