Libical API Documentation  3.0
icaldirsetimpl.h
1 /*======================================================================
2  FILE: icaldirsetimpl.h
3  CREATOR: eric 21 Aug 2000
4 
5  (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com>
6 
7  This library is free software; you can redistribute it and/or modify
8  it under the terms of either:
9 
10  The LGPL as published by the Free Software Foundation, version
11  2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
12 
13  Or:
14 
15  The Mozilla Public License Version 2.0. You may obtain a copy of
16  the License at https://www.mozilla.org/MPL/
17 
18  The Original Code is eric. The Initial Developer of the Original
19  Code is Eric Busboom
20 ======================================================================*/
21 
22 #ifndef ICALDIRSETIMPL_H
23 #define ICALDIRSETIMPL_H
24 
25 #include "icalcluster.h"
26 
27 /* This definition is in its own file so it can be kept out of the
28  main header file, but used by "friend classes" like icalset*/
29 
31 {
33  char *dir;
40 };
41 
42 #endif
int first_component
Definition: icaldirsetimpl.h:37
icalset super
Definition: icaldirsetimpl.h:32
Definition: icalgaugeimpl.h:54
icaldirset_options options
Definition: icaldirsetimpl.h:34
pvl_list directory
Definition: icaldirsetimpl.h:38
Definition: icaldirset.h:125
pvl_elem directory_iterator
Definition: icaldirsetimpl.h:39
char * dir
Definition: icaldirsetimpl.h:33
icalcluster * cluster
Definition: icaldirsetimpl.h:35
Definition: pvl.h:33
Definition: icalset.h:60
icalgauge * gauge
Definition: icaldirsetimpl.h:36
Definition: pvl.c:64
Definition: icalclusterimpl.h:27
Definition: icaldirsetimpl.h:30