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


Public Member Functions | |
| type_time (uint unit=time_bad_time) | |
| void | set_unit (uint unit) |
| uint | get_unit (void) |
| const uint | get_ty_kind (void) |
Private Attributes | |
| uint | time_unit |
Time is always 64-bits and, as a result, is outside of what can be represented by a standard range.
Definition at line 280 of file type.h.
|
|
Definition at line 285 of file type.h. References time_unit.
|
|
|
Reimplemented from type. Definition at line 299 of file type.h.
00300 {
00301 return ty_time;
00302 }
|
|
|
Reimplemented from type. Definition at line 294 of file type.h. References time_unit, and uint. Referenced by typetable::find_time().
00295 {
00296 return time_unit;
00297 }
|
|
|
Reimplemented from type. Definition at line 290 of file type.h. References time_unit.
00291 {
00292 time_unit = unit;
00293 }
|
|
|
Definition at line 282 of file type.h. Referenced by get_unit(), set_unit(), and type_time(). |
1.3.3