// -*- 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.