#include <cMovie.h>
Public Member Functions | |
cMovie (void) | |
Constructor. | |
~cMovie (void) | |
Destructor. | |
void | Clear (void) |
Clear all data. | |
void | SetData (string *sData) |
void | SetDate (string sDate) |
void | SetDirector (string sDirector) |
void | SetRuntime (string sRuntime) |
void | SetCountry (string sCountry) |
void | SetLanguage (string sLanguage) |
void | SetMpaa (string sMpaa) |
void | SetCertification (string sCertification) |
void | SetImdbUrl (string sImdbUrl) |
void | SetCastname (string sCastname) |
void | SetMd4 (string sMd4) |
const string * | GetData (void) const |
const string | GetDate (void) const |
const string | GetDirector (void) const |
const string | GetRuntime (void) const |
const string | GetCountry (void) const |
const string | GetLanguage (void) const |
const string | GetMpaa (void) const |
const string | GetCertification (void) const |
const string | GetImdbUrl (void) const |
const string | GetCastname (void) const |
const string | GetMd4 (void) const |
Private Member Functions | |
void | SetDay (string sDay) |
void | SetMonth (string sMonth) |
void | SetYear (string sYear) |
const string | GetDay (void) const |
const string | GetMonth (void) const |
const string | GetYear (void) const |
Private Attributes | |
string | m_pMovieData [NUM_OF_MOVIE_DATA] |
|
Constructor.
|
|
Destructor.
|
|
Clear all data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|