XQuilla/docs/simple-api/classLocationInfo.html

249 lines
11 KiB
HTML
Raw Normal View History

2020-02-17 21:13:50 +00: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&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>LocationInfo Class Reference</h1><!-- doxytag: class="LocationInfo" -->A class that gives records a location in the query.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="LocationInfo_8hpp-source.html">LocationInfo.hpp</a>&gt;</code>
<p>
Inheritance diagram for LocationInfo:<p><center><img src="classLocationInfo__inherit__graph.png" border="0" usemap="#LocationInfo__inherit__map" alt="Inheritance graph"></center>
<map name="LocationInfo__inherit__map">
<area href="classResultImpl.html" shape="rect" coords="45,82,139,106" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classLocationInfo-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLocationInfo.html#5c76b8f6805ea9c2115d342b5032a89b">LocationInfo</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor that sets the information to 0. <a href="#5c76b8f6805ea9c2115d342b5032a89b"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLocationInfo.html#6707d1df52d987f0d27b5f729e1345ea">LocationInfo</a> (const XMLCh *file, unsigned int line, unsigned int column)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor that takes the initial information. <a href="#6707d1df52d987f0d27b5f729e1345ea"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const XMLCh *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLocationInfo.html#c6b22e117f07a5b4d28a27fa9108b9c1">getFile</a> () const</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The file that the query was parsed from. <a href="#c6b22e117f07a5b4d28a27fa9108b9c1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLocationInfo.html#a6d105b410431fe7a5bedbcfd4ce9a24">getLine</a> () const</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The line in the query. <a href="#a6d105b410431fe7a5bedbcfd4ce9a24"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLocationInfo.html#5f5a92f4aed1e717886eb6b2083f57ef">getColumn</a> () const</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The column in the query. <a href="#5f5a92f4aed1e717886eb6b2083f57ef"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLocationInfo.html#7d0654fb1459d1ae3e328e7a5ea3b40f">setLocationInfo</a> (const XMLCh *file, unsigned int line, unsigned int column)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the location to the given information. <a href="#7d0654fb1459d1ae3e328e7a5ea3b40f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLocationInfo.html#7c1455041c480e753b5c49addc827494">setLocationInfo</a> (const <a class="el" href="classLocationInfo.html">LocationInfo</a> *o)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the location with the information in the given <a class="el" href="classLocationInfo.html">LocationInfo</a> object. <a href="#7c1455041c480e753b5c49addc827494"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A class that gives records a location in the query.
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="5c76b8f6805ea9c2115d342b5032a89b"></a><!-- doxytag: member="LocationInfo::LocationInfo" ref="5c76b8f6805ea9c2115d342b5032a89b" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">LocationInfo::LocationInfo </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Constructor that sets the information to 0.
<p>
</div>
</div><p>
<a class="anchor" name="6707d1df52d987f0d27b5f729e1345ea"></a><!-- doxytag: member="LocationInfo::LocationInfo" ref="6707d1df52d987f0d27b5f729e1345ea" args="(const XMLCh *file, unsigned int line, unsigned int column)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">LocationInfo::LocationInfo </td>
<td>(</td>
<td class="paramtype">const XMLCh *&nbsp;</td>
<td class="paramname"> <em>file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int&nbsp;</td>
<td class="paramname"> <em>line</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int&nbsp;</td>
<td class="paramname"> <em>column</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Constructor that takes the initial information.
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="c6b22e117f07a5b4d28a27fa9108b9c1"></a><!-- doxytag: member="LocationInfo::getFile" ref="c6b22e117f07a5b4d28a27fa9108b9c1" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const XMLCh* LocationInfo::getFile </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The file that the query was parsed from.
<p>
This could be null.
</div>
</div><p>
<a class="anchor" name="a6d105b410431fe7a5bedbcfd4ce9a24"></a><!-- doxytag: member="LocationInfo::getLine" ref="a6d105b410431fe7a5bedbcfd4ce9a24" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned int LocationInfo::getLine </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The line in the query.
<p>
</div>
</div><p>
<a class="anchor" name="5f5a92f4aed1e717886eb6b2083f57ef"></a><!-- doxytag: member="LocationInfo::getColumn" ref="5f5a92f4aed1e717886eb6b2083f57ef" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned int LocationInfo::getColumn </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The column in the query.
<p>
</div>
</div><p>
<a class="anchor" name="7d0654fb1459d1ae3e328e7a5ea3b40f"></a><!-- doxytag: member="LocationInfo::setLocationInfo" ref="7d0654fb1459d1ae3e328e7a5ea3b40f" args="(const XMLCh *file, unsigned int line, unsigned int column)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void LocationInfo::setLocationInfo </td>
<td>(</td>
<td class="paramtype">const XMLCh *&nbsp;</td>
<td class="paramname"> <em>file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int&nbsp;</td>
<td class="paramname"> <em>line</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int&nbsp;</td>
<td class="paramname"> <em>column</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Sets the location to the given information.
<p>
</div>
</div><p>
<a class="anchor" name="7c1455041c480e753b5c49addc827494"></a><!-- doxytag: member="LocationInfo::setLocationInfo" ref="7c1455041c480e753b5c49addc827494" args="(const LocationInfo *o)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void LocationInfo::setLocationInfo </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classLocationInfo.html">LocationInfo</a> *&nbsp;</td>
<td class="paramname"> <em>o</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Sets the location with the information in the given <a class="el" href="classLocationInfo.html">LocationInfo</a> object.
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="LocationInfo_8hpp-source.html">LocationInfo.hpp</a></ul>
2020-02-17 21:14:54 +00:00
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:08 2008 for XQilla Simple API by&nbsp;
2020-02-17 21:13:50 +00:00
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>