aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-remove-options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-remove-options.ixx')
-rw-r--r--bpkg/rep-remove-options.ixx33
1 files changed, 33 insertions, 0 deletions
diff --git a/bpkg/rep-remove-options.ixx b/bpkg/rep-remove-options.ixx
new file mode 100644
index 0000000..b8ec8ba
--- /dev/null
+++ b/bpkg/rep-remove-options.ixx
@@ -0,0 +1,33 @@
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// Begin prologue.
+//
+//
+// End prologue.
+
+namespace bpkg
+{
+ // rep_remove_options
+ //
+
+ inline const bool& rep_remove_options::
+ all () const
+ {
+ return this->all_;
+ }
+
+ inline const bool& rep_remove_options::
+ clean () const
+ {
+ return this->clean_;
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.