aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-checkout-options.ixx
diff options
context:
space:
mode:
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.