2020-02-17 22:17:06 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
|
|
|
<title>XQilla Simple API Documentation</title>
|
|
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
|
|
</head><body>
|
|
|
|
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
2020-02-17 22:23:16 +01:00
|
|
|
<!-- Generated by Doxygen 1.6.1 -->
|
|
|
|
<div class="navigation" id="top">
|
|
|
|
<div class="tabs">
|
|
|
|
<ul>
|
|
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
2020-02-17 22:19:57 +01:00
|
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
|
|
<li><a href="examples.html"><span>Examples</span></a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2020-02-17 22:23:16 +01:00
|
|
|
<div class="tabs">
|
|
|
|
<ul>
|
|
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
2020-02-17 22:19:57 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="contents">
|
2020-02-17 22:23:16 +01:00
|
|
|
<h1>FunctionRef.hpp File Reference</h1><code>#include <vector></code><br/>
|
|
|
|
<code>#include <<a class="el" href="Item_8hpp_source.html">xqilla/items/Item.hpp</a>></code><br/>
|
|
|
|
<code>#include <<a class="el" href="ATQNameOrDerived_8hpp_source.html">xqilla/items/ATQNameOrDerived.hpp</a>></code><br/>
|
|
|
|
<code>#include <<a class="el" href="Result_8hpp_source.html">xqilla/runtime/Result.hpp</a>></code><br/>
|
|
|
|
<div class="dynheader">
|
2020-02-17 22:19:57 +01:00
|
|
|
Include dependency graph for FunctionRef.hpp:</div>
|
2020-02-17 22:23:16 +01:00
|
|
|
<div class="dynsection">
|
|
|
|
<div class="center"><img src="FunctionRef_8hpp__incl.png" border="0" usemap="#FunctionRef_8hpp_map" alt=""/></div>
|
|
|
|
<map name="FunctionRef_8hpp_map" id="FunctionRef_8hpp">
|
|
|
|
<area shape="rect" id="node5" href="Item_8hpp.html" title="xqilla/items/Item.hpp" alt="" coords="753,237,916,267"/><area shape="rect" id="node19" href="ATQNameOrDerived_8hpp.html" title="xqilla/items/ATQNameOrDerived.hpp" alt="" coords="992,83,1259,112"/><area shape="rect" id="node28" href="Result_8hpp.html" title="xqilla/runtime/Result.hpp" alt="" coords="525,83,712,112"/><area shape="rect" id="node9" href="ReferenceCounted_8hpp.html" title="xqilla/framework/ReferenceCounted.hpp" alt="" coords="867,315,1157,344"/><area shape="rect" id="node12" href="MemoryManager_8hpp.html" title="xercesc/framework/MemoryManager.hpp" alt="" coords="981,392,1275,421"/><area shape="rect" id="node23" href="AnyAtomicType_8hpp.html" title="xqilla/items/AnyAtomicType.hpp" alt="" coords="923,160,1157,189"/><area shape="rect" id="node35" href="ResultImpl_8hpp.html" title="xqilla/runtime/ResultImpl.hpp" alt="" coords="584,160,797,189"/><area shape="rect" id="node39" href="LocationInfo_8hpp.html" title="xqilla/ast/LocationInfo.hpp" alt="" coords="395,315,589,344"/></map>
|
2020-02-17 22:19:57 +01:00
|
|
|
</div>
|
2020-02-17 22:23:16 +01:00
|
|
|
|
2020-02-17 22:19:57 +01:00
|
|
|
<p><a href="FunctionRef_8hpp_source.html">Go to the source code of this file.</a></p>
|
2020-02-17 22:23:16 +01:00
|
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
|
|
<tr><td colspan="2"><h2>Classes</h2></td></tr>
|
|
|
|
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classFunctionRef.html">FunctionRef</a></td></tr>
|
|
|
|
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
|
|
|
|
<tr><td class="memItemLeft" align="right" valign="top">typedef std::vector< <a class="el" href="classResult.html">Result</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="FunctionRef_8hpp.html#ae7e25f27a9f0573dd18414f1301ccc97">VectorOfResults</a></td></tr>
|
2020-02-17 22:17:06 +01:00
|
|
|
</table>
|
2020-02-17 22:19:57 +01:00
|
|
|
<hr/><h2>Typedef Documentation</h2>
|
|
|
|
<a class="anchor" id="ae7e25f27a9f0573dd18414f1301ccc97"></a><!-- doxytag: member="FunctionRef.hpp::VectorOfResults" ref="ae7e25f27a9f0573dd18414f1301ccc97" args="" -->
|
|
|
|
<div class="memitem">
|
|
|
|
<div class="memproto">
|
|
|
|
<table class="memname">
|
2020-02-17 22:17:06 +01:00
|
|
|
<tr>
|
2020-02-17 22:19:57 +01:00
|
|
|
<td class="memname">typedef std::vector<<a class="el" href="classResult.html">Result</a>> <a class="el" href="FunctionRef_8hpp.html#ae7e25f27a9f0573dd18414f1301ccc97">VectorOfResults</a></td>
|
2020-02-17 22:17:06 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
2020-02-17 22:19:57 +01:00
|
|
|
</div>
|
|
|
|
<div class="memdoc">
|
2020-02-17 22:17:06 +01:00
|
|
|
|
2020-02-17 22:19:57 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-17 22:24:17 +01:00
|
|
|
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla Simple API by
|
2020-02-17 22:17:06 +01:00
|
|
|
<a href="http://www.doxygen.org/index.html">
|
2020-02-17 22:23:16 +01:00
|
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
2020-02-17 22:17:06 +01:00
|
|
|
</body>
|
|
|
|
</html>
|