|
|
| TranslatableError (const SourcePos &pos, ErrorCode error) |
| |
|
TranslatableError & | arg (int value, int fieldWidth=0, int base=10, wchar_t fillChar= ' ') |
| |
|
TranslatableError & | arg (long int value, int fieldWidth=0, int base=10, wchar_t fillChar= ' ') |
| |
|
TranslatableError & | arg (unsigned value, int fieldWidth=0, int base=10, wchar_t fillChar= ' ') |
| |
|
TranslatableError & | arg (float value, int fieldWidth=0, int precision=6, wchar_t fillChar= ' ') |
| |
|
TranslatableError & | arg (const std::wstring &value) |
| |
|
Error | toError (void) |
| |
|
| Error (const SourcePos &pos, const std::wstring &message) |
| | Create an error at pos.
|
| |
|
| Error () |
| | Create an empty error.
|
| |
| std::wstring | toWString () const |
| | Return a string describing the error. More...
|
| |
|
|
WFormatableString | message |
| |
|
SourcePos | pos |
| | position of error in source string
|
| |
|
std::wstring | message |
| | message
|
| |
The documentation for this struct was generated from the following files: