summaryrefslogtreecommitdiff
path: root/cli/options.ixx
blob: 9e15c363330dd833a412dcbae96c07579d8ebb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// This code was generated by CLI, a command line interface
// compiler for C++.
//

// options
//

inline bool const& options::
help () const
{
  return help_;
}

inline bool const& options::
version () const
{
  return version_;
}

inline bool const& options::
suppress_inline () const
{
  return suppress_inline_;
}

inline std::string const& options::
output_dir () const
{
  return output_dir_;
}

inline std::string const& options::
hxx_suffix () const
{
  return hxx_suffix_;
}

inline std::string const& options::
ixx_suffix () const
{
  return ixx_suffix_;
}

inline std::string const& options::
cxx_suffix () const
{
  return cxx_suffix_;
}