libkcal

pvl_elem_t Struct Reference

This type is private. More...

#include <pvl.h>

List of all members.


Public Attributes

void * d
int MAGIC
struct pvl_elem_tnext
struct pvl_elem_tprior

Detailed Description

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

Definition at line 23 of file pvl.h.


Member Data Documentation

Pointer to data user is storing.

Definition at line 26 of file pvl.h.

Magic Identifier.

Definition at line 25 of file pvl.h.

struct pvl_elem_t* pvl_elem_t::next [read]

Next element.

Definition at line 27 of file pvl.h.

struct pvl_elem_t* pvl_elem_t::prior [read]

Prior element.

Definition at line 28 of file pvl.h.


The documentation for this struct was generated from the following file: