summaryrefslogtreecommitdiff
path: root/cli/options.ixx
blob: 11a17762246af02462eae859cd1edab71a57f538 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// 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_;
}

inline bool const& options::
include_with_brackets () const
{
  return include_with_brackets_;
}

inline std::string const& options::
include_prefix () const
{
  return include_prefix_;
}

inline std::string const& options::
guard_prefix () const
{
  return guard_prefix_;
}