ZEDA
1.6.18
include
zeda
zeda.h
Go to the documentation of this file.
1
/* ZEDA - Elementary Data and Algorithms
2
* Copyright (C) 1998 Tomomichi Sugihara (Zhidao)
3
*/
4
24
#ifndef __ZEDA_H__
25
#define __ZEDA_H__
26
27
#include <
zeda/zeda_binfile.h
>
28
29
#include <
zeda/zeda_option.h
>
30
31
#include <
zeda/zeda_ring.h
>
32
#include <
zeda/zeda_rrtab.h
>
33
#include <
zeda/zeda_stream.h
>
34
#include <
zeda/zeda_list.h
>
35
#include <
zeda/zeda_tree.h
>
36
37
#include <
zeda/zeda_string.h
>
38
39
#include <
zeda/zeda_rand.h
>
40
#include <
zeda/zeda_index.h
>
41
42
#include <
zeda/zeda_name.h
>
43
44
#include <
zeda/zeda_ztk.h
>
45
#include <
zeda/zeda_csv.h
>
46
47
#ifdef __ZEDA_USE_LIBXML
48
#include <
zeda/zeda_xml.h
>
49
#endif
/* __ZEDA_USE_LIBXML */
50
51
#endif
/* __ZEDA_H__ */
zeda_csv.h
CSV file operations.
zeda_stream.h
generalized I/O stream.
zeda_xml.h
XML file operations.
zeda_ring.h
ring buffer.
zeda_binfile.h
binary data file manipulation.
zeda_option.h
command line option manipulation.
zeda_index.h
integer value array.
zeda_rrtab.h
round-robin table.
zeda_tree.h
tree operation.
zeda_rand.h
random number generator.
zeda_list.h
list operation.
zeda_string.h
string manipulations.
zeda_name.h
common named class.
zeda_ztk.h
ZTK (Z's tag-and-key) file format.
Generated by
1.8.13