This file is indexed.

/usr/share/doc/jaula/html/classJAULA_1_1Value__Object.html is in libjaula-doc 1.4.0-5build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>jaula API Reference: JAULA::Value_Object 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</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">jaula API Reference
   &#160;<span id="projectnumber">version 1.4.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classJAULA_1_1Value__Object.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a>  </div>
  <div class="headertitle">
<div class="title">JAULA::Value_Object Class Reference<div class="ingroups"><a class="el" href="group__jaula__val.html">JAULA: JSON Values containers</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p>Class for handling object values.  
 <a href="classJAULA_1_1Value__Object.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="jaula__value__object_8h_source.html">jaula_value_object.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for JAULA::Value_Object:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classJAULA_1_1Value__Object.png" usemap="#JAULA::Value_5FObject_map" alt=""/>
  <map id="JAULA::Value_5FObject_map" name="JAULA::Value_5FObject_map">
<area href="classJAULA_1_1Value__Complex.html" title="Base class for handling complex values. " alt="JAULA::Value_Complex" shape="rect" coords="0,56,146,80"/>
<area href="classJAULA_1_1Value.html" title="Base class for handling values. " alt="JAULA::Value" shape="rect" coords="0,0,146,24"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:af541279d9132754a676ff26115b93be2"><td class="memItemLeft" align="right" valign="top">typedef std::map&lt; std::string, <a class="el" href="classJAULA_1_1Value.html">Value</a> * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">dataType</a></td></tr>
<tr class="memdesc:af541279d9132754a676ff26115b93be2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Data type for value contents.  <a href="#af541279d9132754a676ff26115b93be2">More...</a><br /></td></tr>
<tr class="separator:af541279d9132754a676ff26115b93be2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_types_classJAULA_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classJAULA_1_1Value')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="classJAULA_1_1Value.html">JAULA::Value</a></td></tr>
<tr class="memitem:abd733466d82038744096c9e511a34f9a inherit pub_types_classJAULA_1_1Value"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9a">ValueType</a> { <br />
&#160;&#160;<a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9aa7e6263d35b7e7eca07d8f18cc4435da2">TYPE_NULL</a>, 
<a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9aa2797ae23806954099da3c647a963a709">TYPE_BOOLEAN</a>, 
<a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9aa1214957f1c910b629e6475daff41664c">TYPE_STRING</a>, 
<a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9aaa7b080dad5a7e691aa340e329d09f83e">TYPE_NUMBER</a>, 
<br />
&#160;&#160;<a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9aa3766b562ba180f08d2da542d70d86523">TYPE_NUMBER_INT</a>, 
<a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9aaf068f23add6ce94d00d4cf9959c9ded1">TYPE_ARRAY</a>, 
<b>TYPE_OBJECT</b>
<br />
 }<tr class="memdesc:abd733466d82038744096c9e511a34f9a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enumeration of available value types.  <a href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9a">More...</a><br /></td></tr>
