#include <MessagePrinter.h>
|
static void | DisplayMessage (const std::string &message) |
| Display a normal message to the user during startup. More...
|
|
static void | DisplayWarning (const std::string &warning) |
| Display a warning message to the user during startup. More...
|
|
static void | DisplayError (const std::string &error) |
| Display an error message to the user during startup. More...
|
|
static void | DisplayHelpMessage (const std::vector< std::pair< std::string, std::string > > &help) |
| Display the help message with command line options available. More...
|
|
◆ DisplayError()
void CMessagePrinter::DisplayError |
( |
const std::string & |
error | ) |
|
|
static |
Display an error message to the user during startup.
- Parameters
-
[in] | error | error to display |
◆ DisplayHelpMessage()
void CMessagePrinter::DisplayHelpMessage |
( |
const std::vector< std::pair< std::string, std::string > > & |
help | ) |
|
|
static |
Display the help message with command line options available.
- Parameters
-
[in] | help | List of commands and explanations, help.push_back(std::make_pair("--help", "this displays the help)) |
◆ DisplayMessage()
void CMessagePrinter::DisplayMessage |
( |
const std::string & |
message | ) |
|
|
static |
Display a normal message to the user during startup.
- Parameters
-
[in] | message | message to display |
◆ DisplayWarning()
void CMessagePrinter::DisplayWarning |
( |
const std::string & |
warning | ) |
|
|
static |
Display a warning message to the user during startup.
- Parameters
-
[in] | warning | warning to display |
The documentation for this class was generated from the following files: