Public Member Functions | |
| GameFindPath (const std::string &path, bool user_specific) | |
| GameFindPath (const std::string &path, bool user_specific, std::unordered_set< std::string > &&aliases) | |
Public Attributes | |
| std::string | path |
| bool | user_specific |
| std::unordered_set< std::string > | aliases |
|
inline |
References path, and user_specific.
|
inline |
References aliases, path, and user_specific.
| std::unordered_set<std::string> GameFindPath::aliases |
Referenced by GameFindPath().
| std::string GameFindPath::path |
Referenced by GameFindPath(), GameFindPath(), and findSubgame().
| bool GameFindPath::user_specific |
Referenced by GameFindPath(), GameFindPath(), and findSubgame().