]> mj.ucw.cz Git - libucw.git/blob - ucw/doc/xtypes.txt
Released as 6.5.16.
[libucw.git] / ucw / doc / xtypes.txt
1 Extended types
2 ==============
3
4 Extended types ('xtypes') are user-defined data types equipped with mechanisms
5 for parsing and printing.
6
7 Each xtype is described by a <<struct_xtype,`struct xtype`>>, which contains properties of the type
8 and several pointers to callback functions.
9
10 Xtypes are currently supported by the following modules:
11
12 * <<table:,Table printer>>
13 * <<opt:,Command-line option parser>>
14 * <<conf:,Configuration parser>>
15
16 ucw/xtypes.h
17 ------------
18 !!ucw/xtypes.h
19
20 ucw/xtypes-extra.h
21 ------------------
22 !!ucw/xtypes-extra.h