> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::ShowEnvironmentResponse

> gpudb::ShowEnvironmentResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ad2c3289e4d36b6d0278357e362354c35">GPUdb::showEnvironment</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__environment_8h_source">gpudb/protocol/show\_environment.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a48364f3e282d50e2ac37c6c194de1ba9" id="r_a48364f3e282d50e2ac37c6c194de1ba9">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a48364f3e282d50e2ac37c6c194de1ba9">ShowEnvironmentResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a48364f3e282d50e2ac37c6c194de1ba9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowEnvironmentResponse" title="A set of results returned by GPUdb::showEnvironment.">ShowEnvironmentResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a48364f3e282d50e2ac37c6c194de1ba9">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a2899c76cef924395503a3ad339c11403" id="r_a2899c76cef924395503a3ad339c11403">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2899c76cef924395503a3ad339c11403">environmentNames</a></td>
      </tr>

      <tr className="memdesc:a2899c76cef924395503a3ad339c11403">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A list of all environment names. <br /></td>
      </tr>

      <tr className="separator:a2899c76cef924395503a3ad339c11403">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a57b1b546c6db01c49b611bcde2206a77" id="r_a57b1b546c6db01c49b611bcde2206a77">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::vector\< std::string > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a57b1b546c6db01c49b611bcde2206a77">packages</a></td>
      </tr>

      <tr className="memdesc:a57b1b546c6db01c49b611bcde2206a77">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Information about the installed packages in the respective environments in <a className="el" href="#a2899c76cef924395503a3ad339c11403">environmentNames</a>. <br /></td>
      </tr>

      <tr className="separator:a57b1b546c6db01c49b611bcde2206a77">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a54745a870422f4ca6032e2241cef28c2" id="r_a54745a870422f4ca6032e2241cef28c2">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a54745a870422f4ca6032e2241cef28c2">info</a></td>
      </tr>

      <tr className="memdesc:a54745a870422f4ca6032e2241cef28c2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

      <tr className="separator:a54745a870422f4ca6032e2241cef28c2">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ad2c3289e4d36b6d0278357e362354c35">GPUdb::showEnvironment</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__environment_8h_source#l00192">192</a> of file <a className="el" href="/content/api/cpp/show__environment_8h_source">show\_environment.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a48364f3e282d50e2ac37c6c194de1ba9">◆ </a></span>ShowEnvironmentResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowEnvironmentResponse::ShowEnvironmentResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowEnvironmentResponse" title="A set of results returned by GPUdb::showEnvironment.">ShowEnvironmentResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__environment_8h_source#l00197">197</a> of file <a className="el" href="/content/api/cpp/show__environment_8h_source">show\_environment.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a2899c76cef924395503a3ad339c11403">◆ </a></span>environmentNames</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::ShowEnvironmentResponse::environmentNames</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A list of all environment names. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__environment_8h_source#l00207">207</a> of file <a className="el" href="/content/api/cpp/show__environment_8h_source">show\_environment.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a54745a870422f4ca6032e2241cef28c2">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ShowEnvironmentResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__environment_8h_source#l00218">218</a> of file <a className="el" href="/content/api/cpp/show__environment_8h_source">show\_environment.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a57b1b546c6db01c49b611bcde2206a77">◆ </a></span>packages</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::vector\<std::string> > gpudb::ShowEnvironmentResponse::packages</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Information about the installed packages in the respective environments in <a className="el" href="#a2899c76cef924395503a3ad339c11403">environmentNames</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__environment_8h_source#l00213">213</a> of file <a className="el" href="/content/api/cpp/show__environment_8h_source">show\_environment.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/show__environment_8h_source">show\_environment.h</a></li>
    </ul>
  </div>
</div>
