<ahref="Value_8h.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="preprocessor">#pragma once</span></div>
<divclass="line"><aname="l00018"></a><spanclass="lineno"> 18</span> <spanclass="comment"> //! Will return a string suitable for an std::ostream</span></div>
<divclass="line"><aname="l00021"></a><spanclass="lineno"> 21</span> <spanclass="comment"> //! Will return the data type of this value</span></div>
<divclass="line"><aname="l00026"></a><spanclass="lineno"> 26</span> <spanclass="keywordflow">return</span> os << v.<aclass="code"href="classHazelnp_1_1Value.html#ae1fdc694ed1c2b3080ad3929efda0a0e">GetAsOsString</a>();</div>
<divclass="line"><aname="l00029"></a><spanclass="lineno"> 29</span> <spanclass="comment"> //! Will attempt to return the integer data (long long)</span></div>
<divclass="line"><aname="l00031"></a><spanclass="lineno"> 31</span> <spanclass="comment"> //! Will attempt to return the integer data (int)</span></div>
<divclass="line"><aname="l00034"></a><spanclass="lineno"> 34</span> <spanclass="comment"> //! Will attempt to return the floating-point data (long double)</span></div>
<divclass="line"><aname="l00036"></a><spanclass="lineno"> 36</span> <spanclass="comment"> //! Will attempt to return the floating-point data (double)</span></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_a64eeb2943ccea6e16ce4e6f53a6e9b6d"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#a64eeb2943ccea6e16ce4e6f53a6e9b6d">Hazelnp::Value::GetFloat32</a></div><divclass="ttdeci">virtual double GetFloat32() const =0</div><divclass="ttdoc">Will attempt to return the floating-point data (double)</div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html"><divclass="ttname"><ahref="classHazelnp_1_1Value.html">Hazelnp::Value</a></div><divclass="ttdoc">Abstract class for values.</div><divclass="ttdef"><b>Definition:</b><ahref="Value_8h_source.html#l00010">Value.h:10</a></div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_a2cb73333bdeca657dfbf6c8b2e50a5ef"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#a2cb73333bdeca657dfbf6c8b2e50a5ef">Hazelnp::Value::GetInt32</a></div><divclass="ttdeci">virtual int GetInt32() const =0</div><divclass="ttdoc">Will attempt to return the integer data (int)</div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_a1446705c062026f03866d0f452c39501"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#a1446705c062026f03866d0f452c39501">Hazelnp::Value::GetString</a></div><divclass="ttdeci">virtual std::string GetString() const =0</div><divclass="ttdoc">Will attempt to return the string-data.</div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_adbb80bf6d455a316e6e5103353429993"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#adbb80bf6d455a316e6e5103353429993">Hazelnp::Value::GetDataType</a></div><divclass="ttdeci">DATA_TYPE GetDataType() const</div><divclass="ttdoc">Will return the data type of this value.</div><divclass="ttdef"><b>Definition:</b><ahref="Value_8cpp_source.html#l00012">Value.cpp:12</a></div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_a92d75905211e964cb900bdc868ed12a7"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#a92d75905211e964cb900bdc868ed12a7">Hazelnp::Value::GetInt64</a></div><divclass="ttdeci">virtual long long int GetInt64() const =0</div><divclass="ttdoc">Will attempt to return the integer data (long long)</div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_ae1fdc694ed1c2b3080ad3929efda0a0e"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#ae1fdc694ed1c2b3080ad3929efda0a0e">Hazelnp::Value::GetAsOsString</a></div><divclass="ttdeci">virtual std::string GetAsOsString() const =0</div><divclass="ttdoc">Will return a string suitable for an std::ostream.</div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_a358092f951e817cd2a878225b5b1c869"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#a358092f951e817cd2a878225b5b1c869">Hazelnp::Value::GetList</a></div><divclass="ttdeci">virtual const std::vector< Value * >& GetList() const =0</div><divclass="ttdoc">Will attempt to return the list-data.</div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_ad29db86c4a2dec5bc8d0006031b07211"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#ad29db86c4a2dec5bc8d0006031b07211">Hazelnp::Value::operator<<</a></div><divclass="ttdeci">friend std::ostream & operator<<(std::ostream &os, const Value &v)</div><divclass="ttdef"><b>Definition:</b><ahref="Value_8h_source.html#l00024">Value.h:24</a></div></div>
<divclass="ttc"id="anamespaceHazelnp_html_a07b61ac22ce9cd97eceebdf9487f803f"><divclass="ttname"><ahref="namespaceHazelnp.html#a07b61ac22ce9cd97eceebdf9487f803f">Hazelnp::DATA_TYPE</a></div><divclass="ttdeci">DATA_TYPE</div><divclass="ttdoc">The different data types a paramater can be.</div><divclass="ttdef"><b>Definition:</b><ahref="DataType_8h_source.html#l00008">DataType.h:8</a></div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_aec9bc16f1630734c79bc69e916622dc6"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#aec9bc16f1630734c79bc69e916622dc6">Hazelnp::Value::Deepcopy</a></div><divclass="ttdeci">virtual Value * Deepcopy() const =0</div><divclass="ttdoc">Will return a deeopopy of this object.</div></div>
<divclass="ttc"id="aclassHazelnp_1_1Value_html_af645b9d78970d102360be37fc18e9e8a"><divclass="ttname"><ahref="classHazelnp_1_1Value.html#af645b9d78970d102360be37fc18e9e8a">Hazelnp::Value::GetFloat64</a></div><divclass="ttdeci">virtual long double GetFloat64() const =0</div><divclass="ttdoc">Will attempt to return the floating-point data (long double)</div></div>