36 class JP2Error :
public kdu_core::kdu_thread_safe_message {
45 void add_text(
const std::string &message);
48 void flush(
bool end_of_message =
false);
Kakadu error messaging class.
Definition JP2Error.h:38
void flush(bool end_of_message=false)
Used to store accumulated Kakadu error messages.
Definition JP2Error.cpp:52
void add_text(const std::string &message)
Write Kakadu error messages using ISIS methods.
Definition JP2Error.cpp:41
std::string Message
Definition JP2Error.h:51
void put_text(const char *message)
<Save text from a Kakadu produced error
Definition JP2Error.cpp:31
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16