aboutsummaryrefslogtreecommitdiff
path: root/bdep/deinit-options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/deinit-options.ixx')
-rw-r--r--bdep/deinit-options.ixx57
1 files changed, 57 insertions, 0 deletions
diff --git a/bdep/deinit-options.ixx b/bdep/deinit-options.ixx
new file mode 100644
index 0000000..d8d5ba6
--- /dev/null
+++ b/bdep/deinit-options.ixx
@@ -0,0 +1,57 @@
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// Begin prologue.
+//
+//
+// End prologue.
+
+namespace bdep
+{
+ // cmd_deinit_options
+ //
+
+ inline const bool& cmd_deinit_options::
+ force () const
+ {
+ return this->force_;
+ }
+
+ inline bool& cmd_deinit_options::
+ force ()
+ {
+ return this->force_;
+ }
+
+ inline void cmd_deinit_options::
+ force (const bool& x)
+ {
+ this->force_ = x;
+ }
+
+ inline const bool& cmd_deinit_options::
+ no_fetch () const
+ {
+ return this->no_fetch_;
+ }
+
+ inline bool& cmd_deinit_options::
+ no_fetch ()
+ {
+ return this->no_fetch_;
+ }
+
+ inline void cmd_deinit_options::
+ no_fetch (const bool& x)
+ {
+ this->no_fetch_ = x;
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.