// -*- C++ -*- // // This file was generated by CLI, a command line interface // compiler for C++. // // Begin prologue. // // // End prologue. namespace bpkg { // pkg_unpack_options // inline const bool& pkg_unpack_options:: existing () const { return this->existing_; } inline const bool& pkg_unpack_options:: purge () const { return this->purge_; } inline const bool& pkg_unpack_options:: replace () const { return this->replace_; } } // Begin epilogue. // // // End epilogue.