</td></tr>
<tr class="separator:abd733466d82038744096c9e511a34f9a inherit pub_types_classJAULA_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><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:aa35cc195392c86fdb97fda72a9ae598a"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#aa35cc195392c86fdb97fda72a9ae598a">clear</a> (void)</td></tr>
<tr class="memdesc:aa35cc195392c86fdb97fda72a9ae598a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Empties the contents of an instance.  <a href="#aa35cc195392c86fdb97fda72a9ae598a">More...</a><br /></td></tr>
<tr class="separator:aa35cc195392c86fdb97fda72a9ae598a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ddee639f136d30e0f2285c4f7f0ec36"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#a5ddee639f136d30e0f2285c4f7f0ec36">empty</a> (void) const</td></tr>
<tr class="memdesc:a5ddee639f136d30e0f2285c4f7f0ec36"><td class="mdescLeft">&#160;</td><td class="mdescRight">True if the instance is empty.  <a href="#a5ddee639f136d30e0f2285c4f7f0ec36">More...</a><br /></td></tr>
<tr class="separator:a5ddee639f136d30e0f2285c4f7f0ec36"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2231e1090a11bda642027f0cef6d79ba"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">dataType</a> const  &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#a2231e1090a11bda642027f0cef6d79ba">getData</a> (void) const</td></tr>
<tr class="memdesc:a2231e1090a11bda642027f0cef6d79ba"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the map of values contained by the instance.  <a href="#a2231e1090a11bda642027f0cef6d79ba">More...</a><br /></td></tr>
<tr class="separator:a2231e1090a11bda642027f0cef6d79ba"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1a92fbeccb14d0f4ea400fec1effb52a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#a1a92fbeccb14d0f4ea400fec1effb52a">insertItem</a> (std::string const &amp;name, <a class="el" href="classJAULA_1_1Value.html">Value</a> const &amp;item)  throw (Name_Duplicated)</td></tr>
<tr class="memdesc:a1a92fbeccb14d0f4ea400fec1effb52a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Inserts one item to the object.  <a href="#a1a92fbeccb14d0f4ea400fec1effb52a">More...</a><br /></td></tr>
<tr class="separator:a1a92fbeccb14d0f4ea400fec1effb52a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1b107db1a14986f64d9e8e6487c5e24f"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#a1b107db1a14986f64d9e8e6487c5e24f">repr</a> (std::ostream &amp;ostr) const</td></tr>
<tr class="memdesc:a1b107db1a14986f64d9e8e6487c5e24f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Represents the instance in a stream.  <a href="#a1b107db1a14986f64d9e8e6487c5e24f">More...</a><br /></td></tr>
<tr class="separator:a1b107db1a14986f64d9e8e6487c5e24f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa6f6a6fdf36f1ed7e22361e36effaa69"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#aa6f6a6fdf36f1ed7e22361e36effaa69">set</a> (<a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">dataType</a> const &amp;data)</td></tr>
<tr class="memdesc:aa6f6a6fdf36f1ed7e22361e36effaa69"><td class="mdescLeft">&#160;</td><td class="mdescRight">Establishes the contents of the instance.  <a href="#aa6f6a6fdf36f1ed7e22361e36effaa69">More...</a><br /></td></tr>
<tr class="separator:aa6f6a6fdf36f1ed7e22361e36effaa69"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a16d34f4682b4a06ffa9748b40c8c1ce0"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#a16d34f4682b4a06ffa9748b40c8c1ce0">set</a> (<a class="el" href="classJAULA_1_1Value.html">Value</a> const &amp;origin)  throw (Bad_Data_Type)</td></tr>
<tr class="memdesc:a16d34f4682b4a06ffa9748b40c8c1ce0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies the contents of one instance into another.  <a href="#a16d34f4682b4a06ffa9748b40c8c1ce0">More...</a><br /></td></tr>
<tr class="separator:a16d34f4682b4a06ffa9748b40c8c1ce0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7748ad0a6c26f47781b1b3f62beff77c"><td class="memItemLeft" align="right" valign="top">virtual size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#a7748ad0a6c26f47781b1b3f62beff77c">size</a> (void) const</td></tr>
<tr class="memdesc:a7748ad0a6c26f47781b1b3f62beff77c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Number of elements contained.  <a href="#a7748ad0a6c26f47781b1b3f62beff77c">More...</a><br /></td></tr>
<tr class="separator:a7748ad0a6c26f47781b1b3f62beff77c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad50b5f9ea8ca0f570d394fba61940c0e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#ad50b5f9ea8ca0f570d394fba61940c0e">Value_Object</a> (void)</td></tr>
<tr class="memdesc:ad50b5f9ea8ca0f570d394fba61940c0e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default Constructor.  <a href="#ad50b5f9ea8ca0f570d394fba61940c0e">More...</a><br /></td></tr>
<tr class="separator:ad50b5f9ea8ca0f570d394fba61940c0e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0b769838b067671cadeabcd2e9c22e55"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#a0b769838b067671cadeabcd2e9c22e55">Value_Object</a> (<a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">dataType</a> const &amp;data)</td></tr>
<tr class="memdesc:a0b769838b067671cadeabcd2e9c22e55"><td class="mdescLeft">&#160;</td><td class="mdescRight">Data Constructor.  <a href="#a0b769838b067671cadeabcd2e9c22e55">More...</a><br /></td></tr>
<tr class="separator:a0b769838b067671cadeabcd2e9c22e55"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6a6ceeb8972f04f0006e91ee65b25a48"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#a6a6ceeb8972f04f0006e91ee65b25a48">~Value_Object</a> ()</td></tr>
<tr class="memdesc:a6a6ceeb8972f04f0006e91ee65b25a48"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#a6a6ceeb8972f04f0006e91ee65b25a48">More...</a><br /></td></tr>
<tr class="separator:a6a6ceeb8972f04f0006e91ee65b25a48"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classJAULA_1_1Value__Complex"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classJAULA_1_1Value__Complex')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classJAULA_1_1Value__Complex.html">JAULA::Value_Complex</a></td></tr>
<tr class="memitem:a4e598f3923e069416f2140e33f20fce6 inherit pub_methods_classJAULA_1_1Value__Complex"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Complex.html#a4e598f3923e069416f2140e33f20fce6">~Value_Complex</a> ()</td></tr>
<tr class="memdesc:a4e598f3923e069416f2140e33f20fce6 inherit pub_methods_classJAULA_1_1Value__Complex"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="classJAULA_1_1Value__Complex.html#a4e598f3923e069416f2140e33f20fce6">More...</a><br /></td></tr>
<tr class="separator:a4e598f3923e069416f2140e33f20fce6 inherit pub_methods_classJAULA_1_1Value__Complex"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classJAULA_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classJAULA_1_1Value')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classJAULA_1_1Value.html">JAULA::Value</a></td></tr>
<tr class="memitem:a3fbf54f53e1db4929794b45ed6d77fbf inherit pub_methods_classJAULA_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9a">ValueType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value.html#a3fbf54f53e1db4929794b45ed6d77fbf">getType</a> (void) const</td></tr>
<tr class="memdesc:a3fbf54f53e1db4929794b45ed6d77fbf inherit pub_methods_classJAULA_1_1Value"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the value type for the instance.  <a href="classJAULA_1_1Value.html#a3fbf54f53e1db4929794b45ed6d77fbf">More...</a><br /></td></tr>
<tr class="separator:a3fbf54f53e1db4929794b45ed6d77fbf inherit pub_methods_classJAULA_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af27b1a6c4bd029fafbd7e4ef1cffc345 inherit pub_methods_classJAULA_1_1Value"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classJAULA_1_1Value.html">Value</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value.html#af27b1a6c4bd029fafbd7e4ef1cffc345">operator=</a> (<a class="el" href="classJAULA_1_1Value.html">Value</a> const &amp;orig)  throw (Bad_Data_Type)</td></tr>
<tr class="memdesc:af27b1a6c4bd029fafbd7e4ef1cffc345 inherit pub_methods_classJAULA_1_1Value"><td class="mdescLeft">&#160;</td><td class="mdescRight">Assignment operator.  <a href="classJAULA_1_1Value.html#af27b1a6c4bd029fafbd7e4ef1cffc345">More...</a><br /></td></tr>
<tr class="separator:af27b1a6c4bd029fafbd7e4ef1cffc345 inherit pub_methods_classJAULA_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9097e24411e0497ff18e76f413e35333 inherit pub_methods_classJAULA_1_1Value"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value.html#a9097e24411e0497ff18e76f413e35333">~Value</a> ()</td></tr>
<tr class="memdesc:a9097e24411e0497ff18e76f413e35333 inherit pub_methods_classJAULA_1_1Value"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="classJAULA_1_1Value.html#a9097e24411e0497ff18e76f413e35333">More...</a><br /></td></tr>
<tr class="separator:a9097e24411e0497ff18e76f413e35333 inherit pub_methods_classJAULA_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:afe9e461d1c8f6994b0ea3f3a66a5f0de"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">dataType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a></td></tr>
<tr class="memdesc:afe9e461d1c8f6994b0ea3f3a66a5f0de"><td class="mdescLeft">&#160;</td><td class="mdescRight">Container to hold the value itself.  <a href="#afe9e461d1c8f6994b0ea3f3a66a5f0de">More...</a><br /></td></tr>
<tr class="separator:afe9e461d1c8f6994b0ea3f3a66a5f0de"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_static_methods_classJAULA_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classJAULA_1_1Value')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classJAULA_1_1Value.html">JAULA::Value</a></td></tr>
<tr class="memitem:ac8f298fd9f0a0e7b76f2c597560e96b1 inherit pub_static_methods_classJAULA_1_1Value"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classJAULA_1_1Value.html">Value</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value.html#ac8f298fd9f0a0e7b76f2c597560e96b1">duplicate</a> (<a class="el" href="classJAULA_1_1Value.html">Value</a> const &amp;orig)</td></tr>
<tr class="memdesc:ac8f298fd9f0a0e7b76f2c597560e96b1 inherit pub_static_methods_classJAULA_1_1Value"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a duplicate of a value.  <a href="classJAULA_1_1Value.html#ac8f298fd9f0a0e7b76f2c597560e96b1">More...</a><br /></td></tr>
<tr class="separator:ac8f298fd9f0a0e7b76f2c597560e96b1 inherit pub_static_methods_classJAULA_1_1Value"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_classJAULA_1_1Value__Complex"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classJAULA_1_1Value__Complex')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classJAULA_1_1Value__Complex.html">JAULA::Value_Complex</a></td></tr>
<tr class="memitem:a2a1e6558917011885a4908317aac95a6 inherit pro_methods_classJAULA_1_1Value__Complex"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value__Complex.html#a2a1e6558917011885a4908317aac95a6">Value_Complex</a> (<a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9a">ValueType</a> Type)</td></tr>
<tr class="memdesc:a2a1e6558917011885a4908317aac95a6 inherit pro_methods_classJAULA_1_1Value__Complex"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor.  <a href="classJAULA_1_1Value__Complex.html#a2a1e6558917011885a4908317aac95a6">More...</a><br /></td></tr>
<tr class="separator:a2a1e6558917011885a4908317aac95a6 inherit pro_methods_classJAULA_1_1Value__Complex"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_classJAULA_1_1Value"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classJAULA_1_1Value')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classJAULA_1_1Value.html">JAULA::Value</a></td></tr>
<tr class="memitem:a0344bd340e96d19d7290f0235eaed282 inherit pro_methods_classJAULA_1_1Value"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classJAULA_1_1Value.html#a0344bd340e96d19d7290f0235eaed282">Value</a> (<a class="el" href="classJAULA_1_1Value.html#abd733466d82038744096c9e511a34f9a">ValueType</a> Type)</td></tr>
<tr class="memdesc:a0344bd340e96d19d7290f0235eaed282 inherit pro_methods_classJAULA_1_1Value"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor.  <a href="classJAULA_1_1Value.html#a0344bd340e96d19d7290f0235eaed282">More...</a><br /></td></tr>
<tr class="separator:a0344bd340e96d19d7290f0235eaed282 inherit pro_methods_classJAULA_1_1Value"><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>Class for handling object values. </p>
<dl class="section user"><dt></dt><dd>This class is a container for JSON objects</dd></dl>
<dl class="section author"><dt>Author</dt><dd>Kombo Morongo <a href="#" onclick="location.href='mai'+'lto:'+'mor'+'on'+'go6'+'66'+'@gm'+'ai'+'l.c'+'om'; return false;">moron<span style="display: none;">.nosp@m.</span>go66<span style="display: none;">.nosp@m.</span>6@gma<span style="display: none;">.nosp@m.</span>il.c<span style="display: none;">.nosp@m.</span>om</a> </dd></dl>
</div><h2 class="groupheader">Member Typedef Documentation</h2>
<a id="af541279d9132754a676ff26115b93be2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af541279d9132754a676ff26115b93be2">&#9670;&nbsp;</a></span>dataType</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt;std::string, <a class="el" href="classJAULA_1_1Value.html">Value</a> *&gt; <a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">JAULA::Value_Object::dataType</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Data type for value contents. </p>
<dl class="section user"><dt>Description</dt><dd>Definition for the data container internal structure.</dd></dl>
<dl class="section user"><dt></dt><dd>This data type defines a map of pointers to any kind of values (including objects) indexed by a property name that is always a string. </dd></dl>

