u_int_96 & u_int_96::operator++ (  ) 

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++


Generated on Wed Jun 25 14:47:15 2008 for keyvil by  doxygen 1.5.1