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

kdu_message::flush

Java: Kdu_message::Flush

virtual void flush( bool end_of_message=false)

Java: void Flush( boolean end_of_message)

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

Go to class description.


Synopsis

This function should be overridden by any derived messaging class, whose implementation requires flush events to be captured.


Arguments

end_of_message [bool]

Has special meaning to the messaging objects passed in to kdu_customize_errors and kdu_customize_warnings, as explained in connection with those functions. As a general rule, applications should provide a value of false for this argument if they need to flush text which may be temporarily buffered in a kdu_message-derived object.


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