aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify-options.ixx
blob: 4e66b5ae0c493a561a0822d99ead30ce303472a7 (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
// -*- C++ -*-
//
// This file was generated by CLI, a command line interface
// compiler for C++.
//

// Begin prologue.
//
//
// End prologue.

namespace bpkg
{
  // pkg_verify_options
  //

  inline const bool& pkg_verify_options::
  silent () const
  {
    return this->silent_;
  }

  inline const bool& pkg_verify_options::
  deep () const
  {
    return this->deep_;
  }

  inline const bool& pkg_verify_options::
  ignore_unknown () const
  {
    return this->ignore_unknown_;
  }

  inline const bool& pkg_verify_options::
  manifest () const
  {
    return this->manifest_;
  }
}

// Begin epilogue.
//
//
// End epilogue.