Counter64
class represents a 64bit unsigned integer type. It is used for monotonically increasing values that wrap around at 2^64-1 (18446744073709551615). The unsigned 64bit value is represented by a signed 64bit long value internally. @author Frank Fock @version 1.8
|
|