#include <type.h>
Inheritance diagram for type_real:


Public Member Functions | |
| type_real () | |
| const uint | get_ty_kind (void) |
|
|
Definition at line 396 of file type.h.
00396 : type() {} |
|
|
Reimplemented from type. Definition at line 397 of file type.h.
00398 {
00399 return ty_real;
00400 }
|
1.3.3