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/pkg-checkout-options.ixx | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 bpkg/pkg-checkout-options.ixx (limited to 'bpkg/pkg-checkout-options.ixx') diff --git a/bpkg/pkg-checkout-options.ixx b/bpkg/pkg-checkout-options.ixx new file mode 100644 index 0000000..af1e0c4 --- /dev/null +++ b/bpkg/pkg-checkout-options.ixx @@ -0,0 +1,45 @@ +// -*- C++ -*- +// +// This file was generated by CLI, a command line interface +// compiler for C++. +// + +// Begin prologue. +// +// +// End prologue. + +namespace bpkg +{ + // pkg_checkout_options + // + + inline const bool& pkg_checkout_options:: + replace () const + { + return this->replace_; + } + + inline const dir_path& pkg_checkout_options:: + output_root () const + { + return this->output_root_; + } + + inline bool pkg_checkout_options:: + output_root_specified () const + { + return this->output_root_specified_; + } + + inline const bool& pkg_checkout_options:: + output_purge () const + { + return this->output_purge_; + } +} + +// Begin epilogue. +// +// +// End epilogue. -- cgit v1.1