#include "TypesDef.h"
#include <string>
Go to the source code of this file.
Compounds | |
class | cMovie |
cMovie holds movie data values. More... | |
Variables | |
const Int | M_YEAR = 0 |
const Int | M_MONTH = 1 |
const Int | M_DAY = 2 |
const Int | M_DIRECTOR = 3 |
const Int | M_RUNTIME = 4 |
const Int | M_COUNTRY = 5 |
const Int | M_M_LANGUAGE = 6 |
const Int | M_MPAA = 7 |
const Int | M_CERTIFICATION = 8 |
const Int | M_IMDB_URL = 9 |
const Int | M_CASTNAME_CLIST = 10 |
const Int | M_MD4 = 11 |
const Int | NUM_OF_MOVIE_DATA = 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|