Public Member Functions | |
Date () | |
Date (Int_t d, Int_t m, Int_t y) | |
Int_t | GetDay () const |
Int_t | GetMonth () const |
Int_t | GetYear () const |
void | SetDay (Int_t d) |
void | SetMonth (Int_t m) |
void | SetYear (Int_t y) |
Private Attributes | |
Int_t | day |
Int_t | month |
Int_t | year |
Definition at line 23 of file DOMParsePerson.C.
Date::Date | ( | ) | [inline] |
Definition at line 25 of file DOMParsePerson.C.
Definition at line 26 of file DOMParsePerson.C.
Int_t Date::GetDay | ( | ) | const [inline] |
Int_t Date::GetMonth | ( | ) | const [inline] |
Int_t Date::GetYear | ( | ) | const [inline] |
void Date::SetDay | ( | Int_t | d | ) | [inline] |
void Date::SetMonth | ( | Int_t | m | ) | [inline] |
void Date::SetYear | ( | Int_t | y | ) | [inline] |
Int_t Date::month [private] |
Int_t Date::year [private] |