#include "Canvas.h"
#include "Menu.h"
Go to the source code of this file.
|
| #define | _MAXCHARS 85 |
| | Maximum number of characters that can be displayed in each line.
|
| |
◆ _MAXCHARS
Maximum number of characters that can be displayed in each line.
This is set small enough to ensure there is no line wrapping.
◆ ErrMsg::operator<<< ErrMsg::EndlToken >()
Specialization of the operator<< method for adding a newline to the error message.
- Parameters
-
| [in] | value | The value to be added to the error message. |
- Returns
- Reference to this object
◆ errMsg