Bridges-C++
3.4.4
Bridges(C++ API)
|
This is the complete list of members for bridges::dataset::Game, including all inherited members.
Game() | bridges::dataset::Game | inline |
Game(const string &title, const string &platform, double rating, const vector< string > &genre) | bridges::dataset::Game | inline |
getGameGenre() const | bridges::dataset::Game | inline |
getPlatformType() const | bridges::dataset::Game | inline |
getRating() const | bridges::dataset::Game | inline |
getTitle() const | bridges::dataset::Game | inline |
setGameGenre(const vector< string > &genre) | bridges::dataset::Game | inline |
setPlatformType(const string &platform) | bridges::dataset::Game | inline |
setRating(double rating) | bridges::dataset::Game | inline |
setTitle(const string &title) | bridges::dataset::Game | inline |