Public Member Functions | |
Address () | |
Address (TString s, TString p, TString c) | |
TString | GetStreet () const |
TString | GetPostalCode () const |
TString | GetCountry () const |
void | SetStreet (const TString &s) |
void | SetPostalCode (const TString &p) |
void | SetCountry (const TString &c) |
template<> | |
void * | address (std::vector< bool, std::allocator< bool > >::const_reference) |
Private Attributes | |
TString | street |
TString | postalCode |
TString | country |
Definition at line 39 of file DOMParsePerson.C.
Address::Address | ( | ) | [inline] |
Definition at line 41 of file DOMParsePerson.C.
Definition at line 42 of file DOMParsePerson.C.
TString Address::GetStreet | ( | ) | const [inline] |
TString Address::GetPostalCode | ( | ) | const [inline] |
TString Address::GetCountry | ( | ) | const [inline] |
void Address::SetStreet | ( | const TString & | s | ) | [inline] |
void Address::SetPostalCode | ( | const TString & | p | ) | [inline] |
void Address::SetCountry | ( | const TString & | c | ) | [inline] |
void * Address< std::vector< bool, std::allocator< bool > >::const_reference >::address | ( | std::vector< bool, std::allocator< bool > >::const_reference | ) | [inline] |
Definition at line 347 of file CollectionProxy.h.
Referenced by ROOT::TCollectionProxyInfo::Type< ROOT::TStdBitsetHelper< Bitset_t > >::first(), and ROOT::TCollectionProxyInfo::Type< ROOT::TStdBitsetHelper< Bitset_t > >::next().
TString Address::street [private] |
TString Address::postalCode [private] |
TString Address::country [private] |