129 lines
6.4 KiB
HTML
129 lines
6.4 KiB
HTML
<!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>
|
|
<!-- Generated by Doxygen 1.7.3 -->
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
<li><a href="examples.html"><span>Examples</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow2" class="tabs2">
|
|
<ul class="tablist">
|
|
<li><a href="annotated.html"><span>Class List</span></a></li>
|
|
<li><a href="classes.html"><span>Class Index</span></a></li>
|
|
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
|
|
<li><a href="functions.html"><span>Class Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#pub-methods">Public Member Functions</a> </div>
|
|
<div class="headertitle">
|
|
<h1>VariableStore Class Reference</h1> </div>
|
|
</div>
|
|
<div class="contents">
|
|
<!-- doxytag: class="VariableStore" -->
|
|
<p>The pure virtual base class for accessing variables at runtime.
|
|
<a href="#_details">More...</a></p>
|
|
|
|
<p><code>#include <<a class="el" href="VariableStore_8hpp_source.html">VariableStore.hpp</a>></code></p>
|
|
|
|
<p><a href="classVariableStore-members.html">List of all members.</a></p>
|
|
<table class="memberdecls">
|
|
<tr><td colspan="2"><h2><a name="pub-methods"></a>
|
|
Public Member Functions</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classVariableStore.html#a84d97b5ae3810e114596f628efd75e95">~VariableStore</a> ()</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">default destructor <a href="#a84d97b5ae3810e114596f628efd75e95"></a><br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classResult.html">Result</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classVariableStore.html#a7c5984e77efdde68f827b01e27ba9828">getVar</a> (const XMLCh *namespaceURI, const XMLCh *name) const =0</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Looks up the value of a variable by namespace URI and localname pair. <a href="#a7c5984e77efdde68f827b01e27ba9828"></a><br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classVariableStore.html#aa2e45a098c89e7276fefd2b15bb3444a">getInScopeVariables</a> (std::vector< std::pair< const XMLCh *, const XMLCh * > > &variables) const =0</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Fills the vector provided with the uri and localname of the variables in scope. <a href="#aa2e45a098c89e7276fefd2b15bb3444a"></a><br/></td></tr>
|
|
</table>
|
|
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
|
<div class="textblock"><p>The pure virtual base class for accessing variables at runtime. </p>
|
|
</div><hr/><h2>Constructor & Destructor Documentation</h2>
|
|
<a class="anchor" id="a84d97b5ae3810e114596f628efd75e95"></a><!-- doxytag: member="VariableStore::~VariableStore" ref="a84d97b5ae3810e114596f628efd75e95" args="()" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual VariableStore::~VariableStore </td>
|
|
<td>(</td>
|
|
<td class="paramname"></td><td>)</td>
|
|
<td><code> [inline, virtual]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>default destructor </p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/><h2>Member Function Documentation</h2>
|
|
<a class="anchor" id="aa2e45a098c89e7276fefd2b15bb3444a"></a><!-- doxytag: member="VariableStore::getInScopeVariables" ref="aa2e45a098c89e7276fefd2b15bb3444a" args="(std::vector< std::pair< const XMLCh *, const XMLCh * > > &variables) const =0" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual void VariableStore::getInScopeVariables </td>
|
|
<td>(</td>
|
|
<td class="paramtype">std::vector< std::pair< const XMLCh *, const XMLCh * > > & </td>
|
|
<td class="paramname"><em>variables</em></td><td>)</td>
|
|
<td> const<code> [pure virtual]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>Fills the vector provided with the uri and localname of the variables in scope. </p>
|
|
|
|
</div>
|
|
</div>
|
|
<a class="anchor" id="a7c5984e77efdde68f827b01e27ba9828"></a><!-- doxytag: member="VariableStore::getVar" ref="a7c5984e77efdde68f827b01e27ba9828" args="(const XMLCh *namespaceURI, const XMLCh *name) const =0" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">virtual <a class="el" href="classResult.html">Result</a> VariableStore::getVar </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const XMLCh * </td>
|
|
<td class="paramname"><em>namespaceURI</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const XMLCh * </td>
|
|
<td class="paramname"><em>name</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td> const<code> [pure virtual]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>Looks up the value of a variable by namespace URI and localname pair. </p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
|
<li><a class="el" href="VariableStore_8hpp_source.html">VariableStore.hpp</a></li>
|
|
</ul>
|
|
</div>
|
|
<hr class="footer"/><address class="footer"><small>Generated on Mon Oct 31 2011 19:08:35 for XQilla Simple API by 
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
|
|
</body>
|
|
</html>
|