![]() |
Cluedo Solver v1.0
Cluedo game solver making deductions.
|
▼NCluedo | |
▼NUI | |
CAddInformationModal | A modal used to add information to the solver |
CErrorModal | A modal used to show an error message |
CMainWindow | The main window of the application |
CNewGameModal | A modal used to create a new game |
CPlayerDataModal | A modal that shows the player data of a running game |
▼CCardSet | A set of cards |
Citerator | An iterator for the CardSet class |
▼CCardUtils | A series of utilities for the cards |
CCardIterator | An iterator for cards |
Ccards | Helper class for iterator on all the cards |
Ccards_per_category | Helper class for iterator on all the cards of a category |
▼CLanguageStrings | |
CLanguage | A struct that contains the data of a language |
CPlayer | The player of a game |
CPlayerData | A struct that contains the data of a player |
▼CSolver | The solver of a Cluedo game |
CSuggestion | A struct that contains the data of a suggestion |
▼Nstd | STL namespace |
Chash< Cluedo::CardSet > | Specialization of std::hash for the CardSet class |
CResult | A class that represents a result that can either be a value or an error |
CResult< void, ErrorType > | A specialization of the Result class for the case where the value is void |