Public Member Functions | |
| choice_t (int key, int value) | |
| const int & | key () const |
| const int & | val () const |
Private Attributes | |
| int | m_key |
| int | m_val |
Definition at line 39 of file question.h.
| Question::choice_t::choice_t | ( | int | key, | |
| int | value | |||
| ) | [inline] |
| const int& Question::choice_t::key | ( | ) | const [inline] |
| const int& Question::choice_t::val | ( | ) | const [inline] |
int Question::choice_t::m_key [private] |
Definition at line 42 of file question.h.
int Question::choice_t::m_val [private] |
Definition at line 43 of file question.h.
1.4.7