APRONXX 0.9.14
/builddir/build/BUILD/apron-0.9.15-build/apron-0.9.15/apronxx/apronxx.hh
Go to the documentation of this file.
1/* -*- C++ -*-
2 * apronxx.hh
3 *
4 * APRON Library / C++ class wrappers
5 *
6 * Copyright (C) Antoine Mine' 2007
7 *
8 */
9/* This file is part of the APRON Library, released under LGPL license
10 with an exception allowing the redistribution of statically linked
11 executables.
12
13 Please read the COPYING file packaged in the distribution.
14*/
15
16#ifndef __APRONXX_HH
17#define __APRONXX_HH
18
19#include "apxx_scalar.hh"
20#include "apxx_interval.hh"
21#include "apxx_coeff.hh"
22#include "apxx_dimension.hh"
23#include "apxx_manager.hh"
24#include "apxx_expr0.hh"
25#include "apxx_abstract0.hh"
26#include "apxx_expr1.hh"
27#include "apxx_abstract1.hh"
28
29#endif /* __APRONXX_HH */