52 class JP2Error :
public kdu_core::kdu_thread_safe_message {
61 void add_text(
const std::string &message);
64 void flush(
bool end_of_message =
false);
Kakadu error messaging class.
Definition: JP2Error.h:54
std::string Message
Definition: JP2Error.h:67
void add_text(const std::string &message)
Write Kakadu error messages using ISIS3 methods.
Definition: JP2Error.cpp:57
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
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