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