Definition at line 308 of file integer.cpp.
Public Member Functions | |
| Word () | |
| Word (word value) | |
| Word (hword low, hword high) | |
| Word | operator- (Word a) |
| Word | operator- (hword a) |
| hword | operator/ (hword divisor) |
| bool | operator! () const |
| word | GetWhole () const |
| hword | GetLowHalf () const |
| hword | GetHighHalf () const |
| hword | GetHighHalfAsBorrow () const |
Static Public Member Functions | |
| static Word | Multiply (hword a, hword b) |
1.4.4