Fix a few minor issues in options processing, improving usability, consistency, error...
[cvc5.git] / src / options / base_options_template.cpp
1 /********************* */
2 /*! \file base_options.cpp
3 ** \verbatim
4 ** Original author: mdeters
5 ** Major contributors: none
6 ** Minor contributors (to current version): none
7 ** This file is part of the CVC4 prototype.
8 ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
9 ** Courant Institute of Mathematical Sciences
10 ** New York University
11 ** See the file COPYING in the top-level source directory for licensing
12 ** information.\endverbatim
13 **
14 ** \brief Contains code for handling command-line options.
15 **
16 ** Contains code for handling command-line options
17 **/
18
19 #include "options/options_holder.h"
20
21 namespace CVC4 {
22
23 ${module_accessors}
24
25 #line 26 "${template}"
26
27 namespace options {
28
29 ${module_global_definitions}
30
31 #line 32 "${template}"
32
33 }/* CVC4::options namespace */
34
35 }/* CVC4 namespace */