1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
/* Fo
* fo-all-datatype.h:
*
* Copyright (C) 2001 Sun Microsystems
* Copyright (C) 2007 Menteith Consulting Ltd
*
* See COPYING for the status of this software.
*/
#ifndef __FO_ALL_DATATYPE_H__
#define __FO_ALL_DATATYPE_H__
G_BEGIN_DECLS
#include <libfo/datatype/fo-datatype.h>
#include <libfo/datatype/fo-numeric.h>
#include <libfo/datatype/fo-unknown.h>
#include <libfo/datatype/fo-expression.h>
/* Datatype objects */
#include <libfo/datatype/fo-boolean.h>
#include <libfo/datatype/fo-char.h>
#include <libfo/datatype/fo-color.h>
#include <libfo/datatype/fo-enum.h>
#include <libfo/datatype/fo-error.h>
#include <libfo/datatype/fo-id.h>
#include <libfo/datatype/fo-integer.h>
#include <libfo/datatype/fo-keep.h>
#include <libfo/datatype/fo-length-bp-ip-d.h>
#include <libfo/datatype/fo-length-conditional.h>
#include <libfo/datatype/fo-length-range.h>
#include <libfo/datatype/fo-length.h>
#include <libfo/datatype/fo-name.h>
#include <libfo/datatype/fo-number.h>
#include <libfo/datatype/fo-pcw.h>
#include <libfo/datatype/fo-percentage.h>
#include <libfo/datatype/fo-space.h>
#include <libfo/datatype/fo-string.h>
#include <libfo/datatype/fo-tblr.h>
#include <libfo/datatype/fo-wsc.h>
#include <libfo/datatype/fo-uri-specification.h>
G_END_DECLS
#endif /* !__FO_ALL_DATATYPE_H__ */
|