• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/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>Chapter 35.  NotEnoughMemoryException</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="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
11    <link rel="prev" href="NoSuchKeyException.html" title="Chapter 34.  NoSuchKeyException" />
12    <link rel="next" href="NotSupportedException.html" title="Chapter 36.  NotSupportedException" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">Chapter 35. 
19 NotEnoughMemoryException  </th>
20        </tr>
21        <tr>
22          <td width="20%" align="left"><a accesskey="p" href="NoSuchKeyException.html">Prev</a> </td>
23          <th width="60%" align="center"> </th>
24          <td width="20%" align="right"> <a accesskey="n" href="NotSupportedException.html">Next</a></td>
25        </tr>
26      </table>
27      <hr />
28    </div>
29    <div class="chapter" lang="en" xml:lang="en">
30      <div class="titlepage">
31        <div>
32          <div>
33            <h2 class="title"><a id="NotEnoughMemoryException"></a>Chapter 35. 
34 NotEnoughMemoryException  </h2>
35          </div>
36        </div>
37      </div>
38      <p>Failed to allocate memory because memory is not enough. </p>
39      <h4><a id="id1575158"></a> Public Members </h4>
40      <div class="informaltable">
41        <table border="1" width="80%">
42          <colgroup>
43            <col />
44            <col />
45          </colgroup>
46          <thead>
47            <tr>
48              <th>Member</th>
49              <th>Description</th>
50            </tr>
51          </thead>
52          <tbody>
53            <tr>
54              <td>
55<a class="xref" href="NotEnoughMemoryException.html#stlNotEnoughMemoryExceptionNotEnoughMemoryException" title="NotEnoughMemoryException">
56NotEnoughMemoryException
57</a>
58</td>
59              <td>
60   </td>
61            </tr>
62          </tbody>
63        </table>
64      </div>
65      <h4><a id="id1575438"></a>
66Group</h4>
67      <p>
68<a class="xref" href="Exception_classes_group.html" title="Chapter 29.  Dbstl Exception Classes">
69 Dbstl Exception Classes  </a>
70</p>
71      <p>
72</p>
73      <div class="sect1" lang="en" xml:lang="en">
74        <div class="titlepage">
75          <div>
76            <div>
77              <h2 class="title" style="clear: both"><a id="stlNotEnoughMemoryExceptionNotEnoughMemoryException"></a>
78NotEnoughMemoryException
79</h2>
80            </div>
81          </div>
82        </div>
83        <div class="sect2" lang="en" xml:lang="en">
84          <div class="titlepage">
85            <div>
86              <div>
87                <h3 class="title"><a id="func_details"></a>
88Function Details</h3>
89              </div>
90            </div>
91          </div>
92          <pre class="programlisting">
93NotEnoughMemoryException(const char *msg,
94    size_t sz)
95 </pre>
96          <div class="sect3" lang="en" xml:lang="en">
97            <div class="titlepage"></div>
98          </div>
99          <pre class="programlisting">
100NotEnoughMemoryException(const NotEnoughMemoryException &amp;ex)
101 </pre>
102          <div class="sect3" lang="en" xml:lang="en">
103            <div class="titlepage"></div>
104          </div>
105        </div>
106        <div class="sect2" lang="en" xml:lang="en">
107          <div class="titlepage">
108            <div>
109              <div>
110                <h3 class="title"><a id="id1575792"></a>
111Class</h3>
112              </div>
113            </div>
114          </div>
115          <p>
116  <a class="link" href="NotEnoughMemoryException.html" title="Chapter 35.  NotEnoughMemoryException">
117  NotEnoughMemoryException</a>
118     </p>
119        </div>
120      </div>
121    </div>
122    <div class="navfooter">
123      <hr />
124      <table width="100%" summary="Navigation footer">
125        <tr>
126          <td width="40%" align="left"><a accesskey="p" href="NoSuchKeyException.html">Prev</a> </td>
127          <td width="20%" align="center"> </td>
128          <td width="40%" align="right"> <a accesskey="n" href="NotSupportedException.html">Next</a></td>
129        </tr>
130        <tr>
131          <td width="40%" align="left" valign="top">Chapter 34. 
132 NoSuchKeyException   </td>
133          <td width="20%" align="center">
134            <a accesskey="h" href="index.html">Home</a>
135          </td>
136          <td width="40%" align="right" valign="top"> Chapter 36. 
137 NotSupportedException  </td>
138        </tr>
139      </table>
140    </div>
141  </body>
142</html>
143