$search
#include <compiler.h>
Public Member Functions | |
TranslatableError & | arg (const std::wstring &value) |
TranslatableError & | arg (float value, int fieldWidth=0, int precision=6, wchar_t fillChar= ' ') |
TranslatableError & | arg (unsigned value, int fieldWidth=0, int base=10, wchar_t fillChar= ' ') |
TranslatableError & | arg (int value, int fieldWidth=0, int base=10, wchar_t fillChar= ' ') |
Error | toError (void) |
TranslatableError (const SourcePos &pos, ErrorCode error) | |
TranslatableError () | |
Static Public Member Functions | |
static void | setTranslateCB (ErrorMessages::ErrorCallback newCB) |
Public Attributes | |
WFormatableString | message |
Static Public Attributes | |
static ErrorMessages::ErrorCallback | translateCB = NULL |
Definition at line 187 of file compiler.h.
Aseba::TranslatableError::TranslatableError | ( | ) | [inline] |
Definition at line 189 of file compiler.h.