aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch-options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-fetch-options.ixx')
-rw-r--r--bpkg/pkg-fetch-options.ixx39
1 files changed, 39 insertions, 0 deletions
diff --git a/bpkg/pkg-fetch-options.ixx b/bpkg/pkg-fetch-options.ixx
new file mode 100644
index 0000000..e57a26f
--- /dev/null
+++ b/bpkg/pkg-fetch-options.ixx
@@ -0,0 +1,39 @@
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// Begin prologue.
+//
+//
+// End prologue.
+
+namespace bpkg
+{
+ // pkg_fetch_options
+ //
+
+ inline const bool& pkg_fetch_options::
+ replace () const
+ {
+ return this->replace_;
+ }
+
+ inline const bool& pkg_fetch_options::
+ existing () const
+ {
+ return this->existing_;
+ }
+
+ inline const bool& pkg_fetch_options::
+ purge () const
+ {
+ return this->purge_;
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.