50 class JP2Error :
public kdu_thread_safe_message {
59 void add_text(
const std::string &message);
62 void flush(
bool end_of_message =
false);
Kakadu error messaging class.
Definition: JP2Error.h:52
std::string Message
Definition: JP2Error.h:65
void add_text(const std::string &message)
Write Kakadu error messages using ISIS3 methods.
Definition: JP2Error.cpp:57
void put_text(const char *message)
<Save text from a Kakadu produced error
Definition: JP2Error.cpp:47
void flush(bool end_of_message=false)
Used to store accumulated Kakadu error messages.
Definition: JP2Error.cpp:68