aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics.hxx
blob: e8b4d435e0d9c98a40a942b954d5111f3fe59138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : odb/semantics.hxx
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_SEMANTICS_HXX
#define ODB_SEMANTICS_HXX

#include <odb/semantics/class.hxx>
#include <odb/semantics/class-template.hxx>
#include <odb/semantics/derived.hxx>
#include <odb/semantics/elements.hxx>
#include <odb/semantics/enum.hxx>
#include <odb/semantics/fundamental.hxx>
#include <odb/semantics/namespace.hxx>
#include <odb/semantics/template.hxx>
#include <odb/semantics/union.hxx>
#include <odb/semantics/union-template.hxx>
#include <odb/semantics/unit.hxx>

#endif // ODB_SEMANTICS_HXX