aboutsummaryrefslogtreecommitdiff
path: root/openssl/client/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/client/options.ixx')
-rw-r--r--openssl/client/options.ixx90
1 files changed, 90 insertions, 0 deletions
diff --git a/openssl/client/options.ixx b/openssl/client/options.ixx
new file mode 100644
index 0000000..2ecad17
--- /dev/null
+++ b/openssl/client/options.ixx
@@ -0,0 +1,90 @@
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// Begin prologue.
+//
+//
+// End prologue.
+
+namespace openssl
+{
+ namespace client
+ {
+ // options
+ //
+
+ inline const bool& options::
+ help () const
+ {
+ return this->help_;
+ }
+
+ inline const bool& options::
+ version () const
+ {
+ return this->version_;
+ }
+
+ inline const bool& options::
+ sign () const
+ {
+ return this->sign_;
+ }
+
+ inline const string& options::
+ keyform () const
+ {
+ return this->keyform_;
+ }
+
+ inline bool options::
+ keyform_specified () const
+ {
+ return this->keyform_specified_;
+ }
+
+ inline const string& options::
+ engine () const
+ {
+ return this->engine_;
+ }
+
+ inline bool options::
+ engine_specified () const
+ {
+ return this->engine_specified_;
+ }
+
+ inline const string& options::
+ inkey () const
+ {
+ return this->inkey_;
+ }
+
+ inline bool options::
+ inkey_specified () const
+ {
+ return this->inkey_specified_;
+ }
+
+ inline const simulate_outcome& options::
+ simulate () const
+ {
+ return this->simulate_;
+ }
+
+ inline bool options::
+ simulate_specified () const
+ {
+ return this->simulate_specified_;
+ }
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.