$search
Compilation error. More...
#include <compiler.h>

Public Member Functions | |
| Error () | |
| Create an empty error. | |
| Error (const SourcePos &pos, const std::wstring &message) | |
| Create an error at pos. | |
| std::wstring | toWString () const |
| Return a string describing the error. | |
Public Attributes | |
| std::wstring | message |
| SourcePos | pos |
| position of error in source string | |
Compilation error.
Definition at line 174 of file compiler.h.
| Aseba::Error::Error | ( | const SourcePos & | pos, | |
| const std::wstring & | message | |||
| ) | [inline] |
Create an error at pos.
Definition at line 179 of file compiler.h.
| Aseba::Error::Error | ( | ) | [inline] |
Create an empty error.
Definition at line 181 of file compiler.h.
| std::wstring Aseba::Error::message |
position of error in source string
Definition at line 176 of file compiler.h.