$darkmode
Libical API Documentation 4.0 STABLE VERSION Visit the v3.0 documentation
icalenumarray_element Struct Reference

Data Fields

int val
 
const char * xvalue
 

Detailed Description

A data structure to hold an enum array element

Definition at line 30 of file icalenumarray.h.

Field Documentation

int icalenumarray_element::val

the enum value

Definition at line 31 of file icalenumarray.h.

const char* icalenumarray_element::xvalue

pointer to the associated optional X value

Definition at line 32 of file icalenumarray.h.