⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class_easylocal__parameterdata.html

📁 一个tabu search算法框架
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <title>EasyLocal++ Documentation</title>
  <link href="local.css" rel="stylesheet" type="text/css">
</head>

<body lang="en">

<table width="100%" border="0">
  <tbody>
    <tr>
      <td colspan="2"><h1 class="nojustify">EasyLocal++ Documentation</h1>
        <hr>
      </td>
    </tr>
    <tr>
      <td width="30" align="center">&nbsp;</td>
      <td>
<!-- Generated by Doxygen 1.2.5 on Sat Jun 9 18:59:31 2001 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>easylocal::ParameterData  Class Reference</h1><code>#include &lt;<a class="el" href="EasyLocal_h-source.html">EasyLocal.h</a>&gt;</code>
<p>
Collaboration diagram for easylocal::ParameterData:<p><center><img src="class_easylocal__ParameterData_coll_graph.gif" border="0" usemap="#easylocal::ParameterData_coll_map" alt="Collaboration graph"></center>
<map name="easylocal::ParameterData_coll_map">
<area href="union_easylocal__ValueType.html" shape="rect" coords="11,0,139,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_easylocal__ParameterData-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_easylocal__ParameterData.html#a0">ParameterData</a> (std::string, std::string, <a class="el" href="union_easylocal__ValueType.html">ValueType</a>)
<li>std::string <a class="el" href="class_easylocal__ParameterData.html#a1">Name</a> () const
<li>std::string <a class="el" href="class_easylocal__ParameterData.html#a2">Type</a> () const
<li><a class="el" href="union_easylocal__ValueType.html">ValueType</a> <a class="el" href="class_easylocal__ParameterData.html#a3">Value</a> () const
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The parameter data class maintains the binding between name of the parameter, its type and its value. 
<p>

<p>
Definition at line <a class="el" href="EasyLocal_h-source.html#l00447">447</a> of file <a class="el" href="EasyLocal_h-source.html">EasyLocal.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="easylocal::ParameterData::ParameterData"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
easylocal::ParameterData::ParameterData (
          </b></td>
          <td valign="bottom"><b>
std::string <em>n</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
std::string <em>t</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="union_easylocal__ValueType.html">ValueType</a> <em>v</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Constructs a <a class="el" href="class_easylocal__ParameterData.html">ParameterData</a> object with name n, type t and value v.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>n</em>
&nbsp;</td><td>
 the parameter name </td></tr>
<tr><td valign=top><em>t</em>
&nbsp;</td><td>
 the parameter type </td></tr>
<tr><td valign=top><em>v</em>
&nbsp;</td><td>
 the parameter value </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="EasyLocal_cpp-source.html#l00108">108</a> of file <a class="el" href="EasyLocal_cpp-source.html">EasyLocal.cpp</a>.    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a1" doxytag="easylocal::ParameterData::Name"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
std::string easylocal::ParameterData::Name (
          </b></td>
          <td valign="bottom"><b>
) const
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Returns the name of the parameter.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 the name of the parameter. </dl>
<p>
Definition at line <a class="el" href="EasyLocal_cpp-source.html#l00117">117</a> of file <a class="el" href="EasyLocal_cpp-source.html">EasyLocal.cpp</a>.    </td>
  </tr>
</table>
<a name="a2" doxytag="easylocal::ParameterData::Type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
std::string easylocal::ParameterData::Type (
          </b></td>
          <td valign="bottom"><b>
) const
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Returns the type of the parameter.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 the type of the parameter. </dl>
<p>
Definition at line <a class="el" href="EasyLocal_cpp-source.html#l00125">125</a> of file <a class="el" href="EasyLocal_cpp-source.html">EasyLocal.cpp</a>.    </td>
  </tr>
</table>
<a name="a3" doxytag="easylocal::ParameterData::Value"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
<a class="el" href="union_easylocal__ValueType.html">ValueType</a> easylocal::ParameterData::Value (
          </b></td>
          <td valign="bottom"><b>
) const
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Returns the value of the parameter.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 the value of the parameter. </dl>
<p>
Definition at line <a class="el" href="EasyLocal_cpp-source.html#l00133">133</a> of file <a class="el" href="EasyLocal_cpp-source.html">EasyLocal.cpp</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="EasyLocal_h-source.html">EasyLocal.h</a><li><a class="el" href="EasyLocal_cpp-source.html">EasyLocal.cpp</a></ul>
      </td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td><hr>
        <span class="mark">Go to:</span> the <a href="index.html">Main Page</a> of the documentation.
      </td>
    </tr>
  </tbody>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -