Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
icalenumarray_element Struct Reference

#include <icalenumarray.h>

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

◆ val

int icalenumarray_element::val

the enum value

Definition at line 31 of file icalenumarray.h.

◆ xvalue

const char* icalenumarray_element::xvalue

pointer to the associated optional X value

Definition at line 32 of file icalenumarray.h.