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