summaryrefslogtreecommitdiff
path: root/odb/odb/semantics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb/semantics.hxx')
-rw-r--r--odb/odb/semantics.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/odb/odb/semantics.hxx b/odb/odb/semantics.hxx
new file mode 100644
index 0000000..83416a6
--- /dev/null
+++ b/odb/odb/semantics.hxx
@@ -0,0 +1,19 @@
+// file : odb/semantics.hxx
+// 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