/[hyperestraier_wrappers]/0.0.13/doc/classCond.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /0.0.13/doc/classCond.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Fri Sep 9 15:26:39 2005 UTC (18 years, 6 months ago) by dpavlin
File MIME type: text/html
File size: 13841 byte(s)
import of 0.0.13
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>HyperEstraierWrapper: Cond Class Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.2 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
8 <h1>Cond Class Reference</h1><a href="classCond-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
9 <tr><td></td></tr>
10 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
11 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCond.html#a0">Cond</a> ()</td></tr>
12
13 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCond.html#a1">~Cond</a> ()</td></tr>
14
15 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCond.html#a2">set_phrase</a> (const char *phrase)</td></tr>
16
17 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCond.html#a3">add_attr</a> (const char *expr)</td></tr>
18
19 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCond.html#a4">set_order</a> (const char *expr)</td></tr>
20
21 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCond.html#a5">set_max</a> (int _max)</td></tr>
22
23 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCond.html#a6">set_options</a> (int options)</td></tr>
24
25 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
26 <tr><td class="memItemLeft" nowrap align="right" valign="top">ESTCOND *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCond.html#o0">cond</a></td></tr>
27
28 </table>
29 <hr><a name="_details"></a><h2>Detailed Description</h2>
30 <a class="el" href="HyperEstraierWrapper_8cpp.html">HyperEstraierWrapper.cpp</a> - C++ wrapper for Hyper Estraier
31 <p>
32
33 <p>
34 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00012">12</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
35 <a class="anchor" name="a0" doxytag="Cond::Cond"></a><p>
36 <table class="mdTable" cellpadding="2" cellspacing="0">
37 <tr>
38 <td class="mdRow">
39 <table cellpadding="0" cellspacing="0" border="0">
40 <tr>
41 <td class="md" nowrap valign="top">Cond::Cond </td>
42 <td class="md" valign="top">(&nbsp;</td>
43 <td class="mdname1" valign="top" nowrap> </td>
44 <td class="md" valign="top">&nbsp;)&nbsp;</td>
45 <td class="md" nowrap><code> [inline]</code></td>
46 </tr>
47 </table>
48 </td>
49 </tr>
50 </table>
51 <table cellspacing="5" cellpadding="0" border="0">
52 <tr>
53 <td>
54 &nbsp;
55 </td>
56 <td>
57
58 <p>
59 constructor
60 <p>
61 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00015">15</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.
62 <p>
63 References <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00014">cond</a>.<div class="fragment"><pre class="fragment">00015 {
64 00019 <a class="code" href="classCond.html#o0">cond</a> = est_cond_new();
65 00020 }
66 </pre></div>
67 <p>
68 </td>
69 </tr>
70 </table>
71 <a class="anchor" name="a1" doxytag="Cond::~Cond"></a><p>
72 <table class="mdTable" cellpadding="2" cellspacing="0">
73 <tr>
74 <td class="mdRow">
75 <table cellpadding="0" cellspacing="0" border="0">
76 <tr>
77 <td class="md" nowrap valign="top">Cond::~Cond </td>
78 <td class="md" valign="top">(&nbsp;</td>
79 <td class="mdname1" valign="top" nowrap> </td>
80 <td class="md" valign="top">&nbsp;)&nbsp;</td>
81 <td class="md" nowrap><code> [inline]</code></td>
82 </tr>
83 </table>
84 </td>
85 </tr>
86 </table>
87 <table cellspacing="5" cellpadding="0" border="0">
88 <tr>
89 <td>
90 &nbsp;
91 </td>
92 <td>
93
94 <p>
95 destructor
96 <p>
97 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00021">21</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.
98 <p>
99 References <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00014">cond</a>.<div class="fragment"><pre class="fragment">00021 {
100 00025 est_cond_delete(<a class="code" href="classCond.html#o0">cond</a>);
101 00026 }
102 </pre></div>
103 <p>
104 </td>
105 </tr>
106 </table>
107 <hr><h2>Member Function Documentation</h2>
108 <a class="anchor" name="a3" doxytag="Cond::add_attr"></a><p>
109 <table class="mdTable" cellpadding="2" cellspacing="0">
110 <tr>
111 <td class="mdRow">
112 <table cellpadding="0" cellspacing="0" border="0">
113 <tr>
114 <td class="md" nowrap valign="top">void Cond::add_attr </td>
115 <td class="md" valign="top">(&nbsp;</td>
116 <td class="md" nowrap valign="top">const char *&nbsp;</td>
117 <td class="mdname1" valign="top" nowrap> <em>expr</em> </td>
118 <td class="md" valign="top">&nbsp;)&nbsp;</td>
119 <td class="md" nowrap><code> [inline]</code></td>
120 </tr>
121 </table>
122 </td>
123 </tr>
124 </table>
125 <table cellspacing="5" cellpadding="0" border="0">
126 <tr>
127 <td>
128 &nbsp;
129 </td>
130 <td>
131
132 <p>
133 set the attribute expression
134 <p>
135 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00033">33</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.
136 <p>
137 References <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00014">cond</a>.<div class="fragment"><pre class="fragment">00033 {
138 00037 est_cond_add_attr(<a class="code" href="classCond.html#o0">cond</a>, expr);
139 00038 }
140 </pre></div>
141 <p>
142 </td>
143 </tr>
144 </table>
145 <a class="anchor" name="a5" doxytag="Cond::set_max"></a><p>
146 <table class="mdTable" cellpadding="2" cellspacing="0">
147 <tr>
148 <td class="mdRow">
149 <table cellpadding="0" cellspacing="0" border="0">
150 <tr>
151 <td class="md" nowrap valign="top">void Cond::set_max </td>
152 <td class="md" valign="top">(&nbsp;</td>
153 <td class="md" nowrap valign="top">int&nbsp;</td>
154 <td class="mdname1" valign="top" nowrap> <em>_max</em> </td>
155 <td class="md" valign="top">&nbsp;)&nbsp;</td>
156 <td class="md" nowrap><code> [inline]</code></td>
157 </tr>
158 </table>
159 </td>
160 </tr>
161 </table>
162 <table cellspacing="5" cellpadding="0" border="0">
163 <tr>
164 <td>
165 &nbsp;
166 </td>
167 <td>
168
169 <p>
170 set the maximum number of retrieval of a condition object
171 <p>
172 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00045">45</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.
173 <p>
174 References <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00014">cond</a>.<div class="fragment"><pre class="fragment">00045 {
175 00049 est_cond_set_max(<a class="code" href="classCond.html#o0">cond</a>, _max);
176 00050 }
177 </pre></div>
178 <p>
179 </td>
180 </tr>
181 </table>
182 <a class="anchor" name="a6" doxytag="Cond::set_options"></a><p>
183 <table class="mdTable" cellpadding="2" cellspacing="0">
184 <tr>
185 <td class="mdRow">
186 <table cellpadding="0" cellspacing="0" border="0">
187 <tr>
188 <td class="md" nowrap valign="top">void Cond::set_options </td>
189 <td class="md" valign="top">(&nbsp;</td>
190 <td class="md" nowrap valign="top">int&nbsp;</td>
191 <td class="mdname1" valign="top" nowrap> <em>options</em> </td>
192 <td class="md" valign="top">&nbsp;)&nbsp;</td>
193 <td class="md" nowrap><code> [inline]</code></td>
194 </tr>
195 </table>
196 </td>
197 </tr>
198 </table>
199 <table cellspacing="5" cellpadding="0" border="0">
200 <tr>
201 <td>
202 &nbsp;
203 </td>
204 <td>
205
206 <p>
207 set options of retrieval of a condition object
208 <p>
209 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00051">51</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.
210 <p>
211 References <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00014">cond</a>.<div class="fragment"><pre class="fragment">00051 {
212 00055 est_cond_set_options(<a class="code" href="classCond.html#o0">cond</a>, options);
213 00056 }
214 </pre></div>
215 <p>
216 </td>
217 </tr>
218 </table>
219 <a class="anchor" name="a4" doxytag="Cond::set_order"></a><p>
220 <table class="mdTable" cellpadding="2" cellspacing="0">
221 <tr>
222 <td class="mdRow">
223 <table cellpadding="0" cellspacing="0" border="0">
224 <tr>
225 <td class="md" nowrap valign="top">void Cond::set_order </td>
226 <td class="md" valign="top">(&nbsp;</td>
227 <td class="md" nowrap valign="top">const char *&nbsp;</td>
228 <td class="mdname1" valign="top" nowrap> <em>expr</em> </td>
229 <td class="md" valign="top">&nbsp;)&nbsp;</td>
230 <td class="md" nowrap><code> [inline]</code></td>
231 </tr>
232 </table>
233 </td>
234 </tr>
235 </table>
236 <table cellspacing="5" cellpadding="0" border="0">
237 <tr>
238 <td>
239 &nbsp;
240 </td>
241 <td>
242
243 <p>
244 set the order of a condition object
245 <p>
246 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00039">39</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.
247 <p>
248 References <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00014">cond</a>.<div class="fragment"><pre class="fragment">00039 {
249 00043 est_cond_set_order(<a class="code" href="classCond.html#o0">cond</a>, expr);
250 00044 }
251 </pre></div>
252 <p>
253 </td>
254 </tr>
255 </table>
256 <a class="anchor" name="a2" doxytag="Cond::set_phrase"></a><p>
257 <table class="mdTable" cellpadding="2" cellspacing="0">
258 <tr>
259 <td class="mdRow">
260 <table cellpadding="0" cellspacing="0" border="0">
261 <tr>
262 <td class="md" nowrap valign="top">void Cond::set_phrase </td>
263 <td class="md" valign="top">(&nbsp;</td>
264 <td class="md" nowrap valign="top">const char *&nbsp;</td>
265 <td class="mdname1" valign="top" nowrap> <em>phrase</em> </td>
266 <td class="md" valign="top">&nbsp;)&nbsp;</td>
267 <td class="md" nowrap><code> [inline]</code></td>
268 </tr>
269 </table>
270 </td>
271 </tr>
272 </table>
273 <table cellspacing="5" cellpadding="0" border="0">
274 <tr>
275 <td>
276 &nbsp;
277 </td>
278 <td>
279
280 <p>
281 set the search phrase
282 <p>
283 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00027">27</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.
284 <p>
285 References <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00014">cond</a>.<div class="fragment"><pre class="fragment">00027 {
286 00031 est_cond_set_phrase(<a class="code" href="classCond.html#o0">cond</a>, phrase);
287 00032 }
288 </pre></div>
289 <p>
290 </td>
291 </tr>
292 </table>
293 <hr><h2>Member Data Documentation</h2>
294 <a class="anchor" name="o0" doxytag="Cond::cond"></a><p>
295 <table class="mdTable" cellpadding="2" cellspacing="0">
296 <tr>
297 <td class="mdRow">
298 <table cellpadding="0" cellspacing="0" border="0">
299 <tr>
300 <td class="md" nowrap valign="top">ESTCOND* <a class="el" href="classCond.html#o0">Cond::cond</a> </td>
301 </tr>
302 </table>
303 </td>
304 </tr>
305 </table>
306 <table cellspacing="5" cellpadding="0" border="0">
307 <tr>
308 <td>
309 &nbsp;
310 </td>
311 <td>
312
313 <p>
314
315 <p>
316 Definition at line <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00014">14</a> of file <a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a>.
317 <p>
318 Referenced by <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00033">add_attr()</a>, <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00015">Cond()</a>, <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00255">Database::search()</a>, <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00045">set_max()</a>, <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00051">set_options()</a>, <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00039">set_order()</a>, <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00027">set_phrase()</a>, and <a class="el" href="HyperEstraierWrapper_8cpp-source.html#l00021">~Cond()</a>. </td>
319 </tr>
320 </table>
321 <hr>The documentation for this class was generated from the following file:<ul>
322 <li><a class="el" href="HyperEstraierWrapper_8cpp-source.html">HyperEstraierWrapper.cpp</a></ul>
323 <hr size="1"><address style="align: right;"><small>Generated on Sat Jun 11 14:47:05 2005 for HyperEstraierWrapper by&nbsp;
324 <a href="http://www.doxygen.org/index.html">
325 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
326 </body>
327 </html>

  ViewVC Help
Powered by ViewVC 1.1.26