| synopsis || arguments || prev || next |

kdu_message::set_hex_mode

Java: Kdu_message::Set_hex_mode

bool set_hex_mode( bool new_mode)

Java: boolean Set_hex_mode( boolean new_mode)

[Declared in "../coresys/common/kdu_messaging.h"]

Go to class description.


Synopsis

Changes the behaviour of integer output operators. A false argument means that integer values will be displayed as decimal quantities, while a true argument means that they will be displayed as hexadecimal quantities. The function returns the previous value of the hexadecimal mode, so that it can be restored by the caller.


Arguments

new_mode [bool]


| top || synopsis || arguments || prev || next |