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

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

namespace bpkg
{
  // rep_list_options
  //

  inline const bool& rep_list_options::
  complements () const
  {
    return this->complements_;
  }

  inline const bool& rep_list_options::
  prerequisites () const
  {
    return this->prerequisites_;
  }
}

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