aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics.hxx
blob: 2656864c23eefa7ccde50f73825814837e98c3ab (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-2018 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