aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-checkout-options.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-05-23 17:43:08 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-23 17:57:12 +0300
commiteb6d20da46b2b88d4c730cb7bf06430d97ab0735 (patch)
tree6110e9b563e31089448b0e4f54ce38285c209101 /bpkg/pkg-checkout-options.ixx
parente1761a021d05290dae500a545f19135748a8860d (diff)
Make changes required for CI
Diffstat (limited to 'bpkg/pkg-checkout-options.ixx')
-rw-r--r--bpkg/pkg-checkout-options.ixx45
1 files changed, 45 insertions, 0 deletions
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.