steghide
0.5.1
|
#include <SteghideError.h>
Public Member Functions | |
SteghideError (void) | |
SteghideError (std::string msg) | |
SteghideError (const char *msgfmt,...) | |
virtual void | printMessage (void) const |
![]() | |
MessageBase (void) | |
MessageBase (std::string msg) | |
MessageBase (const char *msgfmt,...) | |
virtual | ~MessageBase () |
const std::string & | getMessage (void) const |
void | setMessage (std::string msg) |
void | setNewline (bool prnl) |
const std::string | getNewline (void) const |
void | setMessage (const char *msgfmt,...) |
Additional Inherited Members | |
![]() | |
std::string | compose (const char *msgfmt,...) const |
std::string | vcompose (const char *msgfmt, va_list ap) const |
![]() | |
static const unsigned int | MsgMaxSize = 512 |
SteghideError::SteghideError | ( | void | ) |
SteghideError::SteghideError | ( | std::string | msg | ) |
SteghideError::SteghideError | ( | const char * | msgfmt, |
... | |||
) |
|
virtual |
Implements MessageBase.
Reimplemented in CorruptDataError, NotImplementedError, ArgError, and AssertionFailed.