aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/oscl__vector_8h_source.html
blob: 1c17ce1e465a8bdfd63182353bf9e1adc50ed077 (plain)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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"/>
<title>oscl: oscl_vector.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>oscl_vector.h</h1><a href="oscl__vector_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// -*- c++ -*-</span>
<a name="l00002"></a>00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
<a name="l00003"></a>00003 
<a name="l00004"></a>00004 <span class="comment">//                     O S C L _ V E C T O R</span>
<a name="l00005"></a>00005 
<a name="l00006"></a>00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
<a name="l00007"></a>00007 
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef OSCL_VECTOR_H_INCLUDED</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_VECTOR_H_INCLUDED</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__base_8h.html" title="The file oscl_base.h is the public header that should be included to pick up the...">oscl_base.h</a>&quot;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#endif</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="preprocessor">#ifndef OSCL_MEM_BASIC_FUNCTIONS_H_INCLUDED</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__mem__basic__functions_8h.html" title="This file contains prototypes for the basic memory functions.">oscl_mem_basic_functions.h</a>&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#endif</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="preprocessor">#ifndef OSCL_ASSERT_H_INCLUDED</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__assert_8h.html" title="The file oscl_assert.h provides an OSCL_ASSERT macro to document assumptions and...">oscl_assert.h</a>&quot;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#ifndef OSCL_OPAQUE_TYPE_H_INCLUDED</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__opaque__type_8h.html" title="The file oscl_opaque_type.h defines pure virtual classes for working with opaque...">oscl_opaque_type.h</a>&quot;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#endif</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span>
<a name="l00036"></a>00036 <span class="preprocessor">#ifndef OSCL_DEF_ALLOC_H_INCLUDED</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__defalloc_8h.html" title="The file defines simple default memory allocator classes. These allocators are used...">oscl_defalloc.h</a>&quot;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#endif</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span>
<a name="l00047"></a><a class="code" href="classOscl__Vector__Base.html">00047</a> <span class="keyword">class </span><a class="code" href="classOscl__Vector__Base.html">Oscl_Vector_Base</a>
<a name="l00048"></a>00048 {
<a name="l00049"></a>00049     <span class="keyword">public</span>:
<a name="l00053"></a><a class="code" href="classOscl__Vector__Base.html#a9145d16629b48fb70851d77e1920a2ea">00053</a>         uint32 <a class="code" href="classOscl__Vector__Base.html#a9145d16629b48fb70851d77e1920a2ea">size</a>()<span class="keyword"> const</span>
<a name="l00054"></a>00054 <span class="keyword">        </span>{
<a name="l00055"></a>00055             <span class="keywordflow">return</span> <a class="code" href="classOscl__Vector__Base.html#ad1bad7a85aceac3a23b22d064364fb50">numelems</a>;
<a name="l00056"></a>00056         }
<a name="l00057"></a>00057 
<a name="l00061"></a><a class="code" href="classOscl__Vector__Base.html#aef46aff35790591b3e5b299a8c88fa58">00061</a>         uint32 <a class="code" href="classOscl__Vector__Base.html#aef46aff35790591b3e5b299a8c88fa58">capacity</a>()<span class="keyword"> const</span>
<a name="l00062"></a>00062 <span class="keyword">        </span>{
<a name="l00063"></a>00063             <span class="keywordflow">return</span> <a class="code" href="classOscl__Vector__Base.html#a15d9598521399ce9cb83892aff0eed6e">bufsize</a>;
<a name="l00064"></a>00064         }
<a name="l00065"></a>00065 
<a name="l00069"></a><a class="code" href="classOscl__Vector__Base.html#af163672ba5a2f485fce8597268c4f283">00069</a>         <span class="keywordtype">bool</span> <a class="code" href="classOscl__Vector__Base.html#af163672ba5a2f485fce8597268c4f283">empty</a>()<span class="keyword"> const</span>
<a name="l00070"></a>00070 <span class="keyword">        </span>{
<a name="l00071"></a>00071             <span class="keywordflow">return</span> <a class="code" href="classOscl__Vector__Base.html#ad1bad7a85aceac3a23b22d064364fb50">numelems</a> == 0;
<a name="l00072"></a>00072         }
<a name="l00073"></a>00073 
<a name="l00082"></a>00082         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#aee37f33298621df3ed6a832845a38a47">reserve</a>(uint32 n) ;
<a name="l00083"></a>00083 
<a name="l00084"></a>00084     <span class="keyword">protected</span>:
<a name="l00085"></a>00085 
<a name="l00086"></a>00086         <span class="comment">//for use in default constructor.  vtable isn&#39;t available in c&#39;tor so this is a subroutine.</span>
<a name="l00087"></a>00087         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#a8e258cebaf4597cf355d4723a9cacb81">construct</a>(<a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>* aType);
<a name="l00088"></a>00088 
<a name="l00089"></a>00089         <span class="comment">//for use in constructor with pre-allocation for &quot;n&quot; elements.</span>
<a name="l00090"></a>00090         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#a8e258cebaf4597cf355d4723a9cacb81">construct</a>(<a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>* aType, uint32 n) ;
<a name="l00091"></a>00091 
<a name="l00092"></a>00092         <span class="comment">//for use in copy constructor.</span>
<a name="l00093"></a>00093         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#a8e258cebaf4597cf355d4723a9cacb81">construct</a>(<a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>* aType, <span class="keyword">const</span> <a class="code" href="classOscl__Vector__Base.html">Oscl_Vector_Base</a>&amp; x);
<a name="l00094"></a>00094 
<a name="l00098"></a><a class="code" href="classOscl__Vector__Base.html#a7f8f02d7998d019a2151c6a604a67eb8">00098</a>         <span class="keyword">virtual</span> <a class="code" href="classOscl__Vector__Base.html#a7f8f02d7998d019a2151c6a604a67eb8">~Oscl_Vector_Base</a>()
<a name="l00099"></a>00099         {}
<a name="l00100"></a>00100 
<a name="l00107"></a>00107         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#ae478981a1145e02674c14ea1a34998b5">push_back</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* x) ;
<a name="l00108"></a>00108 
<a name="l00112"></a>00112         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#a7caa818be074f3ed90dfefd0b783ec0f">pop_back</a>() ;
<a name="l00113"></a>00113 
<a name="l00120"></a>00120         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#a91f6e24b25fd44e7ffeed626a0d5d5c3">push_front</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* x) ;
<a name="l00121"></a>00121 
<a name="l00127"></a>00127         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* <a class="code" href="classOscl__Vector__Base.html#a26f03f86f1228b31848f4b3f75c92359">insert</a>(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* pos, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* x);
<a name="l00128"></a>00128 
<a name="l00135"></a>00135         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* <a class="code" href="classOscl__Vector__Base.html#a505d3b32c5eb304c9b4c3e31f0cca0cc">erase</a>(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* pos) ;
<a name="l00136"></a>00136 
<a name="l00144"></a>00144         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* <a class="code" href="classOscl__Vector__Base.html#a505d3b32c5eb304c9b4c3e31f0cca0cc">erase</a>(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* first, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* last) ;
<a name="l00145"></a>00145 
<a name="l00146"></a>00146         <span class="comment">//copy vector x into this vector</span>
<a name="l00147"></a>00147         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#a133770f012bc75f9a3e2a465da64a3fb">assign_vector</a>(<span class="keyword">const</span> <a class="code" href="classOscl__Vector__Base.html">Oscl_Vector_Base</a>&amp; x);
<a name="l00148"></a>00148 
<a name="l00149"></a>00149         <a class="code" href="osclconfig_8h.html#a6de0f53c5c11f8f53ce72c70d74d9abc">OSCL_IMPORT_REF</a> <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#ae196504f491efca4274e7cbc8c188872">destroy</a>();
<a name="l00150"></a>00150 
<a name="l00151"></a><a class="code" href="classOscl__Vector__Base.html#ad1bad7a85aceac3a23b22d064364fb50">00151</a>         uint32 <a class="code" href="classOscl__Vector__Base.html#ad1bad7a85aceac3a23b22d064364fb50">numelems</a>; <span class="comment">//number of T items in buffer.</span>
<a name="l00152"></a><a class="code" href="classOscl__Vector__Base.html#a15d9598521399ce9cb83892aff0eed6e">00152</a>         uint32 <a class="code" href="classOscl__Vector__Base.html#a15d9598521399ce9cb83892aff0eed6e">bufsize</a>; <span class="comment">//available bufsize as number of T-sized items.</span>
<a name="l00153"></a><a class="code" href="classOscl__Vector__Base.html#ae197601f3c221133fe98515dc0592d3b">00153</a>         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* <a class="code" href="classOscl__Vector__Base.html#ae197601f3c221133fe98515dc0592d3b">elems</a>; <span class="comment">//buffer</span>
<a name="l00154"></a><a class="code" href="classOscl__Vector__Base.html#ae03ff0b84bc7b67e8bb0057d77bc4124">00154</a>         uint32 <a class="code" href="classOscl__Vector__Base.html#ae03ff0b84bc7b67e8bb0057d77bc4124">sizeof_T</a>;
<a name="l00155"></a>00155 
<a name="l00156"></a><a class="code" href="classOscl__Vector__Base.html#a2594b3126439a08e66d8d59240e9f3fe">00156</a>         <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classOsclPriorityQueueBase.html">OsclPriorityQueueBase</a>;
<a name="l00157"></a>00157 
<a name="l00158"></a>00158     <span class="keyword">private</span>:
<a name="l00159"></a>00159 
<a name="l00163"></a>00163         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* increment_T(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* p_T, int32 n)<span class="keyword"> const</span>
<a name="l00164"></a>00164 <span class="keyword">        </span>{
<a name="l00165"></a>00165             <span class="keywordflow">return</span> (<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>*)((int32)p_T + n*<a class="code" href="classOscl__Vector__Base.html#ae03ff0b84bc7b67e8bb0057d77bc4124">sizeof_T</a>);
<a name="l00166"></a>00166         }
<a name="l00167"></a>00167 
<a name="l00171"></a>00171         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* begin()<span class="keyword"> const</span>
<a name="l00172"></a>00172 <span class="keyword">        </span>{
<a name="l00173"></a>00173             <span class="keywordflow">return</span> <a class="code" href="classOscl__Vector__Base.html#ae197601f3c221133fe98515dc0592d3b">elems</a>;
<a name="l00174"></a>00174         }
<a name="l00175"></a>00175 
<a name="l00179"></a>00179         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* end()<span class="keyword"> const</span>
<a name="l00180"></a>00180 <span class="keyword">        </span>{
<a name="l00181"></a>00181             <span class="keywordflow">return</span> increment_T(<a class="code" href="classOscl__Vector__Base.html#ae197601f3c221133fe98515dc0592d3b">elems</a>, <a class="code" href="classOscl__Vector__Base.html#ad1bad7a85aceac3a23b22d064364fb50">numelems</a>);
<a name="l00182"></a>00182         }
<a name="l00183"></a>00183 
<a name="l00184"></a>00184         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* move(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* first, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* last, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* result) ;
<a name="l00185"></a>00185 
<a name="l00186"></a>00186         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* copy(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* first, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* last, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* result) ;
<a name="l00187"></a>00187 
<a name="l00188"></a>00188         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* uninitialized_copy(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* first, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* last, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* result) ;
<a name="l00189"></a>00189 
<a name="l00190"></a>00190         <span class="comment">//destroy a range of T*</span>
<a name="l00191"></a>00191         <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector__Base.html#ae196504f491efca4274e7cbc8c188872">destroy</a>(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* first, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* last) ;
<a name="l00192"></a>00192 
<a name="l00193"></a>00193         <a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>* pOpaqueType;
<a name="l00194"></a>00194 };
<a name="l00195"></a>00195 
<a name="l00204"></a>00204 <span class="keyword">template</span>&lt;<span class="keyword">class</span> T, <span class="keyword">class</span> Alloc&gt;
<a name="l00205"></a><a class="code" href="classOscl__Vector.html">00205</a> <span class="keyword">class </span><a class="code" href="classOscl__Vector.html">Oscl_Vector</a>
<a name="l00206"></a>00206         : <span class="keyword">public</span> <a class="code" href="classOscl__Vector__Base.html">Oscl_Vector_Base</a>
<a name="l00207"></a>00207         , <span class="keyword">public</span> <a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>
<a name="l00208"></a>00208 {
<a name="l00209"></a>00209 
<a name="l00210"></a>00210     <span class="keyword">public</span>:
<a name="l00211"></a><a class="code" href="classOscl__Vector.html#a8e3bcab7044a713ae9a4920265e814ee">00211</a>         <span class="keyword">typedef</span> T <a class="code" href="classOsclNetworkAddress.html">value_type</a>;
<a name="l00212"></a><a class="code" href="classOscl__Vector.html#a80a4ba965790c28db944332937959dd7">00212</a>         <span class="keyword">typedef</span> T* <a class="code" href="classOsclNetworkAddress.html">pointer</a>;
<a name="l00213"></a><a class="code" href="classOscl__Vector.html#a8ce10143ce15291352e8a391e941ca41">00213</a>         <span class="keyword">typedef</span> T&amp; <a class="code" href="classOsclNetworkAddress.html">reference</a>;
<a name="l00214"></a><a class="code" href="classOscl__Vector.html#a9708727fc4845f1b3abe34f3d1440518">00214</a>         <span class="keyword">typedef</span> <span class="keyword">const</span> T&amp; <a class="code" href="classOsclNetworkAddress.html">const_reference</a>;
<a name="l00215"></a><a class="code" href="classOscl__Vector.html#a504c7c506b4014f9b99c1cc38b8a179d">00215</a>         <span class="keyword">typedef</span> T* <a class="code" href="classOsclNetworkAddress.html">iterator</a>;
<a name="l00216"></a><a class="code" href="classOscl__Vector.html#a5c1b3c30fac36c07f0425c1c2d491339">00216</a>         <span class="keyword">typedef</span> <span class="keyword">const</span> T* <a class="code" href="classOsclNetworkAddress.html">const_iterator</a>;
<a name="l00217"></a>00217 
<a name="l00221"></a><a class="code" href="classOscl__Vector.html#ac5bbe64af51a61dbc4f6b196ba38fd6d">00221</a>         <a class="code" href="classOscl__Vector.html#ac5bbe64af51a61dbc4f6b196ba38fd6d">Oscl_Vector</a>() : <a class="code" href="classOscl__Vector__Base.html">Oscl_Vector_Base</a>(), <a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>()
<a name="l00222"></a>00222         {
<a name="l00223"></a>00223             <a class="code" href="classOscl__Vector__Base.html#ae03ff0b84bc7b67e8bb0057d77bc4124">sizeof_T</a> = <span class="keyword">sizeof</span>(T);
<a name="l00224"></a>00224             <a class="code" href="classOscl__Vector__Base.html#a8e258cebaf4597cf355d4723a9cacb81">Oscl_Vector_Base::construct</a>(<span class="keyword">this</span>);
<a name="l00225"></a>00225         }
<a name="l00226"></a>00226 
<a name="l00235"></a><a class="code" href="classOscl__Vector.html#a3ae428207df29694b8a29dffd89dea29">00235</a>         <a class="code" href="classOscl__Vector.html#ac5bbe64af51a61dbc4f6b196ba38fd6d">Oscl_Vector</a>(uint32 n) : <a class="code" href="classOscl__Vector__Base.html">Oscl_Vector_Base</a>(), <a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>()
<a name="l00236"></a>00236         {
<a name="l00237"></a>00237             <a class="code" href="classOscl__Vector__Base.html#ae03ff0b84bc7b67e8bb0057d77bc4124">sizeof_T</a> = <span class="keyword">sizeof</span>(T);
<a name="l00238"></a>00238             <a class="code" href="classOscl__Vector__Base.html#a8e258cebaf4597cf355d4723a9cacb81">Oscl_Vector_Base::construct</a>(<span class="keyword">this</span>, n);
<a name="l00239"></a>00239         }
<a name="l00240"></a>00240 
<a name="l00245"></a><a class="code" href="classOscl__Vector.html#a96ae2d950e93624e026c444d84ded03c">00245</a>         <a class="code" href="classOscl__Vector.html#ac5bbe64af51a61dbc4f6b196ba38fd6d">Oscl_Vector</a>(<span class="keyword">const</span> <a class="code" href="classOscl__Vector.html">Oscl_Vector&lt;T, Alloc&gt;</a>&amp; x) : <a class="code" href="classOscl__Vector__Base.html">Oscl_Vector_Base</a>(), <a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>()
<a name="l00246"></a>00246         {
<a name="l00247"></a>00247             <a class="code" href="classOscl__Vector__Base.html#ae03ff0b84bc7b67e8bb0057d77bc4124">sizeof_T</a> = <span class="keyword">sizeof</span>(T);
<a name="l00248"></a>00248             <a class="code" href="classOscl__Vector__Base.html#a8e258cebaf4597cf355d4723a9cacb81">Oscl_Vector_Base::construct</a>(<span class="keyword">this</span>, x);
<a name="l00249"></a>00249         }
<a name="l00250"></a>00250 
<a name="l00254"></a><a class="code" href="classOscl__Vector.html#a0e80a84432eec49b37d0c546f5bbd6da">00254</a>         <span class="keyword">virtual</span> <a class="code" href="classOscl__Vector.html#a0e80a84432eec49b37d0c546f5bbd6da">~Oscl_Vector</a>()
<a name="l00255"></a>00255         {
<a name="l00256"></a>00256             <a class="code" href="classOscl__Vector.html#a400104814c6a924bc32c6f5e759b9ad3">Oscl_Vector_Base::destroy</a>();
<a name="l00257"></a>00257         }
<a name="l00258"></a>00258 
<a name="l00262"></a><a class="code" href="classOscl__Vector.html#aa293e1a7bdb79be0985d5a8c518eabda">00262</a>         <a class="code" href="classOscl__Vector.html">Oscl_Vector&lt;T, Alloc&gt;</a>&amp; <a class="code" href="classOscl__Vector.html#aa293e1a7bdb79be0985d5a8c518eabda">operator=</a>(<span class="keyword">const</span> <a class="code" href="classOscl__Vector.html">Oscl_Vector&lt;T, Alloc&gt;</a>&amp; x)
<a name="l00263"></a>00263         {
<a name="l00264"></a>00264             <span class="keywordflow">if</span> (&amp;x != <span class="keyword">this</span>)
<a name="l00265"></a>00265                 <a class="code" href="classOscl__Vector__Base.html#a133770f012bc75f9a3e2a465da64a3fb">Oscl_Vector_Base::assign_vector</a>(x);
<a name="l00266"></a>00266             <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00267"></a>00267         }
<a name="l00268"></a>00268 
<a name="l00275"></a><a class="code" href="classOscl__Vector.html#a1db6a9793976d83483ced5b5eda5ca24">00275</a>         <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector.html#a1db6a9793976d83483ced5b5eda5ca24">push_back</a>(<span class="keyword">const</span> T&amp; x)
<a name="l00276"></a>00276         {
<a name="l00277"></a>00277             <a class="code" href="classOscl__Vector.html#a1db6a9793976d83483ced5b5eda5ca24">Oscl_Vector_Base::push_back</a>(&amp;x);
<a name="l00278"></a>00278         }
<a name="l00279"></a>00279 
<a name="l00286"></a><a class="code" href="classOscl__Vector.html#a523de13d78e1f028f79cbefb5412055a">00286</a>         <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector.html#a523de13d78e1f028f79cbefb5412055a">push_front</a>(<span class="keyword">const</span> T&amp; x)
<a name="l00287"></a>00287         {
<a name="l00288"></a>00288             <a class="code" href="classOscl__Vector.html#a523de13d78e1f028f79cbefb5412055a">Oscl_Vector_Base::push_front</a>(&amp;x);
<a name="l00289"></a>00289         }
<a name="l00290"></a>00290 
<a name="l00296"></a><a class="code" href="classOscl__Vector.html#a047471734f08e3333aab3bc669557ddd">00296</a>         <a class="code" href="classOsclNetworkAddress.html">iterator</a> <a class="code" href="classOscl__Vector.html#a047471734f08e3333aab3bc669557ddd">insert</a>(<a class="code" href="classOsclNetworkAddress.html">iterator</a> pos, <span class="keyword">const</span> T&amp; x)
<a name="l00297"></a>00297         {
<a name="l00298"></a>00298             <span class="keywordflow">return</span> (<a class="code" href="classOsclNetworkAddress.html">iterator</a>)<a class="code" href="classOscl__Vector.html#a047471734f08e3333aab3bc669557ddd">Oscl_Vector_Base::insert</a>(pos, &amp;x);
<a name="l00299"></a>00299         }
<a name="l00300"></a>00300 
<a name="l00305"></a><a class="code" href="classOscl__Vector.html#a3f3a1ff3d75c9e4e66ab2e72352da74e">00305</a>         T&amp; <a class="code" href="classOscl__Vector.html#a3f3a1ff3d75c9e4e66ab2e72352da74e">operator[]</a>(uint32 n)
<a name="l00306"></a>00306         {
<a name="l00307"></a>00307             <span class="keywordflow">return</span> (*(<a class="code" href="classOscl__Vector.html#a04bdb31a53c5da68f5175cf66df4246c">begin</a>() + n));
<a name="l00308"></a>00308         }
<a name="l00309"></a>00309 
<a name="l00314"></a><a class="code" href="classOscl__Vector.html#abd57f532a1e14e109acf999ab9e6ca8b">00314</a>         <span class="keyword">const</span> T&amp; <a class="code" href="classOscl__Vector.html#a3f3a1ff3d75c9e4e66ab2e72352da74e">operator[]</a>(uint32 n)<span class="keyword"> const</span>
<a name="l00315"></a>00315 <span class="keyword">        </span>{
<a name="l00316"></a>00316             <span class="keywordflow">return</span> (*(<a class="code" href="classOscl__Vector.html#a04bdb31a53c5da68f5175cf66df4246c">begin</a>() + n));
<a name="l00317"></a>00317         }
<a name="l00318"></a>00318 
<a name="l00322"></a><a class="code" href="classOscl__Vector.html#ae885f9670c78898d8dce1aa8e45bd9c9">00322</a>         T&amp; <a class="code" href="classOscl__Vector.html#ae885f9670c78898d8dce1aa8e45bd9c9">front</a>()
<a name="l00323"></a>00323         {
<a name="l00324"></a>00324             <span class="keywordflow">return</span> *<a class="code" href="classOscl__Vector.html#a04bdb31a53c5da68f5175cf66df4246c">begin</a>();
<a name="l00325"></a>00325         }
<a name="l00326"></a>00326 
<a name="l00330"></a><a class="code" href="classOscl__Vector.html#aef65a9c6b3f017bc1a9281b93967affe">00330</a>         <span class="keyword">const</span> T&amp; <a class="code" href="classOscl__Vector.html#ae885f9670c78898d8dce1aa8e45bd9c9">front</a>()<span class="keyword"> const</span>
<a name="l00331"></a>00331 <span class="keyword">        </span>{
<a name="l00332"></a>00332             <span class="keywordflow">return</span> *<a class="code" href="classOscl__Vector.html#a04bdb31a53c5da68f5175cf66df4246c">begin</a>();
<a name="l00333"></a>00333         }
<a name="l00334"></a>00334 
<a name="l00338"></a><a class="code" href="classOscl__Vector.html#a91b1c20fe3d2df839241f4ba3ea7e359">00338</a>         T&amp; <a class="code" href="classOscl__Vector.html#a91b1c20fe3d2df839241f4ba3ea7e359">back</a>()
<a name="l00339"></a>00339         {
<a name="l00340"></a>00340             <span class="keywordflow">return</span> (*(<a class="code" href="classOscl__Vector.html#ad0f45d83980dd64a5a9097adf9690e49">end</a>() - 1));
<a name="l00341"></a>00341         }
<a name="l00342"></a>00342 
<a name="l00346"></a><a class="code" href="classOscl__Vector.html#a9ce18c76578b3e9ebe5e65dfa282a646">00346</a>         <span class="keyword">const</span> T&amp; <a class="code" href="classOscl__Vector.html#a91b1c20fe3d2df839241f4ba3ea7e359">back</a>()<span class="keyword"> const</span>
<a name="l00347"></a>00347 <span class="keyword">        </span>{
<a name="l00348"></a>00348             <span class="keywordflow">return</span> (*(<a class="code" href="classOscl__Vector.html#ad0f45d83980dd64a5a9097adf9690e49">end</a>() - 1));
<a name="l00349"></a>00349         }
<a name="l00350"></a>00350 
<a name="l00354"></a><a class="code" href="classOscl__Vector.html#a1696af61699b318e9364ae24b093e408">00354</a>         <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector.html#a1696af61699b318e9364ae24b093e408">pop_back</a>()
<a name="l00355"></a>00355         {
<a name="l00356"></a>00356             <a class="code" href="group__osclbase.html#gaf7c21e5b6e4fee4247225dd31f89c8ca">OSCL_ASSERT</a>(<a class="code" href="classOscl__Vector__Base.html#ad1bad7a85aceac3a23b22d064364fb50">numelems</a>);
<a name="l00357"></a>00357             <a class="code" href="classOscl__Vector__Base.html#ad1bad7a85aceac3a23b22d064364fb50">numelems</a>--;
<a name="l00358"></a>00358             <a class="code" href="classOscl__Vector.html#a400104814c6a924bc32c6f5e759b9ad3">destroy</a>(<a class="code" href="classOscl__Vector.html#ad0f45d83980dd64a5a9097adf9690e49">end</a>());
<a name="l00359"></a>00359         }
<a name="l00360"></a>00360 
<a name="l00364"></a><a class="code" href="classOscl__Vector.html#a9e5dab301cd2dae8207fa1cfadff3f5c">00364</a>         <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector.html#a9e5dab301cd2dae8207fa1cfadff3f5c">clear</a>()
<a name="l00365"></a>00365         {
<a name="l00366"></a>00366             <a class="code" href="classOscl__Vector.html#aefa75c9a551fb4e4fbf31613924910d5">Oscl_Vector_Base::erase</a>(<a class="code" href="classOscl__Vector.html#a04bdb31a53c5da68f5175cf66df4246c">begin</a>(), <a class="code" href="classOscl__Vector.html#ad0f45d83980dd64a5a9097adf9690e49">end</a>());
<a name="l00367"></a>00367         }
<a name="l00368"></a>00368 
<a name="l00372"></a><a class="code" href="classOscl__Vector.html#a400104814c6a924bc32c6f5e759b9ad3">00372</a>         <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector.html#a400104814c6a924bc32c6f5e759b9ad3">destroy</a>()
<a name="l00373"></a>00373         {
<a name="l00374"></a>00374             <a class="code" href="classOscl__Vector.html#a400104814c6a924bc32c6f5e759b9ad3">Oscl_Vector_Base::destroy</a>();
<a name="l00375"></a>00375         }
<a name="l00376"></a>00376 
<a name="l00380"></a><a class="code" href="classOscl__Vector.html#a04bdb31a53c5da68f5175cf66df4246c">00380</a>         <a class="code" href="classOsclNetworkAddress.html">iterator</a> <a class="code" href="classOscl__Vector.html#a04bdb31a53c5da68f5175cf66df4246c">begin</a>()<span class="keyword"> const</span>
<a name="l00381"></a>00381 <span class="keyword">        </span>{
<a name="l00382"></a>00382             <span class="keywordflow">return</span> (<a class="code" href="classOsclNetworkAddress.html">pointer</a>)<a class="code" href="classOscl__Vector__Base.html#ae197601f3c221133fe98515dc0592d3b">elems</a>;
<a name="l00383"></a>00383         }
<a name="l00384"></a>00384 
<a name="l00388"></a><a class="code" href="classOscl__Vector.html#ad0f45d83980dd64a5a9097adf9690e49">00388</a>         <a class="code" href="classOsclNetworkAddress.html">iterator</a> <a class="code" href="classOscl__Vector.html#ad0f45d83980dd64a5a9097adf9690e49">end</a>()<span class="keyword"> const</span>
<a name="l00389"></a>00389 <span class="keyword">        </span>{
<a name="l00390"></a>00390             <span class="keywordflow">return</span> (<a class="code" href="classOsclNetworkAddress.html">pointer</a>)<a class="code" href="classOscl__Vector__Base.html#ae197601f3c221133fe98515dc0592d3b">elems</a> + <a class="code" href="classOscl__Vector__Base.html#ad1bad7a85aceac3a23b22d064364fb50">numelems</a>;
<a name="l00391"></a>00391         }
<a name="l00392"></a>00392 
<a name="l00399"></a><a class="code" href="classOscl__Vector.html#aefa75c9a551fb4e4fbf31613924910d5">00399</a>         <a class="code" href="classOsclNetworkAddress.html">iterator</a> <a class="code" href="classOscl__Vector.html#aefa75c9a551fb4e4fbf31613924910d5">erase</a>(<a class="code" href="classOsclNetworkAddress.html">iterator</a> pos)
<a name="l00400"></a>00400         {
<a name="l00401"></a>00401             <span class="keywordflow">return</span> (<a class="code" href="classOsclNetworkAddress.html">iterator</a>)<a class="code" href="classOscl__Vector.html#aefa75c9a551fb4e4fbf31613924910d5">Oscl_Vector_Base::erase</a>(pos);
<a name="l00402"></a>00402         }
<a name="l00403"></a>00403 
<a name="l00411"></a><a class="code" href="classOscl__Vector.html#a03d3732d072dd2d4b8c3cdaa0b82d8ea">00411</a>         <a class="code" href="classOsclNetworkAddress.html">iterator</a> <a class="code" href="classOscl__Vector.html#aefa75c9a551fb4e4fbf31613924910d5">erase</a>(<a class="code" href="classOsclNetworkAddress.html">iterator</a> first, <a class="code" href="classOsclNetworkAddress.html">iterator</a> last)
<a name="l00412"></a>00412         {
<a name="l00413"></a>00413             <span class="keywordflow">return</span> (<a class="code" href="classOsclNetworkAddress.html">iterator</a>)<a class="code" href="classOscl__Vector.html#aefa75c9a551fb4e4fbf31613924910d5">Oscl_Vector_Base::erase</a>(first, last);
<a name="l00414"></a>00414         }
<a name="l00415"></a>00415 
<a name="l00416"></a>00416     <span class="keyword">private</span>:
<a name="l00417"></a>00417 
<a name="l00418"></a>00418         Alloc defAlloc;
<a name="l00419"></a>00419 
<a name="l00420"></a>00420         <span class="comment">//from Oscl_Opaque_Type_Alloc</span>
<a name="l00421"></a>00421         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* allocate(<span class="keyword">const</span> uint32 <a class="code" href="classOscl__Vector__Base.html#a9145d16629b48fb70851d77e1920a2ea">size</a>)
<a name="l00422"></a>00422         {
<a name="l00423"></a>00423             <span class="comment">//prevent zero-size allocations since some allocators don&#39;t handle this</span>
<a name="l00424"></a>00424             <span class="keywordflow">return</span> (size) ? defAlloc.ALLOCATE(size) : <a class="code" href="group__osclbase.html#ga070d2ce7b6bb7e5c05602aa8c308d0c4" title="The NULL_TERM_CHAR is used to terminate c-style strings.">NULL</a>;
<a name="l00425"></a>00425         }
<a name="l00426"></a>00426 
<a name="l00427"></a>00427         <span class="comment">//from Oscl_Opaque_Type_Alloc</span>
<a name="l00428"></a>00428         <span class="keywordtype">void</span> deallocate(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* p)
<a name="l00429"></a>00429         {
<a name="l00430"></a>00430             defAlloc.deallocate(p);
<a name="l00431"></a>00431         }
<a name="l00432"></a>00432 
<a name="l00433"></a>00433         <span class="comment">//from Oscl_Opaque_Type_Alloc</span>
<a name="l00434"></a>00434         <span class="keywordtype">void</span> construct(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* p, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* x)
<a name="l00435"></a>00435         {
<a name="l00436"></a>00436             <a class="code" href="group__osclbase.html#gaf7c21e5b6e4fee4247225dd31f89c8ca">OSCL_ASSERT</a>(x);
<a name="l00437"></a>00437             <span class="keyword">new</span>(p) <a class="code" href="classOscl__Vector.html#a8e3bcab7044a713ae9a4920265e814ee">value_type</a>(*((T*)x));
<a name="l00438"></a>00438         }
<a name="l00439"></a>00439 
<a name="l00440"></a>00440         <span class="comment">//from Oscl_Opaque_Type_Alloc</span>
<a name="l00441"></a>00441         <span class="keywordtype">void</span> <a class="code" href="classOscl__Vector.html#a400104814c6a924bc32c6f5e759b9ad3">destroy</a>(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* first)
<a name="l00442"></a>00442         {
<a name="l00443"></a>00443             <a class="code" href="group__osclbase.html#gaf7c21e5b6e4fee4247225dd31f89c8ca">OSCL_ASSERT</a>(first);
<a name="l00444"></a>00444             <a class="code" href="group__osclbase.html#ga0ac3a7c93a978fa6d04c2a5d810612dd">OSCL_UNUSED_ARG</a>(first);
<a name="l00445"></a>00445             <span class="comment">//note: must use &quot;pointer&quot; instead of &quot;T*&quot; here to avoid ADS 1.2 compile error.</span>
<a name="l00446"></a>00446             ((<a class="code" href="classOscl__Vector.html#a80a4ba965790c28db944332937959dd7">pointer</a>)first)-&gt;~T();
<a name="l00447"></a>00447         }
<a name="l00448"></a>00448 
<a name="l00449"></a>00449 };
<a name="l00450"></a>00450 
<a name="l00451"></a>00451 
<a name="l00455"></a>00455 <span class="preprocessor">#endif</span>
<a name="l00456"></a>00456 <span class="preprocessor"></span>
<a name="l00457"></a>00457 
<a name="l00458"></a>00458 
<a name="l00459"></a>00459 
<a name="l00460"></a>00460 
</pre></div></div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: CORE_9.005.1.1 </small>
</small></address>
</body>
</html>