#include <menuresp.h>
Public Member Functions | |
MenuChoice () | |
MenuChoice (const char n[], const char l[]) | |
MenuChoice (const MenuChoice &choice) | |
~MenuChoice () | |
MenuChoice & | operator= (const MenuChoice &choice) |
bool | operator== (const MenuChoice &choice) const |
bool | operator== (const char choice[]) const |
bool | operator== (const char choice) const |
Definition at line 7 of file menuresp.h.
MenuChoice::MenuChoice | ( | ) |
Definition at line 15 of file menuresp.C.
MenuChoice::MenuChoice | ( | const char | n[], | |
const char | l[] | |||
) |
Definition at line 17 of file menuresp.C.
MenuChoice::MenuChoice | ( | const MenuChoice & | choice | ) |
Definition at line 28 of file menuresp.C.
MenuChoice::~MenuChoice | ( | ) |
Definition at line 40 of file menuresp.C.
MenuChoice & MenuChoice::operator= | ( | const MenuChoice & | choice | ) |
Definition at line 47 of file menuresp.C.
bool MenuChoice::operator== | ( | const MenuChoice & | choice | ) | const |
Definition at line 64 of file menuresp.C.
bool MenuChoice::operator== | ( | const char | choice[] | ) | const |
Definition at line 69 of file menuresp.C.
bool MenuChoice::operator== | ( | const char | choice | ) | const |
Definition at line 74 of file menuresp.C.