aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-unlink-options.ixx
blob: 7d9d63c1e331edbafb99a17155ba3e486f83a0fb (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// -*- C++ -*-
//
// This file was generated by CLI, a command line interface
// compiler for C++.
//

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

namespace bpkg
{
  // cfg_unlink_options
  //

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

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

  inline const uint64_t& cfg_unlink_options::
  id () const
  {
    return this->id_;
  }

  inline bool cfg_unlink_options::
  id_specified () const
  {
    return this->id_specified_;
  }

  inline const uuid_type& cfg_unlink_options::
  uuid () const
  {
    return this->uuid_;
  }

  inline bool cfg_unlink_options::
  uuid_specified () const
  {
    return this->uuid_specified_;
  }

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

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