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

#ifndef ODB_PROCESSOR_HXX
#define ODB_PROCESSOR_HXX

#include <odb/options.hxx>
#include <odb/features.hxx>
#include <odb/semantics/unit.hxx>

class processor_failed {};

void
process (options const&,
         features&,
         semantics::unit&,
         semantics::path const&);

#endif // ODB_PROCESSOR_HXX