From 9bf09e30c79877714e7f73313296370e26afefb6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 23 Apr 2024 14:47:04 +0300 Subject: Make changes required for CI --- bpkg/cfg-unlink-options.ixx | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 bpkg/cfg-unlink-options.ixx (limited to 'bpkg/cfg-unlink-options.ixx') diff --git a/bpkg/cfg-unlink-options.ixx b/bpkg/cfg-unlink-options.ixx new file mode 100644 index 0000000..7d9d63c --- /dev/null +++ b/bpkg/cfg-unlink-options.ixx @@ -0,0 +1,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. -- cgit v1.1