#include <vcard.h>
Public Attributes | |
| std::string | pobox |
| std::string | extadd |
| std::string | street |
| std::string | locality |
| std::string | region |
| std::string | pcode |
| std::string | ctry |
| bool | home |
| bool | work |
| bool | postal |
| bool | parcel |
| bool | pref |
| bool | dom |
| bool | intl |
Definition at line 137 of file vcard.h.
|
|
Country. |
|
|
Whether this is a domestic(?) address. |
|
|
Extended address. |
|
|
Whether this is a personal address. |
|
|
Whether this is an international(?) address. |
|
|
Locality. |
|
|
Whether this is a arcel address(?). |
|
|
Postal code. |
|
|
Pobox. |
|
|
Whether this is a postal address(?). |
|
|
Whether this is the preferred address. |
|
|
Region. |
|
|
Street. |
|
|
Whether this is a work address. |
1.4.1