|
|
test a == b
|
|
|
test a != b
|
|
|
comparison a < b
|
|
|
comparison a > b
|
|
|
comparison a <= b
|
|
|
comparison a >= b
|
|
|
exchange of a and b
|
|
|
clear by overwriting
|
|
|
representation of a as character string to base base, with prefix 0x, or 0b if showbase > 0
|
|
|
transformation of a into a byte vector, output of length in len, according to IEEE P1363, significance of bytes increasing from left to right
|
|
|
ostream manipulator for hex representation of LINT integers
|
|
|
ostream manipulator for decimal representation of LINT integers
|
|
|
ostream manipulator for the display of a prefix 0x (resp. 0b) in hex (resp. binary) representation of LINT integers
|
|
|
ostream manipulator for omission of a prefix 0x or 0b in hex or binary representation of LINT integers
|
|
|
ostream manipulator for display of the binary length in the output of LINT integers
|
|
|
manipulator for the omission of binary length in the output LINT integers
|
|
|
manipulator for setting status bits of the value flag in the LINT status variable
|
|
|
manipulator to unset status bits of value flag in the LINT status variable
|
|
|
overloaded insert operator for output of LINT integers, output stream of type ostream
|
|
|
overloaded insert operator for writing LINT integers to files, output stream of type ofstream
|
|
|
overloaded insert operator for writing LINT integers to files, output stream of type fstream
|
|
|
overloaded extract operator for reading LINT integers from files, input stream of type ifstream
|
|
|
overloaded extract operator for reading LINT integers from files, input/output stream of type fstream
|