</div>
</div>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="ad50b5f9ea8ca0f570d394fba61940c0e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad50b5f9ea8ca0f570d394fba61940c0e">&#9670;&nbsp;</a></span>Value_Object() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">JAULA::Value_Object::Value_Object </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Default Constructor. </p>
<dl class="section user"><dt>Description</dt><dd>The default constructor initializes an empty object. </dd></dl>

</div>
</div>
<a id="a0b769838b067671cadeabcd2e9c22e55"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0b769838b067671cadeabcd2e9c22e55">&#9670;&nbsp;</a></span>Value_Object() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">JAULA::Value_Object::Value_Object </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">Value_Object::dataType</a> const &amp;&#160;</td>
          <td class="paramname"><em>data</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Data Constructor. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">data</td><td>Reference to the data to be copied</td></tr>
  </table>
  </dd>
</dl>
<dl class="section user"><dt>Description</dt><dd>This constructor generates a new instance by making a deep copy of the original data. </dd></dl>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a>, and <a class="el" href="classJAULA_1_1Value.html#ac8f298fd9f0a0e7b76f2c597560e96b1">JAULA::Value::duplicate()</a>.</p>

</div>
</div>
<a id="a6a6ceeb8972f04f0006e91ee65b25a48"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6a6ceeb8972f04f0006e91ee65b25a48">&#9670;&nbsp;</a></span>~Value_Object()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">JAULA::Value_Object::~Value_Object </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Destructor. </p>
<dl class="section note"><dt>Note</dt><dd>The destruction process releases all the memory associated to the data structure so any reference to the object or any element in it will be void. </dd></dl>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#aa35cc195392c86fdb97fda72a9ae598a">clear()</a>.</p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="aa35cc195392c86fdb97fda72a9ae598a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa35cc195392c86fdb97fda72a9ae598a">&#9670;&nbsp;</a></span>clear()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JAULA::Value_Object::clear </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Empties the contents of an instance. </p>
<dl class="section user"><dt>Description</dt><dd>Erases the contained array.</dd></dl>
<dl class="section note"><dt>Note</dt><dd>As the array is destroyed by the process, any references to it or to any of its elements will be void. </dd></dl>

