Libical API Documentation 3.0
|
#include <pvl.h>
Data Fields | |
void * | d |
int | MAGIC |
struct pvl_elem_t * | next |
struct pvl_elem_t * | prior |
This type is private. Always use pvl_elem instead. The struct would not even appear in this header except to make code in the USE_MACROS blocks work
void* pvl_elem_t::d |
Pointer to data user is storing
int pvl_elem_t::MAGIC |
Magic Identifier
struct pvl_elem_t* pvl_elem_t::next |
Next element
struct pvl_elem_t* pvl_elem_t::prior |
Prior element