| synopsis || arguments || next |

kdu_message_formatter::kdu_message_formatter

Java: Kdu_message_formatter::Kdu_message_formatter

kdu_message_formatter( kdu_message * output, int max_line=79)

Java: Kdu_message_formatter( Kdu_message output, int max_line)

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

Go to class description.


Synopsis

Identifies the kdu_message-derived object which is to receive the formatted text, and the maximum line length to be used during formatting.


Arguments

output [kdu_message *]

If NULL, all text will be discarded.

max_line [int]

Max characters in a formatted line of text. The bound does not include null terminators or terminal new-line characters, but it does include any prevailing indentation, established by the use of tab characters or through calls to set_master_indent. Note that the actual maximum line length may be smaller than the bound supplied here, depending on the way in which internal resources are allocated.


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