<p>Implements <a class="el" href="classJAULA_1_1Value__Complex.html#a493465720c815c87641fa6f45f28ba1a">JAULA::Value_Complex</a>.</p>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a>.</p>

<p class="reference">Referenced by <a class="el" href="classJAULA_1_1Value__Object.html#aa6f6a6fdf36f1ed7e22361e36effaa69">set()</a>, and <a class="el" href="classJAULA_1_1Value__Object.html#a6a6ceeb8972f04f0006e91ee65b25a48">~Value_Object()</a>.</p>

</div>
</div>
<a id="a5ddee639f136d30e0f2285c4f7f0ec36"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5ddee639f136d30e0f2285c4f7f0ec36">&#9670;&nbsp;</a></span>empty()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">bool JAULA::Value_Object::empty </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>True if the instance is empty. </p>
<dl class="section return"><dt>Returns</dt><dd>true if there are no single elements contained in the object and false otherwise. </dd></dl>

<p>Implements <a class="el" href="classJAULA_1_1Value__Complex.html#a178a2bf3183f5edf660af182e1227067">JAULA::Value_Complex</a>.</p>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a>.</p>

</div>
</div>
<a id="a2231e1090a11bda642027f0cef6d79ba"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2231e1090a11bda642027f0cef6d79ba">&#9670;&nbsp;</a></span>getData()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">Value_Object::dataType</a> const  &amp; JAULA::Value_Object::getData </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Retrieves the map of values contained by the instance. </p>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a>.</p>

