Cluedo Solver v1.0
Cluedo game solver making deductions.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NCluedo
 NUI
 CAddInformationModalA modal used to add information to the solver
 CErrorModalA modal used to show an error message
 CMainWindowThe main window of the application
 CNewGameModalA modal used to create a new game
 CPlayerDataModalA modal that shows the player data of a running game
 CCardSetA set of cards
 CiteratorAn iterator for the CardSet class
 CCardUtilsA series of utilities for the cards
 CCardIteratorAn iterator for cards
 CcardsHelper class for iterator on all the cards
 Ccards_per_categoryHelper class for iterator on all the cards of a category
 CLanguageStrings
 CLanguageA struct that contains the data of a language
 CPlayerThe player of a game
 CPlayerDataA struct that contains the data of a player
 CSolverThe solver of a Cluedo game
 CSuggestionA struct that contains the data of a suggestion
 NstdSTL namespace
 Chash< Cluedo::CardSet >Specialization of std::hash for the CardSet class
 CResultA 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