Definition at line 13 of file std.cpp.
◆ Tut_MessageHandler()
Tut_MessageHandler::Tut_MessageHandler |
( |
std::string | name | ) |
|
|
inline |
◆ ~Tut_MessageHandler()
Tut_MessageHandler::~Tut_MessageHandler |
( |
| ) |
|
|
inline |
◆ message()
virtual int Tut_MessageHandler::message |
( |
int | smsg, |
|
|
int | dmsg, |
|
|
int | nmsg, |
|
|
const std::vector< std::string > & | msgv ) |
|
inlinevirtual |
callback method for handling the messages. This can be redefined by the user for alternative message handling
- Parameters
-
smsg | The number of lines in the message that should go to the Screen file. Between 0 and 30. |
dmsg | The number of lines in the message that should go to the Status file. Between 0 and 30. |
nmsg | The number of lines in the message that should go to the Documentation file. Between 0 and 30. |
msgv | Vector with the actual message lines. |
Reimplemented from ConoptMessageHandler.
Definition at line 31 of file std.cpp.
◆ errorMessage()
virtual int Tut_MessageHandler::errorMessage |
( |
int | rowno, |
|
|
int | colno, |
|
|
int | posno, |
|
|
const std::string & | msg ) |
|
inlinevirtual |
callback method for handling error messages. This can be redefined by the user for alternative message handling
- Parameters
-
rowno | The number of a row in the matrix. |
colno | The number of a column in the matrix. |
posno | The number of a Jacobian element in the matrix. |
msg | The actual message. |
Reimplemented from ConoptMessageHandler.
Definition at line 64 of file std.cpp.
The documentation for this class was generated from the following file:
- /builds/devel/conopt/conopt/examples/common/std.cpp