aboutsummaryrefslogtreecommitdiff
path: root/bpkg/configuration-options.ixx
blob: 294a43107e5d40e37edd16ec6c1c4d84a4a9b716 (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
{
  // configuration_options
  //

  inline const dir_path& configuration_options::
  directory () const
  {
    return this->directory_;
  }

  inline bool configuration_options::
  directory_specified () const
  {
    return this->directory_specified_;
  }
}

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