This is the complete list of members for Question, including all inherited members.
| addOption(Option &option) | Question | |
| addOptions(std::vector< Option > &newOptions) | Question | |
| addOptions(std::vector< Option * > &newOptions) | Question | |
| checkOptionExist(Option &option) | Question | |
| getCorrectOption() | Question | |
| getDescription() | Question | |
| getOption(int index) | Question | |
| getOptions() | Question | |
| operator==(Question anotherQuestion) | Question | |
| print() | Question | |
| Question() | Question | inline |
| Question(std::vector< Option > options, std::string descriptions) | Question | inline |
| removeOption(int index) | Question | |
| updateDescription(std::string description) | Question |