<p class="reference">Referenced by <a class="el" href="classJAULA_1_1Value.html#ac8f298fd9f0a0e7b76f2c597560e96b1">JAULA::Value::duplicate()</a>, and <a class="el" href="classJAULA_1_1Value__Object.html#a16d34f4682b4a06ffa9748b40c8c1ce0">set()</a>.</p>

</div>
</div>
<a id="a1a92fbeccb14d0f4ea400fec1effb52a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1a92fbeccb14d0f4ea400fec1effb52a">&#9670;&nbsp;</a></span>insertItem()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void JAULA::Value_Object::insertItem </td>
          <td>(</td>
          <td class="paramtype">std::string const &amp;&#160;</td>
          <td class="paramname"><em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classJAULA_1_1Value.html">Value</a> const &amp;&#160;</td>
          <td class="paramname"><em>item</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
        <tr>
          <td align="right">throw </td><td>(</td><td colspan="2"><a class="el" href="classJAULA_1_1Name__Duplicated.html">Name_Duplicated</a></td>
        </tr>
        <tr>
          <td align="right"></td><td>)</td><td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Inserts one item to the object. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">name</td><td>Name for the property to insert</td></tr>
    <tr><td class="paramname">item</td><td>Item value to be inserted</td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="classJAULA_1_1Name__Duplicated.html" title="Class for bad object property name exceptions. ">Name_Duplicated</a></td><td>This exception is thrown in case the object already has a property with the same name as the one to insert.</td></tr>
  </table>
  </dd>
</dl>
<dl class="section user"><dt>Description</dt><dd>Inserts a deep copy of the item value at the specified name fot the object. </dd></dl>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a>, and <a class="el" href="classJAULA_1_1Value.html#ac8f298fd9f0a0e7b76f2c597560e96b1">JAULA::Value::duplicate()</a>.</p>

</div>
</div>
<a id="a1b107db1a14986f64d9e8e6487c5e24f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1b107db1a14986f64d9e8e6487c5e24f">&#9670;&nbsp;</a></span>repr()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JAULA::Value_Object::repr </td>
          <td>(</td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>ostr</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Represents the instance in a stream. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">ostr</td><td>Stream where the instance is to be represented.</td></tr>
  </table>
  </dd>
</dl>
<dl class="section user"><dt>Description</dt><dd>writes the instance content in JSON notation in a stream. </dd></dl>

<p>Implements <a class="el" href="classJAULA_1_1Value.html#acc0fcc910630095dcd08a37b29398008">JAULA::Value</a>.</p>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a>.</p>

</div>
</div>
<a id="aa6f6a6fdf36f1ed7e22361e36effaa69"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa6f6a6fdf36f1ed7e22361e36effaa69">&#9670;&nbsp;</a></span>set() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void JAULA::Value_Object::set </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">dataType</a> const &amp;&#160;</td>
          <td class="paramname"><em>data</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Establishes the contents of the instance. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">data</td><td>map of values to assign to the instance</td></tr>
  </table>
  </dd>
</dl>
<dl class="section note"><dt>Note</dt><dd>The destination object is destroyed during the asignment process so, any references to it or to its former elements will be void. </dd></dl>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#aa35cc195392c86fdb97fda72a9ae598a">clear()</a>, <a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a>, and <a class="el" href="classJAULA_1_1Value.html#ac8f298fd9f0a0e7b76f2c597560e96b1">JAULA::Value::duplicate()</a>.</p>

</div>
</div>
<a id="a16d34f4682b4a06ffa9748b40c8c1ce0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a16d34f4682b4a06ffa9748b40c8c1ce0">&#9670;&nbsp;</a></span>set() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void JAULA::Value_Object::set </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classJAULA_1_1Value.html">Value</a> const &amp;&#160;</td>
          <td class="paramname"><em>origin</em></td><td>)</td>
          <td></td>
        </tr>
        <tr>
          <td align="right">throw </td><td>(</td><td colspan="2"><a class="el" href="classJAULA_1_1Bad__Data__Type.html">Bad_Data_Type</a></td>
        </tr>
        <tr>
          <td align="right"></td><td>)</td><td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Copies the contents of one instance into another. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">origin</td><td>Reference to the value to be copied.</td></tr>
  </table>
  </dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname"><a class="el" href="classJAULA_1_1Bad__Data__Type.html" title="class for incompatible data type exceptions ">Bad_Data_Type</a></td><td>This exception is launched in case that origin and destination value types are different.</td></tr>
  </table>
  </dd>
</dl>
<dl class="section note"><dt>Note</dt><dd>The destination object is destroyed during the asignment process so, any references to it or to its former elements will be void. </dd></dl>

<p>Reimplemented from <a class="el" href="classJAULA_1_1Value.html#a2b35b2be89e4d01368f6867a149446ad">JAULA::Value</a>.</p>

<p class="reference">References <a class="el" href="classJAULA_1_1Exception.html#a5a8a30a5c52dbda332d7a6cee79a7476">JAULA::Exception::addOrigin()</a>, <a class="el" href="classJAULA_1_1Value__Object.html#a2231e1090a11bda642027f0cef6d79ba">getData()</a>, and <a class="el" href="classJAULA_1_1Value.html#a2b35b2be89e4d01368f6867a149446ad">JAULA::Value::set()</a>.</p>

</div>
</div>
<a id="a7748ad0a6c26f47781b1b3f62beff77c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7748ad0a6c26f47781b1b3f62beff77c">&#9670;&nbsp;</a></span>size()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">size_t JAULA::Value_Object::size </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Number of elements contained. </p>
<dl class="section return"><dt>Returns</dt><dd>the number of single elements contained by the object. </dd></dl>

<p>Implements <a class="el" href="classJAULA_1_1Value__Complex.html#a29f510f33963f51a1bcf7d48ba421b5a">JAULA::Value_Complex</a>.</p>

<p class="reference">References <a class="el" href="classJAULA_1_1Value__Object.html#afe9e461d1c8f6994b0ea3f3a66a5f0de">data_</a>.</p>

</div>
</div>
<h2 class="groupheader">Field Documentation</h2>
<a id="afe9e461d1c8f6994b0ea3f3a66a5f0de"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afe9e461d1c8f6994b0ea3f3a66a5f0de">&#9670;&nbsp;</a></span>data_</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classJAULA_1_1Value__Object.html#af541279d9132754a676ff26115b93be2">dataType</a> JAULA::Value_Object::data_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Container to hold the value itself. </p>

<p class="reference">Referenced by <a class="el" href="classJAULA_1_1Value__Object.html#aa35cc195392c86fdb97fda72a9ae598a">clear()</a>, <a class="el" href="classJAULA_1_1Value__Object.html#a5ddee639f136d30e0f2285c4f7f0ec36">empty()</a>, <a class="el" href="classJAULA_1_1Value__Object.html#a2231e1090a11bda642027f0cef6d79ba">getData()</a>, <a class="el" href="classJAULA_1_1Value__Object.html#a1a92fbeccb14d0f4ea400fec1effb52a">insertItem()</a>, <a class="el" href="classJAULA_1_1Value__Object.html#a1b107db1a14986f64d9e8e6487c5e24f">repr()</a>, <a class="el" href="classJAULA_1_1Value__Object.html#aa6f6a6fdf36f1ed7e22361e36effaa69">set()</a>, <a class="el" href="classJAULA_1_1Value__Object.html#a7748ad0a6c26f47781b1b3f62beff77c">size()</a>, and <a class="el" href="classJAULA_1_1Value__Object.html#a0b769838b067671cadeabcd2e9c22e55">Value_Object()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="jaula__value__object_8h_source.html">jaula_value_object.h</a></li>
<li>jaula_value_object.cc</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->

<!-- svn info -->
<!-- $Author: morongo $ -->
<!-- $Date: 2009-01-11 17:17:03 +0100 (dom, 11 ene 2009) $ -->
<!-- $HeadURL: https://jaula.svn.sourceforge.net/svnroot/jaula/tags/jaula-1.4.0/doc/api_footer.html $ -->
<!-- $Revision: 45 $ -->
<div>
<p><hr/></p>
<p style="text-align : center;"><a
  href="http://morongo.homelinux.net/jaula/docs"
  target="_parent"
  title="JAULA Project Documentation Page">Back to
  <acronym title="JSON Analysis User Library Acronym">JAULA</acronym>
  Project Documentation Page</a>.</p>
<p style="text-align : center;"><a
  href="http://morongo.homelinux.net/jaula"
  target="_parent"
  title="JAULA Project Home Page">Go to
  <acronym title="JSON Analysis User Library Acronym">JAULA</acronym>
  Project Home Page</a>.</p>
</div>
<div>
<p><hr/></p>
<p>Copyright (c) 2007, 2008, 2009 <a href="http://sourceforge.net/users/morongo"
  target="_parent" title="Morongo at SourceForge">Kombo Morongo</a>.</p>
<p>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled <a
  href="main.html" target="_parent"
  >"GNU Free Documentation License"</a>.</p>
<!--<div style="float : left; width : 250px; margin-right : 5px;">-->
<div style="float : left;">
<address style="text-align: center;"><p><small>API Reference Generated for jaula by
</small></p></address>
<div style="width : 100px; margin-left: auto; margin-right : auto;">
  <a href="http://www.doxygen.org/index.html" target="_parent"
    ><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
</div>
</div>
<!--<div style="float : right; width : 150px; margin-left : 5px;">-->
<div style="float : right;">
<address style="text-align: center;"><p><small>jaula project hosted by
</small></p></address>
<div style="width: 125px; margin-left: auto; margin-right : auto;">
  <a href="http://sourceforge.net" target="_parent"
    >SourceForge.net</a>
</div>
</div>
</div>
<!-- $Id: api_footer.html 45 2009-01-11 16:17:03Z morongo $ -->