209 lines
11 KiB
HTML
209 lines
11 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.6"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>AngelScript: any object</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_search(); });
|
|
/* @license-end */
|
|
</script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectlogo"><img alt="Logo" src="aslogo_small.png"/></td>
|
|
<td id="projectalign">
|
|
<div id="projectname">AngelScript
|
|
</div>
|
|
</td>
|
|
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
|
<span class="left">
|
|
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
|
|
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
|
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
|
</span><span class="right">
|
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.6 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('doc_addon_any.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div><div class="header">
|
|
<div class="headertitle"><div class="title">any object </div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><p><b>Path:</b> /sdk/add_on/scriptany/</p>
|
|
<p>The <code>any</code> type is a generic container that can hold any value. It is a reference type.</p>
|
|
<p>The type is registered with <code>RegisterScriptAny(asIScriptEngine*)</code>.</p>
|
|
<h1><a class="anchor" id="doc_addon_any_1"></a>
|
|
Public C++ interface</h1>
|
|
<div class="fragment"><div class="line"><span class="keyword">class </span>CScriptAny</div>
|
|
<div class="line">{</div>
|
|
<div class="line"><span class="keyword">public</span>:</div>
|
|
<div class="line"> <span class="comment">// Constructors</span></div>
|
|
<div class="line"> CScriptAny(<a class="code hl_class" href="classas_i_script_engine.html">asIScriptEngine</a> *engine);</div>
|
|
<div class="line"> CScriptAny(<span class="keywordtype">void</span> *ref, <span class="keywordtype">int</span> refTypeId, <a class="code hl_class" href="classas_i_script_engine.html">asIScriptEngine</a> *engine);</div>
|
|
<div class="line"> </div>
|
|
<div class="line"> <span class="comment">// Memory management</span></div>
|
|
<div class="line"> <span class="keywordtype">int</span> AddRef() <span class="keyword">const</span>;</div>
|
|
<div class="line"> <span class="keywordtype">int</span> Release() <span class="keyword">const</span>;</div>
|
|
<div class="line"> </div>
|
|
<div class="line"> <span class="comment">// Copy the stored value from another any object</span></div>
|
|
<div class="line"> CScriptAny &operator=(<span class="keyword">const</span> CScriptAny&);</div>
|
|
<div class="line"> <span class="keywordtype">int</span> CopyFrom(<span class="keyword">const</span> CScriptAny *other);</div>
|
|
<div class="line"> </div>
|
|
<div class="line"> <span class="comment">// Store the value, either as variable type, integer number, or real number</span></div>
|
|
<div class="line"> <span class="keywordtype">void</span> Store(<span class="keywordtype">void</span> *ref, <span class="keywordtype">int</span> refTypeId);</div>
|
|
<div class="line"> <span class="keywordtype">void</span> Store(<a class="code hl_typedef" href="angelscript_8h.html#aa8044b56ee56e2350b06f1e7207b43df">asINT64</a> &value);</div>
|
|
<div class="line"> <span class="keywordtype">void</span> Store(<span class="keywordtype">double</span> &value);</div>
|
|
<div class="line"> </div>
|
|
<div class="line"> <span class="comment">// Retrieve the stored value, either as variable type, integer number, or real number</span></div>
|
|
<div class="line"> <span class="keywordtype">bool</span> Retrieve(<span class="keywordtype">void</span> *ref, <span class="keywordtype">int</span> refTypeId) <span class="keyword">const</span>;</div>
|
|
<div class="line"> <span class="keywordtype">bool</span> Retrieve(<a class="code hl_typedef" href="angelscript_8h.html#aa8044b56ee56e2350b06f1e7207b43df">asINT64</a> &value) <span class="keyword">const</span>;</div>
|
|
<div class="line"> <span class="keywordtype">bool</span> Retrieve(<span class="keywordtype">double</span> &value) <span class="keyword">const</span>;</div>
|
|
<div class="line"> </div>
|
|
<div class="line"> <span class="comment">// Get the type id of the stored value</span></div>
|
|
<div class="line"> <span class="keywordtype">int</span> GetTypeId() <span class="keyword">const</span>;</div>
|
|
<div class="line">};</div>
|
|
<div class="ttc" id="aangelscript_8h_html_aa8044b56ee56e2350b06f1e7207b43df"><div class="ttname"><a href="angelscript_8h.html#aa8044b56ee56e2350b06f1e7207b43df">asINT64</a></div><div class="ttdeci">__int64 asINT64</div><div class="ttdoc">64 bit integer</div><div class="ttdef"><b>Definition:</b> angelscript.h:630</div></div>
|
|
<div class="ttc" id="aclassas_i_script_engine_html"><div class="ttname"><a href="classas_i_script_engine.html">asIScriptEngine</a></div><div class="ttdoc">The engine interface.</div><div class="ttdef"><b>Definition:</b> angelscript.h:1102</div></div>
|
|
</div><!-- fragment --><h1><a class="anchor" id="doc_addon_any_2"></a>
|
|
Public script interface</h1>
|
|
<pre>
|
|
class any
|
|
{
|
|
any();
|
|
any(? &in value);
|
|
any(int64 &in value);
|
|
any(double &in value);
|
|
|
|
any &opAssign(const any &in other);
|
|
|
|
void store(? &in value);
|
|
void store(int64 &in value);
|
|
void store(double &in value);
|
|
|
|
bool retrieve(? &out value) const;
|
|
bool retrieve(int64 &out value) const;
|
|
bool retrieve(double &out value) const;
|
|
}
|
|
</pre><p><b>any()</b><br />
|
|
<b>any(? &in value)</b><br />
|
|
<b>any(int64 &in value)</b><br />
|
|
<b>any(double &in value)</b><br />
|
|
</p>
|
|
<p>The default constructor creates an empty object, and the second initializes the object with the provided value.</p>
|
|
<p>The int64 and double overloads make sure that all numbers are converted to 64bit before being stored in the object.</p>
|
|
<p><b>any &opAssign(const any &in other)</b><br />
|
|
</p>
|
|
<p>The assignment operator will copy the contained value from the other object.</p>
|
|
<p><b>void store(? &in value)</b><br />
|
|
<b>void store(int64 &in value)</b><br />
|
|
<b>void store(double &in value)</b><br />
|
|
</p>
|
|
<p>These methods sets the value in the object.</p>
|
|
<p>The int64 and double overloads make sure that all numbers are converted to 64bit before being stored in the object.</p>
|
|
<p><b>bool retrieve(? &out value) const</b><br />
|
|
<b>bool retrieve(int64 &out value) const</b><br />
|
|
<b>bool retrieve(double &out value) const</b><br />
|
|
</p>
|
|
<p>These methods retrieve the value stored in the object. The methods will return true if the stored value is compatible with the requested type.</p>
|
|
<h1><a class="anchor" id="doc_addon_any_3"></a>
|
|
Example usage</h1>
|
|
<p>In the scripts it can be used as follows:</p>
|
|
<pre>
|
|
int value;
|
|
obj object;
|
|
obj @handle;
|
|
any a,b,c;
|
|
a.store(value); // store the value
|
|
b.store(@handle); // store an object handle
|
|
c.store(object); // store a copy of the object
|
|
|
|
a.retrieve(value); // retrieve the value
|
|
b.retrieve(@handle); // retrieve the object handle
|
|
c.retrieve(object); // retrieve a copy of the object
|
|
</pre><p>In C++ the type can be used as follows:</p>
|
|
<div class="fragment"><div class="line">CScriptAny *myAny;</div>
|
|
<div class="line"><span class="keywordtype">int</span> typeId = engine->GetTypeIdByDecl(<span class="stringliteral">"string@"</span>);</div>
|
|
<div class="line">CScriptString *str = <span class="keyword">new</span> CScriptString(<span class="stringliteral">"hello world"</span>);</div>
|
|
<div class="line">myAny->Store((<span class="keywordtype">void</span>*)&str, typeId);</div>
|
|
<div class="line">myAny->Retrieve((<span class="keywordtype">void</span>*)&str, typeId);</div>
|
|
</div><!-- fragment --> </div></div><!-- contents -->
|
|
</div><!-- PageDoc -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="footer">Generated on Sun May 21 2023 10:12:39 for AngelScript by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|