aboutsummaryrefslogtreecommitdiff
path: root/bdep/update-options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/update-options.ixx')
-rw-r--r--bdep/update-options.ixx57
1 files changed, 57 insertions, 0 deletions
diff --git a/bdep/update-options.ixx b/bdep/update-options.ixx
new file mode 100644
index 0000000..87ba24f
--- /dev/null
+++ b/bdep/update-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_update_options
+ //
+
+ inline const bool& cmd_update_options::
+ immediate () const
+ {
+ return this->immediate_;
+ }
+
+ inline bool& cmd_update_options::
+ immediate ()
+ {
+ return this->immediate_;
+ }
+
+ inline void cmd_update_options::
+ immediate (const bool& x)
+ {
+ this->immediate_ = x;
+ }
+
+ inline const bool& cmd_update_options::
+ recursive () const
+ {
+ return this->recursive_;
+ }
+
+ inline bool& cmd_update_options::
+ recursive ()
+ {
+ return this->recursive_;
+ }
+
+ inline void cmd_update_options::
+ recursive (const bool& x)
+ {
+ this->recursive_ = x;
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.