aboutsummaryrefslogtreecommitdiff
path: root/openssl/agent/pkcs11/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/agent/pkcs11/options.ixx')
-rw-r--r--openssl/agent/pkcs11/options.ixx51
1 files changed, 51 insertions, 0 deletions
diff --git a/openssl/agent/pkcs11/options.ixx b/openssl/agent/pkcs11/options.ixx
new file mode 100644
index 0000000..f6cc1d7
--- /dev/null
+++ b/openssl/agent/pkcs11/options.ixx
@@ -0,0 +1,51 @@
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// Begin prologue.
+//
+//
+// End prologue.
+
+namespace openssl
+{
+ namespace agent
+ {
+ namespace pkcs11
+ {
+ // options
+ //
+
+ inline const bool& options::
+ help () const
+ {
+ return this->help_;
+ }
+
+ inline const bool& options::
+ version () const
+ {
+ return this->version_;
+ }
+
+ inline const simulate_outcome& options::
+ simulate () const
+ {
+ return this->simulate_;
+ }
+
+ inline bool options::
+ simulate_specified () const
+ {
+ return this->simulate_specified_;
+ }
+ }
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.