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

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

namespace bpkg
{
  // cfg_link_options
  //

  inline const string& cfg_link_options::
  name () const
  {
    return this->name_;
  }

  inline bool cfg_link_options::
  name_specified () const
  {
    return this->name_specified_;
  }

  inline const bool& cfg_link_options::
  relative () const
  {
    return this->relative_;
  }
}

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