summaryrefslogtreecommitdiff
path: root/odb/traversal.hxx
blob: 1a9a8c3bb31577963fc6698d4afd358b2156a0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : odb/traversal.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef ODB_TRAVERSAL_HXX
#define ODB_TRAVERSAL_HXX

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

#endif // ODB_TRAVERSAL_HXX