File: classXapian_1_1LatLongCoordsIterator.html

package info (click to toggle)
xapian-core 1.4.18-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,416 kB
  • sloc: cpp: 91,787; ansic: 9,970; sh: 4,794; perl: 850; makefile: 503; tcl: 319; javascript: 249; python: 40
file content (92 lines) | stat: -rw-r--r-- 7,111 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Xapian: API Documentation: Xapian::LatLongCoordsIterator Class Reference</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="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 style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">xapian-core
   &#160;<span id="projectnumber">1.4.18</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespaceXapian.html">Xapian</a></li><li class="navelem"><a class="el" href="classXapian_1_1LatLongCoordsIterator.html">LatLongCoordsIterator</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classXapian_1_1LatLongCoordsIterator-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">Xapian::LatLongCoordsIterator Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>An iterator across the values in a <a class="el" href="classXapian_1_1LatLongCoords.html" title="A sequence of latitude-longitude coordinates.">LatLongCoords</a> object.  
 <a href="classXapian_1_1LatLongCoordsIterator.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:acd77d62ed1e22714af0abbe79a97b721"><td class="memItemLeft" align="right" valign="top"><a id="acd77d62ed1e22714af0abbe79a97b721"></a>
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXapian_1_1LatLongCoordsIterator.html#acd77d62ed1e22714af0abbe79a97b721">LatLongCoordsIterator</a> ()</td></tr>
<tr class="memdesc:acd77d62ed1e22714af0abbe79a97b721"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructor. Produces an uninitialised iterator. <br /></td></tr>
<tr class="separator:acd77d62ed1e22714af0abbe79a97b721"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1b3a69cabc7b53849a102d925a63aa40"><td class="memItemLeft" align="right" valign="top"><a id="a1b3a69cabc7b53849a102d925a63aa40"></a>
const <a class="el" href="structXapian_1_1LatLongCoord.html">LatLongCoord</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXapian_1_1LatLongCoordsIterator.html#a1b3a69cabc7b53849a102d925a63aa40">operator*</a> () const</td></tr>
<tr class="memdesc:a1b3a69cabc7b53849a102d925a63aa40"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the <a class="el" href="structXapian_1_1LatLongCoord.html" title="A latitude-longitude coordinate.">LatLongCoord</a> for the current position. <br /></td></tr>
<tr class="separator:a1b3a69cabc7b53849a102d925a63aa40"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad91d92f5cda37ccfbba12e7d5a76a47e"><td class="memItemLeft" align="right" valign="top"><a id="ad91d92f5cda37ccfbba12e7d5a76a47e"></a>
<a class="el" href="classXapian_1_1LatLongCoordsIterator.html">LatLongCoordsIterator</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXapian_1_1LatLongCoordsIterator.html#ad91d92f5cda37ccfbba12e7d5a76a47e">operator++</a> ()</td></tr>
<tr class="memdesc:ad91d92f5cda37ccfbba12e7d5a76a47e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Advance the iterator to the next position. <br /></td></tr>
<tr class="separator:ad91d92f5cda37ccfbba12e7d5a76a47e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aab0eed52afc68a8e8956f6af8fbcd53d"><td class="memItemLeft" align="right" valign="top"><a id="aab0eed52afc68a8e8956f6af8fbcd53d"></a>
DerefWrapper_&lt; <a class="el" href="structXapian_1_1LatLongCoord.html">LatLongCoord</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXapian_1_1LatLongCoordsIterator.html#aab0eed52afc68a8e8956f6af8fbcd53d">operator++</a> (int)</td></tr>
<tr class="memdesc:aab0eed52afc68a8e8956f6af8fbcd53d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Advance the iterator to the next position (postfix version). <br /></td></tr>
<tr class="separator:aab0eed52afc68a8e8956f6af8fbcd53d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a029c1eea1c552c4c0d61d86b05a1b96a"><td class="memItemLeft" align="right" valign="top"><a id="a029c1eea1c552c4c0d61d86b05a1b96a"></a>
bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classXapian_1_1LatLongCoordsIterator.html#a029c1eea1c552c4c0d61d86b05a1b96a">operator==</a> (const <a class="el" href="classXapian_1_1LatLongCoordsIterator.html">LatLongCoordsIterator</a> &amp;other) const</td></tr>
<tr class="memdesc:a029c1eea1c552c4c0d61d86b05a1b96a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equality test for <a class="el" href="classXapian_1_1LatLongCoordsIterator.html" title="An iterator across the values in a LatLongCoords object.">LatLongCoordsIterator</a> objects. <br /></td></tr>
<tr class="separator:a029c1eea1c552c4c0d61d86b05a1b96a"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An iterator across the values in a <a class="el" href="classXapian_1_1LatLongCoords.html" title="A sequence of latitude-longitude coordinates.">LatLongCoords</a> object. </p>
<p>Experimental - see <a href="https://xapian.org/docs/deprecation#experimental-features">https://xapian.org/docs/deprecation#experimental-features</a> </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>xapian/<a class="el" href="geospatial_8h.html">geospatial.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/">Doxygen 1.9.1</a>
</small></address>
</body>
</html>