Definition at line 204 of file record.h.
Public Member Functions | |
std::string | GetLabel () const |
Format a mailing address into a single string, handling missing fields. | |
void | Clear () |
bool | HasData () const |
Public Attributes | |
std::string | Address1 |
std::string | Address2 |
std::string | Address3 |
std::string | City |
std::string | Province |
std::string | PostalCode |
std::string | Country |
std::string Barry::PostalAddress::GetLabel | ( | ) | const |
Format a mailing address into a single string, handling missing fields.
Definition at line 521 of file record.cc.
References Address1, Address2, Address3, City, Country, PostalCode, and Province.
Referenced by Barry::operator<<(), and Barry::ContactLdif::PostalAddress().