aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-info-options.ixx
blob: 3eb43b3046444c2000c4a339ecd6414cbd2fbd2d (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
{
  // cfg_info_options
  //

  inline const bool& cfg_info_options::
  link () const
  {
    return this->link_;
  }

  inline const bool& cfg_info_options::
  backlink () const
  {
    return this->backlink_;
  }

  inline const bool& cfg_info_options::
  dangling () const
  {
    return this->dangling_;
  }

  inline const bool& cfg_info_options::
  recursive () const
  {
    return this->recursive_;
  }
}

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