vCard Struct Reference
[vCard implementation for Citadel]

This data structure represents a vCard object currently in memory. More...

#include <vcard.h>


Data Fields

int magic
int numprops
vCard::vCardPropprop

Data Structures

struct  vCardProp


Detailed Description

This data structure represents a vCard object currently in memory.

Definition at line 19 of file vcard.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 20 23:13:15 2007 for webcit by  doxygen 1.5.2