Definition at line 31 of file u_int_96.cpp.
00032 { 00033 lowByte++; 00034 if (!lowByte){ 00035 centralByte++; 00036 if (!centralByte){ 00037 highByte++; 00038 } 00039 } 00040 return *this; 00041 } // operator++