|
MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
| 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) |
Definition at line 299 of file integer.cpp.