Individual menu item.
More...
Individual menu item.
Definition at line 156 of file hftest.hpp.
MyMenu::MenuItem::MenuItem |
( |
char |
key, |
|
|
const std::string |
help = std::string() |
|
) |
| |
|
inline |
MyMenu::MenuItem::MenuItem |
( |
| ) |
|
|
default |
MyMenu::MenuItem::MenuItem |
( |
char |
key, |
|
|
const std::string |
help = std::string() |
|
) |
| |
|
inline |
MyMenu::MenuItem::MenuItem |
( |
| ) |
|
|
default |
bool MyMenu::MenuItem::operator() |
( |
const MenuItem & |
a, |
|
|
const MenuItem & |
b |
|
) |
| const |
|
inline |
Definition at line 163 of file hftest.hpp.
References _key.
163 {
return a._key < b._key; }
bool MyMenu::MenuItem::operator() |
( |
const MenuItem & |
a, |
|
|
const MenuItem & |
b |
|
) |
| const |
|
inline |
Definition at line 164 of file myfix.hpp.
References _key.
164 {
return a._key < b._key; }
const std::string MyMenu::MenuItem::_help |
const char MyMenu::MenuItem::_key = 0 |
The documentation for this struct was generated from the following files: