#include <vcard.h>
Data Fields | |
int | magic |
int | numprops |
vCard::vCardProp * | prop |
Data Structures | |
struct | vCardProp |
Definition at line 19 of file vcard.h.
int vCard::magic |
the Magic Byte
Definition at line 20 of file vcard.h.
Referenced by vcard_free(), vcard_new(), vcard_serialize(), and vcard_set_prop().
int vCard::numprops |
number of properties this vcard will have
Definition at line 21 of file vcard.h.
Referenced by display_parsed_vcard(), vcard_add_prop(), vcard_free(), vcard_get_prop(), vcard_load(), vcard_new(), vcard_serialize(), and vcard_set_prop().
struct vCard::vCardProp * vCard::prop |
Vcard Property. Linked list???
Referenced by display_parsed_vcard(), vcard_add_prop(), vcard_free(), vcard_get_prop(), vcard_load(), vcard_new(), vcard_serialize(), and vcard_set_prop().