aboutsummaryrefslogtreecommitdiff
path: root/odb/type-processor.hxx
blob: 35f02ef4247655b87f22b3bb593ad82dddedfe69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/type-processor.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_TYPE_PROCESSOR_HXX
#define ODB_TYPE_PROCESSOR_HXX

#include <odb/context.hxx>

// Issues diagnostics and throws generation_failed in case of an error.
//
void
process_types (context&);

#endif // ODB_TYPE_PROCESSOR_HXX