Movie domain model and metadata.
More...
#include <Movie.h>
|
std::string | title |
|
int | year |
|
std::string | director |
|
std::string | plotShort |
|
std::string | plotFull |
|
std::vector< std::string > | actors |
|
std::vector< std::string > | genres |
|
int | runtimeMinutes = 0 |
|
std::vector< std::string > | countries |
|
std::string | posterUrl |
|
double | imdbRating = 0.0 |
|
int | metascore = 0 |
|
int | rottenTomatoes = 0 |
|
std::string | source |
|
std::string | imdbID |
|
double | userScore = 1500.0 |
|
int | userRank = -1 |
|
Movie domain model and metadata.
Required fields: title, year, director. Optional fields are populated via OMDb where available. Ranking fields (userScore/userRank) are persisted to ensure stable ordering across sessions.
The documentation for this struct was generated from the following file: