Functions | |
| template<> | |
| ErrMsg & | ErrMsg::operator<<< ErrMsg::EndlToken > (const ErrMsg::EndlToken value) |
| Specialization of the operator<< method for adding a newline to the error message. | |
Variables | |
| const char | ERROR_MSG [] = "FATAL ERROR .... FATAL ERROR .... FATAL ERROR ..... FATAL ERROR" |
| const char | WARNING_MSG [] = "WARNING ..... (Press Screen to Continue) ..... WARNING" |
| const char | DIVIDER_MSG [] = "===============================================================" |
| ErrMsg & | errMsg = ErrMsg::getInstance() |
| Global instance of ErrMsg. | |
| ErrMsg & ErrMsg::operator<<< ErrMsg::EndlToken > | ( | const ErrMsg::EndlToken | value | ) |
Specialization of the operator<< method for adding a newline to the error message.
| [in] | value | The value to be added to the error message. |
| const char DIVIDER_MSG[] = "===============================================================" |
| ErrMsg& errMsg = ErrMsg::getInstance() |
Global instance of ErrMsg.
| const char ERROR_MSG[] = "FATAL ERROR .... FATAL ERROR .... FATAL ERROR ..... FATAL ERROR" |
| const char WARNING_MSG[] = "WARNING ..... (Press Screen to Continue) ..... WARNING" |