|
Libical API Documentation 3.0
|
Data Fields | |
| int | count |
| struct pvl_elem_t * | head |
| int | MAGIC |
| struct pvl_elem_t * | p |
| struct pvl_elem_t * | tail |
struct pvl_list_t
The list structure. This is the handle for the entire list
This type is also private. Use pvl_list instead
| int pvl_list_t::count |
Number of items in the list
| struct pvl_elem_t* pvl_list_t::head |
Head of list
| int pvl_list_t::MAGIC |
Magic Identifier
| struct pvl_elem_t* pvl_list_t::p |
Pointer used for iterators
| struct pvl_elem_t* pvl_list_t::tail |
Tail of list