aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch-options.ixx
blob: ec21edc47f855c69174717ca0e2091fdf205ca4b (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 bdep
{
  // cmd_fetch_options
  //

  inline const bool& cmd_fetch_options::
  full () const
  {
    return this->full_;
  }

  inline bool& cmd_fetch_options::
  full ()
  {
    return this->full_;
  }

  inline void cmd_fetch_options::
  full (const bool& x)
  {
    this->full_ = x;
  }
}

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