#include <msg.h>
Inheritance diagram for Question:

Public Member Functions | |
| Question (void) | |
| Question (std::string msg) | |
| Question (const char *msgfmt,...) | |
| void | printMessage (void) const |
| bool | getAnswer (void) |
Private Attributes | |
| std::string | yeschar |
| std::string | nochar |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
wait for the user to answer the question (should be printed before)
|
|
|
Implements MessageBase. |
|
|
|
|
|
|
1.3.7