• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/docs/api_reference/STL/
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6    <title>set_cursor_open_flags</title>
7    <link rel="stylesheet" href="apiReference.css" type="text/css" />
8    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9    <link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
10    <link rel="up" href="db_container.html" title="Chapter��3.�� Db_container" />
11    <link rel="prev" href="stldb_containerget_cursor_open_flags.html" title="get_cursor_open_flags" />
12    <link rel="next" href="stldb_containerdb_container.html" title="db_container" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">
19set_cursor_open_flags
20</th>
21        </tr>
22        <tr>
23          <td width="20%" align="left"><a accesskey="p" href="stldb_containerget_cursor_open_flags.html">Prev</a>��</td>
24          <th width="60%" align="center">Chapter��3.��
25 Db_container  </th>
26          <td width="20%" align="right">��<a accesskey="n" href="stldb_containerdb_container.html">Next</a></td>
27        </tr>
28      </table>
29      <hr />
30    </div>
31    <div class="sect1" lang="en" xml:lang="en">
32      <div class="titlepage">
33        <div>
34          <div>
35            <h2 class="title" style="clear: both"><a id="stldb_containerset_cursor_open_flags"></a>
36set_cursor_open_flags
37</h2>
38          </div>
39        </div>
40      </div>
41      <div class="sect2" lang="en" xml:lang="en">
42        <div class="titlepage">
43          <div>
44            <div>
45              <h3 class="title"><a id="func_details"></a>
46Function Details</h3>
47            </div>
48          </div>
49        </div>
50        <pre class="programlisting">
51void��set_cursor_open_flags(u_int32_t��flag)
52 </pre>
53        <div class="sect3" lang="en" xml:lang="en">
54          <div class="titlepage"></div>
55          <p>Set flag of Db::cursor() call. </p>
56          <p></p>
57        </div>
58        <div class="sect3" lang="en" xml:lang="en">
59          <div class="titlepage">
60            <div>
61              <div>
62                <h4 class="title"><a id="id1545266"></a>
63Parameters</h4>
64              </div>
65            </div>
66          </div>
67          <div class="sect4" lang="en" xml:lang="en">
68            <div class="titlepage">
69              <div>
70                <div>
71                  <h5 class="title"><a id="id1545255"></a>
72 flag </h5>
73                </div>
74              </div>
75            </div>
76            <p>Flags to be set to Db::cursor(). </p>
77          </div>
78        </div>
79      </div>
80      <div class="sect2" lang="en" xml:lang="en">
81        <div class="titlepage">
82          <div>
83            <div>
84              <h3 class="title"><a id="id1544776"></a>
85Group: Get and set functions for data members.</h3>
86            </div>
87          </div>
88        </div>
89        <p>Note that these functions are not thread safe, because all data members of <a class="link" href="db_container.html" title="Chapter��3.�� Db_container">db_container</a>
90 are supposed to be set on container construction and initialization, and remain read only afterwards. </p>
91      </div>
92      <div class="sect2" lang="en" xml:lang="en">
93        <div class="titlepage">
94          <div>
95            <div>
96              <h3 class="title"><a id="id1545094"></a>
97Class</h3>
98            </div>
99          </div>
100        </div>
101        <p>
102  <a class="link" href="db_container.html" title="Chapter��3.�� Db_container">
103  db_container</a>
104     </p>
105      </div>
106    </div>
107    <div class="navfooter">
108      <hr />
109      <table width="100%" summary="Navigation footer">
110        <tr>
111          <td width="40%" align="left"><a accesskey="p" href="stldb_containerget_cursor_open_flags.html">Prev</a>��</td>
112          <td width="20%" align="center">
113            <a accesskey="u" href="db_container.html">Up</a>
114          </td>
115          <td width="40%" align="right">��<a accesskey="n" href="stldb_containerdb_container.html">Next</a></td>
116        </tr>
117        <tr>
118          <td width="40%" align="left" valign="top">
119get_cursor_open_flags
120��</td>
121          <td width="20%" align="center">
122            <a accesskey="h" href="index.html">Home</a>
123          </td>
124          <td width="40%" align="right" valign="top">��
125db_container
126</td>
127        </tr>
128      </table>
129    </div>
130  </body>
131</html>
132