Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
libical Directory Reference
Directory dependency graph for libical:

Files

 
byref.c
 Function wrappers to handle non-structured return type interoperability.
 
icalarray.c
 An array of arbitrarily-sized elements which grows dynamically as elements are added.
 
icalarray.h
 An array of arbitrarily-sized elements which grows dynamically as elements are added.
 
icalattach.c
 Implements the data structure for iCalendar attachments.
 
icalattach.h
 Defines the data structure for iCalendar attachments.
 
icalcomponent.c
 Implements the data structure for iCalendar components.
 
icalcomponent.h
 Defines the data structure for iCalendar components.
 
icalduration.c
 Implements the data structure for time durations.
 
icalduration.h
 Defines the data structure for time durations.
 
icalenumarray.c
 Implements the data structure for handling arrays of enums.
 
icalenumarray.h
 Defines the data structure for handling arrays of enums.
 
icalenums.c
 Defines enums not belonging to other data structures.
 
icalenums.h
 Defines enums not belonging to other data structures.
 
icalerror.c
 Error handling for libical.
 
icalerror.h
 Error handling for libical.
 
icallimits.c
 Implements the interface for getting/setting internal library limits.
 
icallimits.h
 Defines the interface for getting/setting internal library limits.
 
icalmemory.c
 Common memory management routines.
 
icalmemory.h
 Common memory management routines.
 
icalparameter.c
 Implements the data structure representing iCalendar parameters.
 
icalparameter.h
 Defines the data structure representing iCalendar parameters.
 
icalparameter_cxx.cpp
 Implementation of C++ Wrapper for icalparameter.c.
 
icalparameter_cxx.hpp
 Definition of C++ Wrapper for icalparameter.c.
 
icalparser.c
 Line-oriented parsing.
 
icalparser.h
 Line-oriented parsing.
 
icalperiod.c
 Implements data structures for working with iCal periods (of time).
 
icalperiod.h
 Defines data structures for working with iCal periods (of time).
 
icalproperty.c
 Implements the data structure representing iCalendar properties.
 
icalproperty.h
 Defines the data structure representing iCalendar properties.
 
icalproperty_cxx.cpp
 Implementation of C++ Wrapper for icalproperty.c.
 
icalproperty_cxx.hpp
 Definition of C++ Wrapper for icalproperty.c.
 
icalrecur.c
 Implementation of routines for dealing with recurring time.
 
icalrecur.h
 Routines for dealing with recurring time.
 
icalrestriction.h
 Functions to check if an icalcomponent meets the restrictions imposed by the standard.
 
icalstrarray.c
 Implements the data structure for handling string arrays.
 
icalstrarray.h
 Defines the data structure for handling string arrays.
 
icaltime.c
 Implements data structure for representing date-times.
 
icaltime.h
 Defines the data structure for representing date-times.
 
icaltimezone.c
 Timezone handling routines.
 
icaltimezone.h
 Timezone handling routines.
 
icaltypes.c
 Implements the functions to manipulate internal types.
 
icaltypes.h
 Define internal types and provide functions to manipulate them.
 
icalvalue.c
 Implements the data structure representing iCalendar parameter values.
 
icalvalue.h
 Defines the data structure representing iCalendar parameter values.
 
icalvalue_cxx.cpp
 Implementation of C++ Wrapper for icalvalue.c.
 
icalvalue_cxx.hpp
 Definition of C++ Wrapper for icalvalue.c.
 
icptrholder_cxx.hpp
 C++ template classes for managing C++ pointers returned by VComponent::get_..._component, VComponent::get_..._property, ICalProperty::get_..._value.
 
vcomponent_cxx.cpp
 Implementation of C++ Wrapper for icalcomponent.c.
 
vcomponent_cxx.hpp
 C++ classes for the icalcomponent wrapper (VToDo VEvent, etc..).