Inheritance diagram for Person:
Public Member Functions | |
Person () | |
Person (Int_t i, TString f, TString l, Char_t g, Date *d, Address *a) | |
~Person () | |
TString | GetFirstName () const |
TString | GetLastName () const |
Char_t | GetGender () const |
Date * | GetDate () const |
Address * | GetAddress () const |
Int_t | GetID () const |
Private Attributes | |
Int_t | id |
TString | firstName |
TString | lastName |
Char_t | gender |
Date * | dateOfBirth |
Address * | address |
Friends | |
ostream & | operator<< (ostream &out, const Person &p) |
Definition at line 56 of file DOMParsePerson.C.
Person::Person | ( | ) | [inline] |
Definition at line 58 of file DOMParsePerson.C.
Definition at line 59 of file DOMParsePerson.C.
Person::~Person | ( | ) | [inline] |
TString Person::GetFirstName | ( | ) | const [inline] |
TString Person::GetLastName | ( | ) | const [inline] |
Char_t Person::GetGender | ( | ) | const [inline] |
Date* Person::GetDate | ( | ) | const [inline] |
Address* Person::GetAddress | ( | ) | const [inline] |
Int_t Person::GetID | ( | ) | const [inline] |
ostream& operator<< | ( | ostream & | out, | |
const Person & | p | |||
) | [friend] |
Definition at line 74 of file DOMParsePerson.C.
Int_t Person::id [private] |
TString Person::firstName [private] |
TString Person::lastName [private] |
Char_t Person::gender [private] |
Date* Person::dateOfBirth [private] |
Address* Person::address [private] |