aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a03846.html
blob: 8e9349e38836b062bfb4c34f90018b08006b835c (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
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
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>NeL: NLAISCRIPT::IOpCode class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6 -->
<div class="qindex">  <form class="search" action="search.php" method="get">
<a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a>  | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
<h1>NLAISCRIPT::IOpCode Class Reference</h1><code>#include &lt;<a class="el" href="a06724.html">virtual_op_code.h</a>&gt;</code>
<p>
<p>Inheritance diagram for NLAISCRIPT::IOpCode:
<p><center><img src="a03846.png" usemap="#NLAISCRIPT::IOpCode_map" border="0" alt=""></center>
<map name="NLAISCRIPT::IOpCode_map">
<area href="a02149.html" alt="NLAIAGENT::IObjectIA" shape="rect" coords="131,336,383,360">
<area href="a02153.html" alt="NLAIAGENT::IBasicObjectIA" shape="rect" coords="131,280,383,304">
<area href="a02154.html" alt="NLAIC::IBasicInterface" shape="rect" coords="131,224,383,248">
<area href="a02151.html" alt="NLAIC::IBasicType" shape="rect" coords="131,168,383,192">
<area href="a02145.html" alt="NLAIC::IPointerGestion" shape="rect" coords="131,112,383,136">
<area href="a02867.html" alt="NLMISC::IStreamable" shape="rect" coords="131,56,383,80">
<area href="a02540.html" alt="NLMISC::IClassable" shape="rect" coords="131,0,383,24">
<area href="a03847.html" alt="NLAISCRIPT::ICodeBranche" shape="rect" coords="0,448,252,472">
<area href="a02173.html" alt="NLAISCRIPT::IOpRunCode" shape="rect" coords="262,448,514,472">
<area href="a02372.html" alt="NLAISCRIPT::CCodeBrancheRun" shape="rect" coords="0,504,252,528">
<area href="a02172.html" alt="NLAISCRIPT::CAddOpCode" shape="rect" coords="524,504,776,528">
<area href="a02174.html" alt="NLAISCRIPT::CAddParamNameDebug" shape="rect" coords="524,560,776,584">
<area href="a02177.html" alt="NLAISCRIPT::CAffHeapMemberiOpCode" shape="rect" coords="524,616,776,640">
<area href="a02178.html" alt="NLAISCRIPT::CAffMemberiOpCode" shape="rect" coords="524,672,776,696">
<area href="a02179.html" alt="NLAISCRIPT::CAffMemberOpCode" shape="rect" coords="524,728,776,752">
<area href="a02180.html" alt="NLAISCRIPT::CAffOpCode" shape="rect" coords="524,784,776,808">
<area href="a02181.html" alt="NLAISCRIPT::CAffOpCodeDebug" shape="rect" coords="524,840,776,864">
<area href="a02429.html" alt="NLAISCRIPT::CDiffOpCode" shape="rect" coords="524,896,776,920">
<area href="a02432.html" alt="NLAISCRIPT::CDivOpCode" shape="rect" coords="524,952,776,976">
<area href="a02459.html" alt="NLAISCRIPT::CEqOpCode" shape="rect" coords="524,1008,776,1032">
<area href="a02530.html" alt="NLAISCRIPT::CFindRunMsg" shape="rect" coords="524,1064,776,1088">
<area href="a02560.html" alt="NLAISCRIPT::CFreeAlloc" shape="rect" coords="524,1120,776,1144">
<area href="a02561.html" alt="NLAISCRIPT::CFreeAllocDebug" shape="rect" coords="524,1176,776,1200">
<area href="a02603.html" alt="NLAISCRIPT::CHaltOpCode" shape="rect" coords="524,1232,776,1256">
<area href="a02666.html" alt="NLAISCRIPT::CInfEqOpCode" shape="rect" coords="524,1288,776,1312">
<area href="a02667.html" alt="NLAISCRIPT::CInfOpCode" shape="rect" coords="524,1344,776,1368">
<area href="a02693.html" alt="NLAISCRIPT::CJFalseOpCode" shape="rect" coords="524,1400,776,1424">
<area href="a02694.html" alt="NLAISCRIPT::CJmpOpCode" shape="rect" coords="524,1456,776,1480">
<area href="a02721.html" alt="NLAISCRIPT::CLdbHeapMemberiOpCode" shape="rect" coords="524,1512,776,1536">
<area href="a02722.html" alt="NLAISCRIPT::CLdbMemberiOpCode" shape="rect" coords="524,1568,776,1592">
<area href="a02723.html" alt="NLAISCRIPT::CLdbMemberOpCode" shape="rect" coords="524,1624,776,1648">
<area href="a02724.html" alt="NLAISCRIPT::CLdbNewOpCode" shape="rect" coords="524,1680,776,1704">
<area href="a02725.html" alt="NLAISCRIPT::CLdbOpCode" shape="rect" coords="524,1736,776,1760">
<area href="a02726.html" alt="NLAISCRIPT::CLdbRefOpCode" shape="rect" coords="524,1792,776,1816">
<area href="a02727.html" alt="NLAISCRIPT::CLdbStackMemberiOpCode" shape="rect" coords="524,1848,776,1872">
<area href="a02731.html" alt="NLAISCRIPT::CLibCallInheritedMethod" shape="rect" coords="524,1904,776,1928">
<area href="a02732.html" alt="NLAISCRIPT::CLibCallMethod" shape="rect" coords="524,1960,776,1984">
<area href="a02733.html" alt="NLAISCRIPT::CLibCallMethodi" shape="rect" coords="524,2016,776,2040">
<area href="a02736.html" alt="NLAISCRIPT::CLibMemberInheritedMethod" shape="rect" coords="524,2072,776,2096">
<area href="a02737.html" alt="NLAISCRIPT::CLibMemberMethod" shape="rect" coords="524,2128,776,2152">
<area href="a02738.html" alt="NLAISCRIPT::CLibMemberMethodi" shape="rect" coords="524,2184,776,2208">
<area href="a02735.html" alt="NLAISCRIPT::CLibStackMemberMethod" shape="rect" coords="524,2240,776,2264">
<area href="a02783.html" alt="NLAISCRIPT::CLocAlloc" shape="rect" coords="524,2296,776,2320">
<area href="a02784.html" alt="NLAISCRIPT::CLocAllocDebug" shape="rect" coords="524,2352,776,2376">
<area href="a02832.html" alt="NLAISCRIPT::CMakeArgOpCode" shape="rect" coords="524,2408,776,2432">
<area href="a02836.html" alt="NLAISCRIPT::CMarkAlloc" shape="rect" coords="524,2464,776,2488">
<area href="a02837.html" alt="NLAISCRIPT::CMarkMsg" shape="rect" coords="524,2520,776,2544">
<area href="a02976.html" alt="NLAISCRIPT::CMsgSetSender" shape="rect" coords="524,2576,776,2600">
<area href="a02978.html" alt="NLAISCRIPT::CMulOpCode" shape="rect" coords="524,2632,776,2656">
<area href="a02983.html" alt="NLAISCRIPT::CNegOpCode" shape="rect" coords="524,2688,776,2712">
<area href="a02992.html" alt="NLAISCRIPT::CNopOpCode" shape="rect" coords="524,2744,776,2768">
<area href="a02994.html" alt="NLAISCRIPT::CNotOpCode" shape="rect" coords="524,2800,776,2824">
<area href="a03457.html" alt="NLAISCRIPT::CSubOpCode" shape="rect" coords="524,2856,776,2880">
<area href="a03460.html" alt="NLAISCRIPT::CSupEqOpCode" shape="rect" coords="524,2912,776,2936">
<area href="a03461.html" alt="NLAISCRIPT::CSupOpCode" shape="rect" coords="524,2968,776,2992">
<area href="a03474.html" alt="NLAISCRIPT::CTellOpCode" shape="rect" coords="524,3024,776,3048">
<area href="a02309.html" alt="NLAISCRIPT::ICallMethod" shape="rect" coords="524,3080,776,3104">
</map>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Class <a class="el" href="a03846.html">IOpCode</a>.<p>
This class define an object basic op-code, an op-code is an <a class="el" href="a02149.html">NLAIAGENT::IObjectIA</a> hows have to run with an <a class="el" href="a02374.html">CCodeContext</a>.<p>
<dl compact><dt><b>Author:</b></dt><dd>Chafik sameh <p>
Nevrax France </dd></dl>
<dl compact><dt><b>Date:</b></dt><dd>2000</dd></dl>

<p>

<p>
Definition at line <a class="el" href="a06724.html#l00042">42</a> of file <a class="el" href="a06724.html">virtual_op_code.h</a>.<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual TQueue&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea0">canProcessMessage</a> (const IVarName &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const IBasicType *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea4">clone</a> () const=0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02145.html#NLAIAGENT_1_1VectorTypea2">decRef</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Decrement the reference of an object.  <a href="#NLAIAGENT_1_1VectorTypea2"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03846.html#NLAISCRIPT_1_1IOpRunCodea3">getDebugResult</a> (std::string &amp;str, <a class="el" href="a02374.html">CCodeContext</a> &amp;context) const=0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">gets debug string from the op-code.  <a href="#NLAISCRIPT_1_1IOpRunCodea3"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea7">getDebugString</a> (std::string &amp;) const=0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const std::string&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02151.html#NLAIAGENT_1_1VectorTypea4">getInfo</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual std::string&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea5">getMethodeMemberDebugString</a> (<a class="el" href="a04558.html#a10">sint32</a>, <a class="el" href="a04558.html#a10">sint32</a>) const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea11">getMethodIndexSize</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="a04558.html#a10">sint32</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02145.html#NLAIAGENT_1_1VectorTypea8">getRef</a> () const </td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">get the refence count.  <a href="#NLAIAGENT_1_1VectorTypea8"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>const IObjectIA *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea9">getStaticMember</a> (const IVarName &amp;compName) const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const IObjectIA *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea10">getStaticMember</a> (<a class="el" href="a04558.html#a10">sint32</a>) const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea11">getStaticMemberIndex</a> (const IVarName &amp;) const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea12">getStaticMemberSize</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const CIdentType &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea20">getType</a> () const=0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02145.html#NLAIAGENT_1_1VectorTypea16">incRef</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Inc a reference. We use this when we have to conserve a pointer memeory for exemple in a list.  <a href="#NLAIAGENT_1_1VectorTypea16"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea17">init</a> (IObjectIA *)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03846.html#NLAISCRIPT_1_1IOpCodea16">IOpCode</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea25">isClassInheritedFrom</a> (const IVarName &amp;) const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02153.html#NLAICHARACTER_1_1IZonea26">isEqual</a> (const IBasicObjectIA &amp;a) const=0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea20">isLocal</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">If the result is true the object is loclal else its a representation of an object on the server. By the method return true.  <a href="#NLAIAGENT_1_1VectorTypea20"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual TQueue&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea29">isMember</a> (const IVarName *, const IVarName *, const IObjectIA &amp;) const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02154.html#NLAIAGENT_1_1IWordNumRefa10">load</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;)=0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const IBasicType *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea33">newInstance</a> () const=0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02153.html#NLAIAGENT_1_1VectorTypea42">operator==</a> (const IBasicObjectIA &amp;classType) const </td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02145.html#NLAIAGENT_1_1VectorTypea46">release</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Release allow to release the pointer. The last release when the _Ref is nul delete the object.  <a href="#NLAIAGENT_1_1VectorTypea46"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const CProcessResult &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea39">run</a> ()=0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual CProcessResult&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea40">runMethodeMember</a> (<a class="el" href="a04558.html#a10">sint32</a> <a class="el" href="a04223.html#a566">index</a>, IObjectIA *)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual CProcessResult&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea41">runMethodeMember</a> (<a class="el" href="a04558.html#a10">sint32</a>, <a class="el" href="a04558.html#a10">sint32</a>, IObjectIA *)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="a05364.html#a50">NLAIAGENT::TProcessStatement</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03846.html#NLAISCRIPT_1_1IOpRunCodea29">runOpCode</a> (<a class="el" href="a02374.html">CCodeContext</a> &amp;context)=0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Computation of the op-code with a given context.  <a href="#NLAISCRIPT_1_1IOpRunCodea29"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const CProcessResult &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea50">runStep</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02154.html#NLAIAGENT_1_1IWordNumRefa14">save</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;)=0</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual CProcessResult&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea52">sendMessage</a> (const IVarName &amp;, IObjectIA *)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual CProcessResult&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea53">sendMessage</a> (IObjectIA *)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02154.html#NLAIAGENT_1_1VectorTypea54">serial</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &amp;f)  throw (NLMISC::EStream)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea55">setStaticMember</a> (<a class="el" href="a04558.html#a10">sint32</a>, IObjectIA *)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea56">setStaticMember</a> (const IVarName &amp;compName, IObjectIA *change)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03846.html#NLAISCRIPT_1_1IOpCodea36">~IOpCode</a> ()</td></tr>

<tr><td colspan=2><br><h2>Static Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>TProcessStatement&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes1">ProcessBuzzy</a> = processBuzzy</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>TProcessStatement&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes2">ProcessEnd</a> = processEnd</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>TProcessStatement&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes3">ProcessError</a> = processError</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>TProcessStatement&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes4">ProcessIdle</a> = processIdle</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>TProcessStatement&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes5">ProcessLocked</a> = processLocked</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>CProcessResult&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes6">ProcessNotComplit</a> = IObjectIA::CProcessResult(processNotComplete)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>CProcessResult&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes7">ProcessRun</a> = IObjectIA::CProcessResult()</td></tr>

</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="NLAISCRIPT_1_1IOpCodea16" doxytag="NLAISCRIPT::IOpCode::IOpCode" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> NLAISCRIPT::IOpCode::IOpCode </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="a06724.html#l00045">45</a> of file <a class="el" href="a06724.html">virtual_op_code.h</a>.
<p>
<div class="fragment"><pre>00046                 {
00047                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAISCRIPT_1_1IOpCodea36" doxytag="NLAISCRIPT::IOpCode::~IOpCode" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual NLAISCRIPT::IOpCode::~<a class="el" href="a03846.html">IOpCode</a> </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="a06724.html#l00053">53</a> of file <a class="el" href="a06724.html">virtual_op_code.h</a>.
<p>
<div class="fragment"><pre>00054                 {
00055                 }
</pre></div>    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea0" doxytag="NLAISCRIPT::IOpCode::canProcessMessage" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> TQueue NLAIAGENT::IObjectIA::canProcessMessage </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02661.html">IVarName</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The method <a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypea0">canProcessMessage(const IVarName &amp;msgName)</a> allow us to know if agent can preocess given by msgName.<p>
TQueue contain the liste of method (same as a run(msg)) that coud process the msg.
<p>
Reimplemented in <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMaila0">NLAIAGENT::CLocalAgentMail</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00350">350</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05476.html#l00141">NLAIAGENT::TQueue</a>.
<p>
Referenced by <a class="el" href="a05401.html#l00161">NLAIAGENT::CLocalAgentMail::canProcessMessage()</a>.
<p>
<div class="fragment"><pre>00351         {
00352                 <span class="keywordflow">return</span> <a class="code" href="a05364.html#a31">TQueue</a>();
00353         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea4" doxytag="NLAISCRIPT::IOpCode::clone" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual const IBasicType* NLAIC::IBasicType::clone </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
<p>
Implemented in <a class="el" href="a03870.html#NLAILINK_1_1IOTracea0">NLAILINK::IOTrace</a>, <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_0">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAIAGENT_1_1CActorScripta10">NLAIAGENT::CActorScript</a>, <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagerz1617_0">NLAIAGENT::IAgent</a>, <a class="el" href="a03958.html#NLAIAGENT_1_1VectorTypea1">NLAIAGENT::VectorType</a>, <a class="el" href="a03770.html#NLAIAGENT_1_1DigitalTypez1621_0">NLAIAGENT::DigitalType</a>, <a class="el" href="a02155.html#NLAIAGENT_1_1BorneDigitalTypez1623_0">NLAIAGENT::BorneDigitalType</a>, <a class="el" href="a03769.html#NLAIAGENT_1_1DDigitalTypez1625_0">NLAIAGENT::DDigitalType</a>, <a class="el" href="a02144.html#NLAIAGENT_1_1BorneDDigitalTypez1627_0">NLAIAGENT::BorneDDigitalType</a>, <a class="el" href="a03034.html#NLAIAGENT_1_1IPerformativea1">NLAIAGENT::IntegerType</a>, <a class="el" href="a03896.html#NLAIAGENT_1_1ShortIntegerTypea1">NLAIAGENT::ShortIntegerType</a>, <a class="el" href="a02604.html#NLAIAGENT_1_1CharTypea5">NLAIAGENT::CharType</a>, <a class="el" href="a03930.html#NLAIAGENT_1_1UInt8Typea1">NLAIAGENT::UInt8Type</a>, <a class="el" href="a03927.html#NLAIAGENT_1_1UInt16Typea1">NLAIAGENT::UInt16Type</a>, <a class="el" href="a03928.html#NLAIAGENT_1_1UInt32Typea1">NLAIAGENT::UInt32Type</a>, <a class="el" href="a03929.html#NLAIAGENT_1_1UInt64Typea1">NLAIAGENT::UInt64Type</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1635_0">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a03453.html#NLAIAGENT_1_1CStringTypea1">NLAIAGENT::CStringType</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea1">NLAIAGENT::CPairType</a>, <a class="el" href="a02602.html#NLAISCRIPT_1_1CListClassa4">NLAIAGENT::CGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea2">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1660_0">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1672_0">NLAIAGENT::CAgentScript</a>, <a class="el" href="a03455.html#NLAIAGENT_1_1CStringVarNamea1">NLAIAGENT::CStringVarName</a>, <a class="el" href="a02660.html#NLAIAGENT_1_1CIndexedVarNamea4">NLAIAGENT::CIndexedVarName</a>, <a class="el" href="a02185.html#NLAIAGENT_1_1CAgentManagerTimerz1679_0">NLAIAGENT::CAgentManagerTimer</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagerz1681_0">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02184.html#NLAIAGENT_1_1CAgentWatchTimera11">NLAIAGENT::CAgentWatchTimer</a>, <a class="el" href="a02183.html#NLAIAGENT_1_1CAgentClockTimera11">NLAIAGENT::CAgentClockTimer</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea4">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka8">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02797.html#NLAIAGENT_1_1CLocWordNumRefz1701_0">NLAIAGENT::CLocWordNumRef</a>, <a class="el" href="a03665.html#NLAIAGENT_1_1CVectorGroupManagera1">NLAIAGENT::CVectorGroupManager</a>, <a class="el" href="a02785.html#NLAIAGENT_1_1CLocalMailBoxa6">NLAIAGENT::CLocalMailBox</a>, <a class="el" href="a02831.html#NLAIAGENT_1_1CMainAgentScripta7">NLAIAGENT::CMainAgentScript</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CMessageScriptz1712_0">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02920.html#NLAIAGENT_1_1CMessageListz1718_0">NLAIAGENT::CMessageList</a>, <a class="el" href="a02922.html#NLAIAGENT_1_1CMessageVectorz1720_0">NLAIAGENT::CMessageVector</a>, <a class="el" href="a03458.html#NLAIAGENT_1_1CSuccessMsgz1722_0">NLAIAGENT::CSuccessMsg</a>, <a class="el" href="a02507.html#NLAIAGENT_1_1CFailureMsgz1724_0">NLAIAGENT::CFailureMsg</a>, <a class="el" href="a02502.html#NLAIAGENT_1_1CFactMsgz1726_0">NLAIAGENT::CFactMsg</a>, <a class="el" href="a02585.html#NLAIAGENT_1_1CGetValueMsgz1728_0">NLAIAGENT::CGetValueMsg</a>, <a class="el" href="a02596.html#NLAIAGENT_1_1CGoalMsgz1730_0">NLAIAGENT::CGoalMsg</a>, <a class="el" href="a02323.html#NLAIAGENT_1_1CCancelGoalMsgz1732_0">NLAIAGENT::CCancelGoalMsg</a>, <a class="el" href="a02919.html#NLAIAGENT_1_1CMessageGroupa0">NLAIAGENT::CMessageGroup</a>, <a class="el" href="a02993.html#NLAIAGENT_1_1CNotifyParentScriptz1734_0">NLAIAGENT::CNotifyParentScript</a>, <a class="el" href="a03013.html#NLAIAGENT_1_1COnChangeMsgz1736_0">NLAIAGENT::COnChangeMsg</a>, <a class="el" href="a03367.html#NLAIAGENT_1_1CSetValueMsgz1738_0">NLAIAGENT::CSetValueMsg</a>, <a class="el" href="a02997.html#NLAIAGENT_1_1CObjectIdenta1">NLAIAGENT::CObjectIdent</a>, <a class="el" href="a02998.html#NLAIAGENT_1_1CObjectTypea1">NLAIAGENT::CObjectType</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa10">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a03080.html#NLAIAGENT_1_1CPExecz1740_0">NLAIAGENT::CPExec</a>, <a class="el" href="a03033.html#NLAIAGENT_1_1CPAchievez1742_0">NLAIAGENT::CPAchieve</a>, <a class="el" href="a03056.html#NLAIAGENT_1_1CPAskz1744_0">NLAIAGENT::CPAsk</a>, <a class="el" href="a03261.html#NLAIAGENT_1_1CPTellz1746_0">NLAIAGENT::CPTell</a>, <a class="el" href="a03076.html#NLAIAGENT_1_1CPBreakz1748_0">NLAIAGENT::CPBreak</a>, <a class="el" href="a03081.html#NLAIAGENT_1_1CPKillz1750_0">NLAIAGENT::CPKill</a>, <a class="el" href="a03078.html#NLAIAGENT_1_1CPErrorz1752_0">NLAIAGENT::CPError</a>, <a class="el" href="a03079.html#NLAIAGENT_1_1CPEvenz1754_0">NLAIAGENT::CPEven</a>, <a class="el" href="a03185.html#NLAIAGENT_1_1CPServicez1756_0">NLAIAGENT::CPService</a>, <a class="el" href="a02608.html#NLAIAGENT_1_1CHashTimerManagera3">NLAIAGENT::CHashTimerManager</a>, <a class="el" href="a03652.html#NLAIAGENT_1_1CVolatilMemmoryz1758_0">NLAIAGENT::CVolatilMemmory</a>, <a class="el" href="a03361.html#NLAIC_1_1CSelfClassFactorya0">NLAIC::CSelfClassFactory</a>, <a class="el" href="a02267.html#NLAIC_1_1CBinaryTypez1780_0">NLAIC::CBinaryType</a>, <a class="el" href="a03625.html#NLAIC_1_1CTypeOfObjectz1782_0">NLAIC::CTypeOfObject</a>, <a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorz1784_0">NLAIC::CTypeOfOperator</a>, <a class="el" href="a02338.html#NLAICHARACTER_1_1CCharacterChilda5">NLAICHARACTER::CCharacterChild</a>, <a class="el" href="a02340.html#NLAICHARACTER_1_1CCharacterNoeuda5">NLAICHARACTER::CCharacterNoeud</a>, <a class="el" href="a02567.html#NLAIFUZZY_1_1CFuzzyFacta3">NLAIFUZZY::CFuzzyFact</a>, <a class="el" href="a02570.html#NLAIFUZZY_1_1CFuzzyRulea9">NLAIFUZZY::CFuzzyRule</a>, <a class="el" href="a02573.html#NLAIFUZZY_1_1CFuzzyRuleSeta3">NLAIFUZZY::CFuzzyRuleSet</a>, <a class="el" href="a02568.html#NLAIFUZZY_1_1CFuzzyIntervala6">NLAIFUZZY::CFuzzyInterval</a>, <a class="el" href="a03339.html#NLAIFUZZY_1_1CRightFuzzySeta4">NLAIFUZZY::CRightFuzzySet</a>, <a class="el" href="a03619.html#NLAIFUZZY_1_1CTriangleFuzzySeta4">NLAIFUZZY::CTriangleFuzzySet</a>, <a class="el" href="a03615.html#NLAIFUZZY_1_1CTrapezeFuzzySeta4">NLAIFUZZY::CTrapezeFuzzySet</a>, <a class="el" href="a02730.html#NLAIFUZZY_1_1CLeftFuzzySeta6">NLAIFUZZY::CLeftFuzzySet</a>, <a class="el" href="a03393.html#NLAIFUZZY_1_1FuzzyTypea1">NLAIFUZZY::FuzzyType</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara7">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02283.html#NLAILOGIC_1_1CBoolAsserta8">NLAILOGIC::CBoolAssert</a>, <a class="el" href="a02287.html#NLAILOGIC_1_1CBoolOperatora8">NLAILOGIC::CBoolOperator</a>, <a class="el" href="a02286.html#NLAILOGIC_1_1CBoolTypea3">NLAILOGIC::CBoolType</a>, <a class="el" href="a02350.html#NLAILOGIC_1_1CClausea11">NLAILOGIC::CClause</a>, <a class="el" href="a02499.html#NLAILOGIC_1_1CFacta13">NLAILOGIC::CFact</a>, <a class="el" href="a02501.html#NLAILOGIC_1_1CFactBasea7">NLAILOGIC::CFactBase</a>, <a class="el" href="a02531.html#NLAILOGIC_1_1CFirstOrderAsserta11">NLAILOGIC::CFirstOrderAssert</a>, <a class="el" href="a02532.html#NLAILOGIC_1_1CFirstOrderOperatora7">NLAILOGIC::CFirstOrderOperator</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CFsmScripta11">NLAIAGENT::CFsmScript</a>, <a class="el" href="a03363.html#NLAIAGENT_1_1CSeqFsmScripta9">NLAIAGENT::CSeqFsmScript</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoala9">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoala9">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02598.html#NLAILOGIC_1_1CGoalPatha10">NLAILOGIC::CGoalPath</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka7">NLAILOGIC::CGoalStack</a>, <a class="el" href="a03025.html#NLAISCRIPT_1_1COperatorClassa17">NLAISCRIPT::COperatorClass</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta13">NLAIAGENT::COperatorScript</a>, <a class="el" href="a03342.html#NLAILOGIC_1_1CRulea12">NLAILOGIC::CRule</a>, <a class="el" href="a02500.html#NLAILOGIC_1_1CValueSeta1">NLAILOGIC::CValueSet</a>, <a class="el" href="a03645.html#NLAILOGIC_1_1CVara1">NLAILOGIC::CVar</a>, <a class="el" href="a03651.html#NLAILOGIC_1_1CVarMema3">NLAILOGIC::CVarMem</a>, <a class="el" href="a02351.html#NLAILOGIC_1_1CVarSeta3">NLAILOGIC::CVarSet</a>, <a class="el" href="a02505.html#NLAILOGIC_1_1CFactPatterna6">NLAILOGIC::CFactPattern</a>, <a class="el" href="a02374.html#NLAISCRIPT_1_1CCodeContextz1790_0">NLAISCRIPT::CCodeContext</a>, <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunz1798_0">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02373.html#NLAISCRIPT_1_1CCodeBrancheRunDebugz1804_0">NLAISCRIPT::CCodeBrancheRunDebug</a>, <a class="el" href="a02414.html#NLAISCRIPT_1_1CContextDebuga6">NLAISCRIPT::CContextDebug</a>, <a class="el" href="a02166.html#NLAISCRIPT_1_1CActorClassa8">NLAISCRIPT::CActorClass</a>, <a class="el" href="a02563.html#NLAISCRIPT_1_1CFsmClassa8">NLAISCRIPT::CFsmClass</a>, <a class="el" href="a03362.html#NLAISCRIPT_1_1CSeqFsmClassa4">NLAISCRIPT::CSeqFsmClass</a>, <a class="el" href="a03459.html#NLAISCRIPT_1_1CSuccessMsgClassz1822_1">NLAISCRIPT::CSuccessMsgClass</a>, <a class="el" href="a02508.html#NLAISCRIPT_1_1CFailureMsgClassz1824_1">NLAISCRIPT::CFailureMsgClass</a>, <a class="el" href="a02586.html#NLAISCRIPT_1_1CGetValueMsgClassz1826_1">NLAISCRIPT::CGetValueMsgClass</a>, <a class="el" href="a03368.html#NLAISCRIPT_1_1CSetValueMsgClassz1828_1">NLAISCRIPT::CSetValueMsgClass</a>, <a class="el" href="a03039.html#NLAISCRIPT_1_1CParamz1830_0">NLAISCRIPT::CParam</a>, <a class="el" href="a02925.html#NLAISCRIPT_1_1CMethodeNamez1832_0">NLAISCRIPT::CMethodeName</a>, <a class="el" href="a02346.html#NLAISCRIPT_1_1CClassInterpretFactoryz1836_0">NLAISCRIPT::CClassInterpretFactory</a>, <a class="el" href="a02167.html#NLAISCRIPT_1_1CAgentClassa8">NLAISCRIPT::CAgentClass</a>, <a class="el" href="a02835.html#NLAISCRIPT_1_1CManagerClassz1844_1">NLAISCRIPT::CManagerClass</a>, <a class="el" href="a02329.html#NLAISCRIPT_1_1CMessageClassz1846_1">NLAISCRIPT::CMessageClass</a>, <a class="el" href="a02974.html#NLAISCRIPT_1_1CMsgNotifyParentClassz1848_1">NLAISCRIPT::CMsgNotifyParentClass</a>, <a class="el" href="a02597.html#NLAISCRIPT_1_1CGoalMsgClassz1850_1">NLAISCRIPT::CGoalMsgClass</a>, <a class="el" href="a02328.html#NLAISCRIPT_1_1CCancelGoalMsgClassz1852_1">NLAISCRIPT::CCancelGoalMsgClass</a>, <a class="el" href="a02503.html#NLAISCRIPT_1_1CFactMsgClassz1854_1">NLAISCRIPT::CFactMsgClass</a>, <a class="el" href="a03014.html#NLAISCRIPT_1_1COnChangeMsgClassz1856_1">NLAISCRIPT::COnChangeMsgClass</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1860_0">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a03844.html#NLAISCRIPT_1_1IBlockz1862_0">NLAISCRIPT::IBlock</a>, <a class="el" href="a02779.html#NLAISCRIPT_1_1CLoadSelfObjectz1868_0">NLAISCRIPT::CLoadSelfObject</a>, <a class="el" href="a02780.html#NLAISCRIPT_1_1CLoadStackObjectz1870_0">NLAISCRIPT::CLoadStackObject</a>, <a class="el" href="a02776.html#NLAISCRIPT_1_1CLoadHeapObjectz1872_0">NLAISCRIPT::CLoadHeapObject</a>, <a class="el" href="a02999.html#NLAISCRIPT_1_1CObjectUnknownz1874_0">NLAISCRIPT::CObjectUnknown</a>, <a class="el" href="a02724.html#NLAISCRIPT_1_1CLdbNewOpCodea2">NLAISCRIPT::CLdbNewOpCode</a>, <a class="el" href="a02983.html#NLAISCRIPT_1_1CNegOpCodea1">NLAISCRIPT::CNegOpCode</a>, <a class="el" href="a02172.html#NLAISCRIPT_1_1CAddOpCodea2">NLAISCRIPT::CAddOpCode</a>, <a class="el" href="a03457.html#NLAISCRIPT_1_1CSubOpCodea1">NLAISCRIPT::CSubOpCode</a>, <a class="el" href="a02432.html#NLAISCRIPT_1_1CDivOpCodea2">NLAISCRIPT::CDivOpCode</a>, <a class="el" href="a02978.html#NLAISCRIPT_1_1CMulOpCodea1">NLAISCRIPT::CMulOpCode</a>, <a class="el" href="a03461.html#NLAISCRIPT_1_1CSupOpCodea1">NLAISCRIPT::CSupOpCode</a>, <a class="el" href="a02667.html#NLAISCRIPT_1_1CInfOpCodea2">NLAISCRIPT::CInfOpCode</a>, <a class="el" href="a02459.html#NLAISCRIPT_1_1CEqOpCodea2">NLAISCRIPT::CEqOpCode</a>, <a class="el" href="a03460.html#NLAISCRIPT_1_1CSupEqOpCodea1">NLAISCRIPT::CSupEqOpCode</a>, <a class="el" href="a02666.html#NLAISCRIPT_1_1CInfEqOpCodea2">NLAISCRIPT::CInfEqOpCode</a>, <a class="el" href="a02429.html#NLAISCRIPT_1_1CDiffOpCodea2">NLAISCRIPT::CDiffOpCode</a>, <a class="el" href="a02994.html#NLAISCRIPT_1_1CNotOpCodea1">NLAISCRIPT::CNotOpCode</a>, <a class="el" href="a02693.html#NLAISCRIPT_1_1CJFalseOpCodea2">NLAISCRIPT::CJFalseOpCode</a>, <a class="el" href="a02694.html#NLAISCRIPT_1_1CJmpOpCodea2">NLAISCRIPT::CJmpOpCode</a>, <a class="el" href="a02180.html#NLAISCRIPT_1_1CAffOpCodea2">NLAISCRIPT::CAffOpCode</a>, <a class="el" href="a02181.html#NLAISCRIPT_1_1CAffOpCodeDebuga2">NLAISCRIPT::CAffOpCodeDebug</a>, <a class="el" href="a02177.html#NLAISCRIPT_1_1CAffHeapMemberiOpCodea2">NLAISCRIPT::CAffHeapMemberiOpCode</a>, <a class="el" href="a02178.html#NLAISCRIPT_1_1CAffMemberiOpCodea2">NLAISCRIPT::CAffMemberiOpCode</a>, <a class="el" href="a02179.html#NLAISCRIPT_1_1CAffMemberOpCodea2">NLAISCRIPT::CAffMemberOpCode</a>, <a class="el" href="a02783.html#NLAISCRIPT_1_1CLocAlloca2">NLAISCRIPT::CLocAlloc</a>, <a class="el" href="a02784.html#NLAISCRIPT_1_1CLocAllocDebuga2">NLAISCRIPT::CLocAllocDebug</a>, <a class="el" href="a02836.html#NLAISCRIPT_1_1CMarkAlloca1">NLAISCRIPT::CMarkAlloc</a>, <a class="el" href="a02560.html#NLAISCRIPT_1_1CFreeAlloca2">NLAISCRIPT::CFreeAlloc</a>, <a class="el" href="a02561.html#NLAISCRIPT_1_1CFreeAllocDebuga2">NLAISCRIPT::CFreeAllocDebug</a>, <a class="el" href="a02603.html#NLAISCRIPT_1_1CHaltOpCodea2">NLAISCRIPT::CHaltOpCode</a>, <a class="el" href="a02992.html#NLAISCRIPT_1_1CNopOpCodea1">NLAISCRIPT::CNopOpCode</a>, <a class="el" href="a03474.html#NLAISCRIPT_1_1CTellOpCodea1">NLAISCRIPT::CTellOpCode</a>, <a class="el" href="a02832.html#NLAISCRIPT_1_1CMakeArgOpCodea1">NLAISCRIPT::CMakeArgOpCode</a>, <a class="el" href="a02837.html#NLAISCRIPT_1_1CMarkMsga1">NLAISCRIPT::CMarkMsg</a>, <a class="el" href="a02976.html#NLAISCRIPT_1_1CMsgSetSendera1">NLAISCRIPT::CMsgSetSender</a>, <a class="el" href="a02530.html#NLAISCRIPT_1_1CFindRunMsga3">NLAISCRIPT::CFindRunMsg</a>, <a class="el" href="a02174.html#NLAISCRIPT_1_1CAddParamNameDebuga2">NLAISCRIPT::CAddParamNameDebug</a>, <a class="el" href="a02737.html#NLAISCRIPT_1_1CLibMemberMethoda2">NLAISCRIPT::CLibMemberMethod</a>, <a class="el" href="a02736.html#NLAISCRIPT_1_1CLibMemberInheritedMethoda2">NLAISCRIPT::CLibMemberInheritedMethod</a>, <a class="el" href="a02738.html#NLAISCRIPT_1_1CLibMemberMethodia2">NLAISCRIPT::CLibMemberMethodi</a>, <a class="el" href="a02732.html#NLAISCRIPT_1_1CLibCallMethoda2">NLAISCRIPT::CLibCallMethod</a>, <a class="el" href="a02731.html#NLAISCRIPT_1_1CLibCallInheritedMethoda2">NLAISCRIPT::CLibCallInheritedMethod</a>, <a class="el" href="a02733.html#NLAISCRIPT_1_1CLibCallMethodia2">NLAISCRIPT::CLibCallMethodi</a>, <a class="el" href="a02735.html#NLAISCRIPT_1_1CLibStackMemberMethoda3">NLAISCRIPT::CLibStackMemberMethod</a>, <a class="el" href="a02739.html#NLAISCRIPT_1_1CLibStackNewMemberMethoda3">NLAISCRIPT::CLibStackNewMemberMethod</a>, <a class="el" href="a02734.html#NLAISCRIPT_1_1CLibHeapMemberMethoda3">NLAISCRIPT::CLibHeapMemberMethod</a>, <a class="el" href="a02310.html#NLAISCRIPT_1_1CCallMethoda3">NLAISCRIPT::CCallMethod</a>, <a class="el" href="a02308.html#NLAISCRIPT_1_1CCallHeapMethodia3">NLAISCRIPT::CCallHeapMethodi</a>, <a class="el" href="a02313.html#NLAISCRIPT_1_1CCallStackMethodia3">NLAISCRIPT::CCallStackMethodi</a>, <a class="el" href="a02314.html#NLAISCRIPT_1_1CCallStackNewMethodia3">NLAISCRIPT::CCallStackNewMethodi</a>, <a class="el" href="a02311.html#NLAISCRIPT_1_1CCallMethodia3">NLAISCRIPT::CCallMethodi</a>, <a class="el" href="a02725.html#NLAISCRIPT_1_1CLdbOpCodea2">NLAISCRIPT::CLdbOpCode</a>, <a class="el" href="a02723.html#NLAISCRIPT_1_1CLdbMemberOpCodea2">NLAISCRIPT::CLdbMemberOpCode</a>, <a class="el" href="a02722.html#NLAISCRIPT_1_1CLdbMemberiOpCodea2">NLAISCRIPT::CLdbMemberiOpCode</a>, <a class="el" href="a02727.html#NLAISCRIPT_1_1CLdbStackMemberiOpCodea2">NLAISCRIPT::CLdbStackMemberiOpCode</a>, <a class="el" href="a02721.html#NLAISCRIPT_1_1CLdbHeapMemberiOpCodea2">NLAISCRIPT::CLdbHeapMemberiOpCode</a>, <a class="el" href="a02726.html#NLAISCRIPT_1_1CLdbRefOpCodea2">NLAISCRIPT::CLdbRefOpCode</a>, <a class="el" href="a03104.html#NLAISCRIPT_1_1CPramContainera3">NLAISCRIPT::CPramContainer</a>, <a class="el" href="a03354.html#NLAISCRIPT_1_1CScriptDebugSourceFilea0">NLAISCRIPT::CScriptDebugSourceFile</a>, <a class="el" href="a03356.html#NLAISCRIPT_1_1CScriptDebugSourceMemorya0">NLAISCRIPT::CScriptDebugSourceMemory</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1886_0">NLAISCRIPT::CLibTest</a>, <a class="el" href="a03654.html#NLAISCRIPT_1_1CVarPStackz1890_0">NLAISCRIPT::CVarPStack</a>, and <a class="el" href="a03655.html#NLAISCRIPT_1_1CVarPStackParamz1892_0">NLAISCRIPT::CVarPStackParam</a>.
<p>
Referenced by <a class="el" href="a05545.html#l00178">NLAICHARACTER::CCharacterNoeud::addCharacter()</a>, <a class="el" href="a05497.html#l00050">NLAILOGIC::IBaseCond::addCond()</a>, <a class="el" href="a05412.html#l00761">NLAIAGENT::CAgentScript::addDynamicAgent()</a>, <a class="el" href="a05854.html#l00594">NLAISCRIPT::COperatorClass::addFirstOrderCond()</a>, <a class="el" href="a05832.html#l00220">NLAISCRIPT::CSeqFsmClass::addStep()</a>, <a class="el" href="a06669.html#l00144">NLAILOGIC::CVarSet::addVar()</a>, <a class="el" href="a06120.html#l00714">NLAISCRIPT::CAddParamNameDebug::CAddParamNameDebug()</a>, <a class="el" href="a05412.html#l00377">NLAIAGENT::CAgentScript::CAgentScript()</a>, <a class="el" href="a05571.html#l00205">NLAISCRIPT::CCodeBrancheRun::CCodeBrancheRun()</a>, <a class="el" href="a05588.html#l00060">NLAIAGENT::CComponentHandle::CComponentHandle()</a>, <a class="el" href="a05695.html#l00070">NLAILOGIC::CFact::CFact()</a>, <a class="el" href="a06120.html#l00591">NLAISCRIPT::CFindRunMsg::CFindRunMsg()</a>, <a class="el" href="a06126.html#l00032">NLAISCRIPT::CLdbOpCode::CLdbOpCode()</a>, <a class="el" href="a05843.html#l00313">NLAISCRIPT::CMethodeName::CMethodeName()</a>, <a class="el" href="a05770.html#l00849">NLAIAGENT::CVectorGroupType::cpy()</a>, <a class="el" href="a05770.html#l00434">NLAIAGENT::CGroupType::cpy()</a>, <a class="el" href="a05477.html#l00078">NLAIAGENT::IAgentComposite::cpyChild()</a>, <a class="el" href="a06133.html#l00091">NLAIAGENT::COperatorScript::getDebugString()</a>, <a class="el" href="a05412.html#l00664">NLAIAGENT::CAgentScript::getDebugString()</a>, <a class="el" href="a05409.html#l00165">NLAIAGENT::IObjetOp::getNeg()</a>, <a class="el" href="a06671.html#l00286">NLAISCRIPT::CVarPStackParam::getObjectIAClone()</a>, <a class="el" href="a05422.html#l00034">NLAILOGIC::IBaseAssert::IBaseAssert()</a>, <a class="el" href="a06660.html#l00033">NLAILOGIC::IBaseVar::IBaseVar()</a>, <a class="el" href="a05763.html#l00020">NLAILOGIC::IGoal::IGoal()</a>, <a class="el" href="a06669.html#l00361">NLAILOGIC::CFactPattern::init()</a>, <a class="el" href="a05741.html#l00068">NLAIFUZZY::CSimpleFuzzyCond::init()</a>, <a class="el" href="a05405.html#l00236">NLAIAGENT::INombre&lt; sint32 &gt;::operator *()</a>, <a class="el" href="a05405.html#l00222">NLAIAGENT::INombre&lt; sint32 &gt;::operator+()</a>, <a class="el" href="a05395.html#l00179">NLAIAGENT::IVector::operator+()</a>, <a class="el" href="a05405.html#l00229">NLAIAGENT::INombre&lt; sint32 &gt;::operator-()</a>, <a class="el" href="a05395.html#l00186">NLAIAGENT::IVector::operator-()</a>, <a class="el" href="a05405.html#l00243">NLAIAGENT::INombre&lt; sint32 &gt;::operator/()</a>, <a class="el" href="a05770.html#l00751">NLAIAGENT::CVectorGroupType::operator=()</a>, <a class="el" href="a05770.html#l00336">NLAIAGENT::CGroupType::operator=()</a>, <a class="el" href="a06133.html#l00863">NLAIAGENT::COperatorScript::order()</a>, <a class="el" href="a05412.html#l01461">NLAIAGENT::CAgentScript::processContinuation()</a>, <a class="el" href="a05420.html#l00200">NLAIAGENT::IAgent::processMessages()</a>, <a class="el" href="a05847.html#l00264">NLAISCRIPT::CAgentClass::registerComponent()</a>, <a class="el" href="a05603.html#l00047">NLAISCRIPT::CConstraintFindRun::run()</a>, <a class="el" href="a05389.html#l00454">NLAIAGENT::CActorScript::runMethodBase()</a>, <a class="el" href="a06067.html#l00219">NLAIAGENT::CFailureMsg::runMethodeMember()</a>, <a class="el" href="a05763.html#l00773">NLAILOGIC::CInternalGoal::runMethodeMember()</a>, <a class="el" href="a05763.html#l00439">NLAILOGIC::CGoal::runMethodeMember()</a>, <a class="el" href="a05695.html#l00222">NLAILOGIC::CFact::runMethodeMember()</a>, <a class="el" href="a06126.html#l00038">NLAISCRIPT::CLdbOpCode::runOpCode()</a>, <a class="el" href="a06121.html#l00058">NLAISCRIPT::CLdbNewOpCode::runOpCode()</a>, <a class="el" href="a05420.html#l00572">NLAIAGENT::IBasicAgent::runTell()</a>, <a class="el" href="a05412.html#l01218">NLAIAGENT::CAgentScript::sendMessageToDynmaicChild()</a>, <a class="el" href="a05845.html#l00133">NLAISCRIPT::CClassInterpretFactory::setClass()</a>, <a class="el" href="a05386.html#l00437">NLAIC::CSelfClassFactory::setClass()</a>, <a class="el" href="a05845.html#l00096">NLAISCRIPT::IClassInterpret::setClassName()</a>, <a class="el" href="a05847.html#l00836">NLAISCRIPT::CAgentClass::setInheritanceName()</a>, <a class="el" href="a06660.html#l00098">NLAILOGIC::IBaseVar::setName()</a>, and <a class="el" href="a05843.html#l00339">NLAISCRIPT::CMethodeName::setName()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea2" doxytag="NLAISCRIPT::IOpCode::decRef" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a10">sint32</a> NLAIC::IPointerGestion::decRef </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Decrement the reference of an object. 
<p>

<p>
Definition at line <a class="el" href="a05386.html#l00093">93</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
References <a class="el" href="a05386.html#l00066">NLAIC::IPointerGestion::_Ref</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
Referenced by <a class="el" href="a05386.html#l00086">NLAIC::IPointerGestion::release()</a>, and <a class="el" href="a05416.html#l00688">NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle()</a>.
<p>
<div class="fragment"><pre>00094                 {
00095                         <span class="keywordflow">return</span> --_Ref;
00096                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypez1764_0" doxytag="NLAISCRIPT::IOpCode::getClassName" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual std::string NLAIC::IPointerGestion::getClassName </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Implements <a class="el" href="a02540.html#NL3D_1_1ITrackKeyFramer_3_01CKeyVector_01_4a6">NLMISC::IClassable</a>.
<p>
Reimplemented in <a class="el" href="a02650.html#NLAIC_1_1CIdentTypez1766_0">NLAIC::CIdentType</a>.
<p>
Definition at line <a class="el" href="a05386.html#l00116">116</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
Referenced by <a class="el" href="a05847.html#l00678">NLAISCRIPT::CAgentClass::isClassInheritedFrom()</a>.
<p>
<div class="fragment"><pre>00117                 {
00118                         <span class="keywordflow">return</span> std::string(<span class="stringliteral">"&lt;unnamed&gt;"</span>);
00119                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAISCRIPT_1_1IOpRunCodea3" doxytag="NLAISCRIPT::IOpCode::getDebugResult" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual void NLAISCRIPT::IOpCode::getDebugResult </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">std::string &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>str</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="a02374.html">CCodeContext</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>context</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"> const<code> [pure virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
gets debug string from the op-code. 
<p>

<p>
Implemented in <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunz1796_0">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02373.html#NLAISCRIPT_1_1CCodeBrancheRunDebuga7">NLAISCRIPT::CCodeBrancheRunDebug</a>, <a class="el" href="a02724.html#NLAISCRIPT_1_1CLdbNewOpCodea4">NLAISCRIPT::CLdbNewOpCode</a>, <a class="el" href="a02983.html#NLAISCRIPT_1_1CNegOpCodea4">NLAISCRIPT::CNegOpCode</a>, <a class="el" href="a02172.html#NLAISCRIPT_1_1CAddOpCodea4">NLAISCRIPT::CAddOpCode</a>, <a class="el" href="a03457.html#NLAISCRIPT_1_1CSubOpCodea4">NLAISCRIPT::CSubOpCode</a>, <a class="el" href="a02432.html#NLAISCRIPT_1_1CDivOpCodea4">NLAISCRIPT::CDivOpCode</a>, <a class="el" href="a02978.html#NLAISCRIPT_1_1CMulOpCodea4">NLAISCRIPT::CMulOpCode</a>, <a class="el" href="a03461.html#NLAISCRIPT_1_1CSupOpCodea4">NLAISCRIPT::CSupOpCode</a>, <a class="el" href="a02667.html#NLAISCRIPT_1_1CInfOpCodea4">NLAISCRIPT::CInfOpCode</a>, <a class="el" href="a02459.html#NLAISCRIPT_1_1CEqOpCodea4">NLAISCRIPT::CEqOpCode</a>, <a class="el" href="a03460.html#NLAISCRIPT_1_1CSupEqOpCodea4">NLAISCRIPT::CSupEqOpCode</a>, <a class="el" href="a02666.html#NLAISCRIPT_1_1CInfEqOpCodea4">NLAISCRIPT::CInfEqOpCode</a>, <a class="el" href="a02429.html#NLAISCRIPT_1_1CDiffOpCodea4">NLAISCRIPT::CDiffOpCode</a>, <a class="el" href="a02994.html#NLAISCRIPT_1_1CNotOpCodea4">NLAISCRIPT::CNotOpCode</a>, <a class="el" href="a02693.html#NLAISCRIPT_1_1CJFalseOpCodea4">NLAISCRIPT::CJFalseOpCode</a>, <a class="el" href="a02694.html#NLAISCRIPT_1_1CJmpOpCodea4">NLAISCRIPT::CJmpOpCode</a>, <a class="el" href="a02180.html#NLAISCRIPT_1_1CAffOpCodea4">NLAISCRIPT::CAffOpCode</a>, <a class="el" href="a02181.html#NLAISCRIPT_1_1CAffOpCodeDebuga4">NLAISCRIPT::CAffOpCodeDebug</a>, <a class="el" href="a02177.html#NLAISCRIPT_1_1CAffHeapMemberiOpCodea4">NLAISCRIPT::CAffHeapMemberiOpCode</a>, <a class="el" href="a02178.html#NLAISCRIPT_1_1CAffMemberiOpCodea4">NLAISCRIPT::CAffMemberiOpCode</a>, <a class="el" href="a02179.html#NLAISCRIPT_1_1CAffMemberOpCodea4">NLAISCRIPT::CAffMemberOpCode</a>, <a class="el" href="a02783.html#NLAISCRIPT_1_1CLocAlloca4">NLAISCRIPT::CLocAlloc</a>, <a class="el" href="a02784.html#NLAISCRIPT_1_1CLocAllocDebuga4">NLAISCRIPT::CLocAllocDebug</a>, <a class="el" href="a02836.html#NLAISCRIPT_1_1CMarkAlloca4">NLAISCRIPT::CMarkAlloc</a>, <a class="el" href="a02560.html#NLAISCRIPT_1_1CFreeAlloca4">NLAISCRIPT::CFreeAlloc</a>, <a class="el" href="a02561.html#NLAISCRIPT_1_1CFreeAllocDebuga4">NLAISCRIPT::CFreeAllocDebug</a>, <a class="el" href="a02603.html#NLAISCRIPT_1_1CHaltOpCodea4">NLAISCRIPT::CHaltOpCode</a>, <a class="el" href="a02992.html#NLAISCRIPT_1_1CNopOpCodea4">NLAISCRIPT::CNopOpCode</a>, <a class="el" href="a03474.html#NLAISCRIPT_1_1CTellOpCodea4">NLAISCRIPT::CTellOpCode</a>, <a class="el" href="a02832.html#NLAISCRIPT_1_1CMakeArgOpCodea4">NLAISCRIPT::CMakeArgOpCode</a>, <a class="el" href="a02837.html#NLAISCRIPT_1_1CMarkMsga4">NLAISCRIPT::CMarkMsg</a>, <a class="el" href="a02976.html#NLAISCRIPT_1_1CMsgSetSendera3">NLAISCRIPT::CMsgSetSender</a>, <a class="el" href="a02530.html#NLAISCRIPT_1_1CFindRunMsga5">NLAISCRIPT::CFindRunMsg</a>, <a class="el" href="a02174.html#NLAISCRIPT_1_1CAddParamNameDebuga4">NLAISCRIPT::CAddParamNameDebug</a>, <a class="el" href="a02737.html#NLAISCRIPT_1_1CLibMemberMethoda4">NLAISCRIPT::CLibMemberMethod</a>, <a class="el" href="a02736.html#NLAISCRIPT_1_1CLibMemberInheritedMethoda4">NLAISCRIPT::CLibMemberInheritedMethod</a>, <a class="el" href="a02738.html#NLAISCRIPT_1_1CLibMemberMethodia4">NLAISCRIPT::CLibMemberMethodi</a>, <a class="el" href="a02732.html#NLAISCRIPT_1_1CLibCallMethoda4">NLAISCRIPT::CLibCallMethod</a>, <a class="el" href="a02731.html#NLAISCRIPT_1_1CLibCallInheritedMethoda4">NLAISCRIPT::CLibCallInheritedMethod</a>, <a class="el" href="a02733.html#NLAISCRIPT_1_1CLibCallMethodia4">NLAISCRIPT::CLibCallMethodi</a>, <a class="el" href="a02735.html#NLAISCRIPT_1_1CLibStackMemberMethoda5">NLAISCRIPT::CLibStackMemberMethod</a>, <a class="el" href="a02739.html#NLAISCRIPT_1_1CLibStackNewMemberMethoda5">NLAISCRIPT::CLibStackNewMemberMethod</a>, <a class="el" href="a02734.html#NLAISCRIPT_1_1CLibHeapMemberMethoda5">NLAISCRIPT::CLibHeapMemberMethod</a>, <a class="el" href="a02310.html#NLAISCRIPT_1_1CCallMethoda5">NLAISCRIPT::CCallMethod</a>, <a class="el" href="a02308.html#NLAISCRIPT_1_1CCallHeapMethodia5">NLAISCRIPT::CCallHeapMethodi</a>, <a class="el" href="a02313.html#NLAISCRIPT_1_1CCallStackMethodia5">NLAISCRIPT::CCallStackMethodi</a>, <a class="el" href="a02314.html#NLAISCRIPT_1_1CCallStackNewMethodia5">NLAISCRIPT::CCallStackNewMethodi</a>, <a class="el" href="a02311.html#NLAISCRIPT_1_1CCallMethodia5">NLAISCRIPT::CCallMethodi</a>, <a class="el" href="a02725.html#NLAISCRIPT_1_1CLdbOpCodea4">NLAISCRIPT::CLdbOpCode</a>, <a class="el" href="a02723.html#NLAISCRIPT_1_1CLdbMemberOpCodea4">NLAISCRIPT::CLdbMemberOpCode</a>, <a class="el" href="a02722.html#NLAISCRIPT_1_1CLdbMemberiOpCodea4">NLAISCRIPT::CLdbMemberiOpCode</a>, <a class="el" href="a02727.html#NLAISCRIPT_1_1CLdbStackMemberiOpCodea4">NLAISCRIPT::CLdbStackMemberiOpCode</a>, <a class="el" href="a02721.html#NLAISCRIPT_1_1CLdbHeapMemberiOpCodea4">NLAISCRIPT::CLdbHeapMemberiOpCode</a>, and <a class="el" href="a02726.html#NLAISCRIPT_1_1CLdbRefOpCodea4">NLAISCRIPT::CLdbRefOpCode</a>.
<p>
Referenced by <a class="el" href="a05573.html#l00213">NLAISCRIPT::CCodeBrancheRunDebug::getDebugResult()</a>, <a class="el" href="a05571.html#l00225">NLAISCRIPT::CCodeBrancheRun::getDebugResult()</a>, <a class="el" href="a05573.html#l00162">NLAISCRIPT::CCodeBrancheRunDebug::runOpCode()</a>, and <a class="el" href="a05571.html#l00183">NLAISCRIPT::CCodeBrancheRun::runOpCode()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea7" doxytag="NLAISCRIPT::IOpCode::getDebugString" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual void NLAIC::IBasicType::getDebugString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">std::string &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
<p>
Reimplemented from <a class="el" href="a02145.html#NLAIC_1_1IPointerGestiona1">NLAIC::IPointerGestion</a>.
<p>
Implemented in <a class="el" href="a03870.html#NLAILINK_1_1IOTracea3">NLAILINK::IOTrace</a>, <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_1">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAILOGIC_1_1CGoalPatha19">NLAIAGENT::CActorScript</a>, <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagerz1617_1">NLAIAGENT::IAgent</a>, <a class="el" href="a03958.html#NLAIAGENT_1_1VectorTypea3">NLAIAGENT::VectorType</a>, <a class="el" href="a03770.html#NLAIAGENT_1_1DigitalTypez1621_1">NLAIAGENT::DigitalType</a>, <a class="el" href="a02155.html#NLAIAGENT_1_1BorneDigitalTypez1623_1">NLAIAGENT::BorneDigitalType</a>, <a class="el" href="a03769.html#NLAIAGENT_1_1DDigitalTypez1625_1">NLAIAGENT::DDigitalType</a>, <a class="el" href="a02144.html#NLAIAGENT_1_1BorneDDigitalTypez1627_1">NLAIAGENT::BorneDDigitalType</a>, <a class="el" href="a03034.html#NLAIAGENT_1_1IPerformativea3">NLAIAGENT::IntegerType</a>, <a class="el" href="a03896.html#NLAIAGENT_1_1ShortIntegerTypea3">NLAIAGENT::ShortIntegerType</a>, <a class="el" href="a02604.html#NLAIAGENT_1_1CharTypea7">NLAIAGENT::CharType</a>, <a class="el" href="a03930.html#NLAIAGENT_1_1UInt8Typea3">NLAIAGENT::UInt8Type</a>, <a class="el" href="a03927.html#NLAIAGENT_1_1UInt16Typea3">NLAIAGENT::UInt16Type</a>, <a class="el" href="a03928.html#NLAIAGENT_1_1UInt32Typea3">NLAIAGENT::UInt32Type</a>, <a class="el" href="a03929.html#NLAIAGENT_1_1UInt64Typea3">NLAIAGENT::UInt64Type</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1635_1">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a03453.html#NLAIAGENT_1_1CStringTypea7">NLAIAGENT::CStringType</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea6">NLAIAGENT::CPairType</a>, <a class="el" href="a02602.html#NLAISCRIPT_1_1CPramContainera18">NLAIAGENT::CGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea19">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1660_1">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1672_1">NLAIAGENT::CAgentScript</a>, <a class="el" href="a03455.html#NLAIAGENT_1_1CStringVarNamea6">NLAIAGENT::CStringVarName</a>, <a class="el" href="a02660.html#NLAIAGENT_1_1CIndexedVarNamea6">NLAIAGENT::CIndexedVarName</a>, <a class="el" href="a02185.html#NLAIAGENT_1_1CAgentManagerTimerz1679_1">NLAIAGENT::CAgentManagerTimer</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagerz1681_1">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02184.html#NLAIAGENT_1_1CAgentWatchTimera22">NLAIAGENT::CAgentWatchTimer</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea6">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka11">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02797.html#NLAIAGENT_1_1CLocWordNumRefa7">NLAIAGENT::CLocWordNumRef</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IListManagerz1705_10">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a02785.html#NLAIAGENT_1_1CLocalMailBoxa9">NLAIAGENT::CLocalMailBox</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CMessageScriptz1712_1">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea3">NLAIAGENT::IMessageBase</a>, <a class="el" href="a03458.html#NLAIAGENT_1_1CSuccessMsgz1722_2">NLAIAGENT::CSuccessMsg</a>, <a class="el" href="a02507.html#NLAIAGENT_1_1CFailureMsgz1724_2">NLAIAGENT::CFailureMsg</a>, <a class="el" href="a02502.html#NLAIAGENT_1_1CFactMsgz1726_2">NLAIAGENT::CFactMsg</a>, <a class="el" href="a02585.html#NLAIAGENT_1_1CGetValueMsgz1728_2">NLAIAGENT::CGetValueMsg</a>, <a class="el" href="a02596.html#NLAIAGENT_1_1CGoalMsgz1730_2">NLAIAGENT::CGoalMsg</a>, <a class="el" href="a02323.html#NLAIAGENT_1_1CCancelGoalMsgz1732_2">NLAIAGENT::CCancelGoalMsg</a>, <a class="el" href="a02919.html#NLAIAGENT_1_1CMessageGroupa4">NLAIAGENT::CMessageGroup</a>, <a class="el" href="a02993.html#NLAIAGENT_1_1CNotifyParentScriptz1734_1">NLAIAGENT::CNotifyParentScript</a>, <a class="el" href="a03013.html#NLAIAGENT_1_1COnChangeMsgz1736_1">NLAIAGENT::COnChangeMsg</a>, <a class="el" href="a03367.html#NLAIAGENT_1_1CSetValueMsgz1738_2">NLAIAGENT::CSetValueMsg</a>, <a class="el" href="a02997.html#NLAIAGENT_1_1CObjectIdenta8">NLAIAGENT::CObjectIdent</a>, <a class="el" href="a02998.html#NLAIAGENT_1_1CObjectTypea4">NLAIAGENT::CObjectType</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa20">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a02608.html#NLAIAGENT_1_1CHashTimerManagera6">NLAIAGENT::CHashTimerManager</a>, <a class="el" href="a03652.html#NLAIAGENT_1_1CVolatilMemmoryz1758_1">NLAIAGENT::CVolatilMemmory</a>, <a class="el" href="a03361.html#NLAIC_1_1CSelfClassFactorya5">NLAIC::CSelfClassFactory</a>, <a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_0">NLAIC::CBinaryType</a>, <a class="el" href="a02338.html#NLAICHARACTER_1_1CCharacterNoeuda7">NLAICHARACTER::CCharacterChild</a>, <a class="el" href="a03392.html#NLAIFUZZY_1_1CSimpleFuzzyConda4">NLAIFUZZY::CSimpleFuzzyCond</a>, <a class="el" href="a02567.html#NLAIFUZZY_1_1CFuzzyFacta5">NLAIFUZZY::CFuzzyFact</a>, <a class="el" href="a02570.html#NLAIFUZZY_1_1CFuzzyRulea11">NLAIFUZZY::CFuzzyRule</a>, <a class="el" href="a02573.html#NLAIFUZZY_1_1CFuzzyRuleSeta5">NLAIFUZZY::CFuzzyRuleSet</a>, <a class="el" href="a02568.html#NLAIFUZZY_1_1CFuzzyIntervala8">NLAIFUZZY::CFuzzyInterval</a>, <a class="el" href="a03339.html#NLAIFUZZY_1_1CRightFuzzySeta8">NLAIFUZZY::CRightFuzzySet</a>, <a class="el" href="a03619.html#NLAIFUZZY_1_1CTriangleFuzzySeta8">NLAIFUZZY::CTriangleFuzzySet</a>, <a class="el" href="a03615.html#NLAIFUZZY_1_1CTrapezeFuzzySeta8">NLAIFUZZY::CTrapezeFuzzySet</a>, <a class="el" href="a02730.html#NLAIFUZZY_1_1CLeftFuzzySeta8">NLAIFUZZY::CLeftFuzzySet</a>, <a class="el" href="a03393.html#NLAIFUZZY_1_1FuzzyTypea3">NLAIFUZZY::FuzzyType</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara11">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02283.html#NLAILOGIC_1_1CBoolAsserta10">NLAILOGIC::CBoolAssert</a>, <a class="el" href="a02287.html#NLAILOGIC_1_1CBoolOperatora14">NLAILOGIC::CBoolOperator</a>, <a class="el" href="a02286.html#NLAILOGIC_1_1CBoolTypea5">NLAILOGIC::CBoolType</a>, <a class="el" href="a02350.html#NLAILOGIC_1_1CClausea13">NLAILOGIC::CClause</a>, <a class="el" href="a02499.html#NLAILOGIC_1_1CFacta18">NLAILOGIC::CFact</a>, <a class="el" href="a02501.html#NLAILOGIC_1_1CFactBasea10">NLAILOGIC::CFactBase</a>, <a class="el" href="a02531.html#NLAILOGIC_1_1CFirstOrderAsserta15">NLAILOGIC::CFirstOrderAssert</a>, <a class="el" href="a02532.html#NLAILOGIC_1_1CFirstOrderOperatora13">NLAILOGIC::CFirstOrderOperator</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CFsmScripta20">NLAIAGENT::CFsmScript</a>, <a class="el" href="a03363.html#NLAIAGENT_1_1CSeqFsmScripta21">NLAIAGENT::CSeqFsmScript</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoala13">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoala13">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka10">NLAILOGIC::CGoalStack</a>, <a class="el" href="a03025.html#NLAISCRIPT_1_1COperatorClassa43">NLAISCRIPT::COperatorClass</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta26">NLAIAGENT::COperatorScript</a>, <a class="el" href="a03342.html#NLAILOGIC_1_1CRulea18">NLAILOGIC::CRule</a>, <a class="el" href="a02500.html#NLAILOGIC_1_1CValueSeta10">NLAILOGIC::CValueSet</a>, <a class="el" href="a03645.html#NLAILOGIC_1_1CVara6">NLAILOGIC::CVar</a>, <a class="el" href="a02351.html#NLAILOGIC_1_1CVarSeta8">NLAILOGIC::CVarSet</a>, <a class="el" href="a02505.html#NLAILOGIC_1_1CFactPatterna9">NLAILOGIC::CFactPattern</a>, <a class="el" href="a02374.html#NLAISCRIPT_1_1CCodeContextz1790_1">NLAISCRIPT::CCodeContext</a>, <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunDebugz1798_0">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02414.html#NLAISCRIPT_1_1CContextDebuga11">NLAISCRIPT::CContextDebug</a>, <a class="el" href="a02166.html#NLAISCRIPT_1_1CActorClassa22">NLAISCRIPT::CActorClass</a>, <a class="el" href="a02563.html#NLAISCRIPT_1_1CSeqFsmClassa25">NLAISCRIPT::CFsmClass</a>, <a class="el" href="a03039.html#NLAISCRIPT_1_1CParamz1830_1">NLAISCRIPT::CParam</a>, <a class="el" href="a02925.html#NLAISCRIPT_1_1CMethodeNamez1832_1">NLAISCRIPT::CMethodeName</a>, <a class="el" href="a02346.html#NLAISCRIPT_1_1CClassInterpretFactoryz1836_3">NLAISCRIPT::CClassInterpretFactory</a>, <a class="el" href="a02167.html#NLAISCRIPT_1_1CAgentClassa22">NLAISCRIPT::CAgentClass</a>, <a class="el" href="a02835.html#NLAISCRIPT_1_1CManagerClassz1844_2">NLAISCRIPT::CManagerClass</a>, <a class="el" href="a02329.html#NLAISCRIPT_1_1CSuccessMsgClassz1846_0">NLAISCRIPT::CMessageClass</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1860_1">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a03844.html#NLAISCRIPT_1_1IBlockz1862_1">NLAISCRIPT::IBlock</a>, <a class="el" href="a02777.html#NLAISCRIPT_1_1ILoadObjecta2">NLAISCRIPT::ILoadObject</a>, <a class="el" href="a02999.html#NLAISCRIPT_1_1CObjectUnknownz1874_1">NLAISCRIPT::CObjectUnknown</a>, <a class="el" href="a03474.html#NLAISCRIPT_1_1CTellOpCodea5">NLAISCRIPT::CTellOpCode</a>, <a class="el" href="a02725.html#NLAISCRIPT_1_1CLdbOpCodea5">NLAISCRIPT::CLdbOpCode</a>, <a class="el" href="a02723.html#NLAISCRIPT_1_1CLdbMemberOpCodea5">NLAISCRIPT::CLdbMemberOpCode</a>, <a class="el" href="a02722.html#NLAISCRIPT_1_1CLdbMemberiOpCodea5">NLAISCRIPT::CLdbMemberiOpCode</a>, <a class="el" href="a02727.html#NLAISCRIPT_1_1CLdbStackMemberiOpCodea5">NLAISCRIPT::CLdbStackMemberiOpCode</a>, <a class="el" href="a02721.html#NLAISCRIPT_1_1CLdbHeapMemberiOpCodea5">NLAISCRIPT::CLdbHeapMemberiOpCode</a>, <a class="el" href="a03354.html#NLAISCRIPT_1_1CScriptDebugSourceFilea3">NLAISCRIPT::CScriptDebugSourceFile</a>, <a class="el" href="a03356.html#NLAISCRIPT_1_1CScriptDebugSourceMemorya3">NLAISCRIPT::CScriptDebugSourceMemory</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1886_1">NLAISCRIPT::CLibTest</a>, <a class="el" href="a03654.html#NLAISCRIPT_1_1CVarPStackz1890_1">NLAISCRIPT::CVarPStack</a>, <a class="el" href="a03655.html#NLAISCRIPT_1_1CVarPStackParamz1892_1">NLAISCRIPT::CVarPStackParam</a>, and <a class="el" href="a02173.html#NLAISCRIPT_1_1IOpRunCodea4">NLAISCRIPT::IOpRunCode</a>.
<p>
Referenced by <a class="el" href="a05600.html#l00282">NLAISCRIPT::CConstraintMethode::CConstraintMethode()</a>, <a class="el" href="a05847.html#l00609">NLAISCRIPT::CAgentClass::createComponents()</a>, <a class="el" href="a05588.html#l00070">NLAIAGENT::CComponentHandle::getComponent()</a>, <a class="el" href="a05847.html#l00290">NLAISCRIPT::CAgentClass::getComponentIndex()</a>, <a class="el" href="a06126.html#l00157">NLAISCRIPT::CLdbHeapMemberiOpCode::getDebugResult()</a>, <a class="el" href="a06126.html#l00045">NLAISCRIPT::CLdbOpCode::getDebugResult()</a>, <a class="el" href="a06121.html#l00070">NLAISCRIPT::CLdbNewOpCode::getDebugResult()</a>, <a class="el" href="a06120.html#l00628">NLAISCRIPT::CFindRunMsg::getDebugResult()</a>, <a class="el" href="a06671.html#l00123">NLAISCRIPT::CVarPStack::getDebugString()</a>, <a class="el" href="a06669.html#l00396">NLAILOGIC::CFactPattern::getDebugString()</a>, <a class="el" href="a06660.html#l00202">NLAILOGIC::CVar::getDebugString()</a>, <a class="el" href="a06658.html#l00436">NLAILOGIC::CValueSet::getDebugString()</a>, <a class="el" href="a06129.html#l00164">NLAIAGENT::CAgentOperation::getDebugString()</a>, <a class="el" href="a06082.html#l00081">NLAIAGENT::CSetValueMsg::getDebugString()</a>, <a class="el" href="a06080.html#l00072">NLAIAGENT::COnChangeMsg::getDebugString()</a>, <a class="el" href="a06078.html#l00090">NLAIAGENT::CNotifyParentScript::getDebugString()</a>, <a class="el" href="a06067.html#l00187">NLAIAGENT::CFailureMsg::getDebugString()</a>, <a class="el" href="a06067.html#l00080">NLAIAGENT::CSuccessMsg::getDebugString()</a>, <a class="el" href="a06065.html#l00316">NLAIAGENT::IMessageBase::getDebugString()</a>, <a class="el" href="a05911.html#l00070">NLAIAGENT::IListBasicManager::getDebugString()</a>, <a class="el" href="a05770.html#l00807">NLAIAGENT::CVectorGroupType::getDebugString()</a>, <a class="el" href="a05743.html#l00096">NLAIFUZZY::CFuzzyFact::getDebugString()</a>, <a class="el" href="a05716.html#l00152">NLAILOGIC::CFirstOrderAssert::getDebugString()</a>, <a class="el" href="a05695.html#l00129">NLAILOGIC::CFact::getDebugString()</a>, <a class="el" href="a05412.html#l00664">NLAIAGENT::CAgentScript::getDebugString()</a>, <a class="el" href="a05407.html#l00214">NLAIAGENT::CPairType::getDebugString()</a>, <a class="el" href="a05386.html#l00292">NLAIC::IBasicType::getInfo()</a>, <a class="el" href="a05847.html#l00344">NLAISCRIPT::CAgentClass::getInheritedStaticMemberIndex()</a>, <a class="el" href="a05765.html#l00102">NLAILOGIC::CGoalPath::getPrivateMember()</a>, <a class="el" href="a05770.html#l00097">NLAIAGENT::IBaseGroupType::isMember()</a>, <a class="el" href="a05767.html#l00198">NLAILOGIC::CGoalStack::isMember()</a>, <a class="el" href="a05763.html#l00724">NLAILOGIC::CInternalGoal::isMember()</a>, <a class="el" href="a05763.html#l00383">NLAILOGIC::CGoal::isMember()</a>, <a class="el" href="a05749.html#l00270">NLAIFUZZY::IFuzzySet::isMember()</a>, <a class="el" href="a05695.html#l00188">NLAILOGIC::CFact::isMember()</a>, <a class="el" href="a05573.html#l00363">NLAISCRIPT::CCodeBrancheRunDebug::printVariable()</a>, <a class="el" href="a05603.html#l00047">NLAISCRIPT::CConstraintFindRun::run()</a>, <a class="el" href="a05599.html#l00050">NLAISCRIPT::CConstraintMethode::run()</a>, <a class="el" href="a05393.html#l00127">NLAIAGENT::IBasicAgent::runAchieve()</a>, <a class="el" href="a05420.html#l00546">NLAIAGENT::IBasicAgent::runAsk()</a>, <a class="el" href="a05393.html#l00159">NLAIAGENT::IBasicAgent::runBreak()</a>, <a class="el" href="a05393.html#l00206">NLAIAGENT::IBasicAgent::runError()</a>, <a class="el" href="a05393.html#l00105">NLAIAGENT::IBasicAgent::runEven()</a>, <a class="el" href="a05393.html#l00083">NLAIAGENT::IBasicAgent::runExec()</a>, <a class="el" href="a05393.html#l00184">NLAIAGENT::IBasicAgent::runKill()</a>, <a class="el" href="a06660.html#l00070">NLAILOGIC::IBaseVar::runMethodeMember()</a>, <a class="el" href="a05393.html#l00228">NLAIAGENT::IBasicAgent::runService()</a>, <a class="el" href="a05412.html#l01218">NLAIAGENT::CAgentScript::sendMessageToDynmaicChild()</a>, <a class="el" href="a05847.html#l00974">NLAISCRIPT::CAgentClass::setStaticMember()</a>, and <a class="el" href="a05847.html#l01000">NLAISCRIPT::CAgentClass::updateStaticMember()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea4" doxytag="NLAISCRIPT::IOpCode::getInfo" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual const std::string NLAIC::IBasicType::getInfo </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="a05386.html#l00292">292</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
References <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea7">NLAIC::IBasicType::getDebugString()</a>, and <a class="el" href="a05646.html#l00977">s</a>.
<p>
<div class="fragment"><pre>00293                 {
00294                         std::string <a class="code" href="a04223.html#a626">s</a>;
00295                         <a class="code" href="a02151.html#NLAICHARACTER_1_1IZonea7">getDebugString</a>(s);
00296                         <span class="keywordflow">return</span> <a class="code" href="a04223.html#a626">s</a>;
00297                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea5" doxytag="NLAISCRIPT::IOpCode::getMethodeMemberDebugString" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> std::string NLAIAGENT::IObjectIA::getMethodeMemberDebugString </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
          <td class="mdname" nowrap>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
          <td class="mdname" nowrap></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"> const<code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The methode getMethodeMemberDebugString(sint32 heritance, sint32 index) return a string that define the name and the argument of the method
<p>
Reimplemented in <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_0">NLAIAGENT::CAgentScript</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00311">311</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
Referenced by <a class="el" href="a06124.html#l00314">NLAISCRIPT::CCallHeapMethodi::getDebugResult()</a>, <a class="el" href="a06124.html#l00246">NLAISCRIPT::CCallStackMethodi::getDebugResult()</a>, <a class="el" href="a06124.html#l00155">NLAISCRIPT::CCallMethodi::getDebugResult()</a>, <a class="el" href="a06122.html#l00321">NLAISCRIPT::CLibHeapMemberMethod::getDebugResult()</a>, <a class="el" href="a06122.html#l00276">NLAISCRIPT::CLibStackNewMemberMethod::getDebugResult()</a>, <a class="el" href="a06122.html#l00230">NLAISCRIPT::CLibStackMemberMethod::getDebugResult()</a>, <a class="el" href="a06122.html#l00186">NLAISCRIPT::CLibCallMethodi::getDebugResult()</a>, <a class="el" href="a06122.html#l00159">NLAISCRIPT::CLibCallInheritedMethod::getDebugResult()</a>, <a class="el" href="a06122.html#l00132">NLAISCRIPT::CLibCallMethod::getDebugResult()</a>, <a class="el" href="a06122.html#l00087">NLAISCRIPT::CLibMemberMethodi::getDebugResult()</a>, <a class="el" href="a06122.html#l00059">NLAISCRIPT::CLibMemberInheritedMethod::getDebugResult()</a>, and <a class="el" href="a06122.html#l00029">NLAISCRIPT::CLibMemberMethod::getDebugResult()</a>.
<p>
<div class="fragment"><pre>00312         {
00313                 <span class="keywordflow">switch</span>(<span class="keywordtype">id</span>)
00314                 {
00315                 <span class="keywordflow">case</span> 0:
00316                         {
00317                                 <span class="keywordflow">return</span> std::string(<span class="stringliteral">"IObjectIA::sendMessage(IMessage)"</span>);
00318                         }                       
00319                         <span class="keywordflow">break</span>;
00320                 <span class="keywordflow">case</span> 1:                 
00321                         <span class="keywordflow">break</span>;
00322                 <span class="keywordflow">case</span> 2:                 
00323                         <span class="keywordflow">return</span> std::string(<span class="stringliteral">"IObjectIA::run()"</span>);
00324                         <span class="keywordflow">break</span>;
00325 
00326                 <span class="keywordflow">case</span> 3:
00327                         {                               
00328                                 <span class="keywordflow">return</span> std::string(<span class="stringliteral">"IObjectIA::getStaticMember(Integer)"</span>);                              
00329                         }
00330                 }
00331                 <span class="keywordflow">return</span> std::string(<span class="stringliteral">"Mathod_?????(Param_?????)"</span>);
00332         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea11" doxytag="NLAISCRIPT::IOpCode::getMethodIndexSize" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a10">sint32</a> NLAIAGENT::IObjectIA::getMethodIndexSize </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
getMethodIndexSize define the nomber of method define in the class.
<p>
Reimplemented in <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_2">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAIAGENT_1_1CActorScripta24">NLAIAGENT::CActorScript</a>, <a class="el" href="a02162.html#NLAIAGENT_1_1IBasicAgentz1609_0">NLAIAGENT::IBasicAgent</a>, <a class="el" href="a03884.html#NLAIAGENT_1_1VectorTypea6">NLAIAGENT::IVector</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1638_0">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02146.html#NLAIAGENT_1_1UInt8Typez1644_0">NLAIAGENT::INombreDefine</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea9">NLAIAGENT::CPairType</a>, <a class="el" href="a02327.html#NLAIAGENT_1_1IBaseGroupTypez1652_0">NLAIAGENT::IBaseGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea26">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a02147.html#NLAIAGENT_1_1IObjetOpz1656_0">NLAIAGENT::IObjetOp</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1662_0">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_1">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagera5">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02184.html#NLAIAGENT_1_1CAgentWatchTimera27">NLAIAGENT::CAgentWatchTimer</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea9">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStackz1214_0">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IListManagerz1705_13">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1708_0">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea7">NLAIAGENT::IMessageBase</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa25">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara14">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02499.html#NLAILOGIC_1_1CFactz1208_0">NLAILOGIC::CFact</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CSeqFsmScripta27">NLAIAGENT::CFsmScript</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoalz1210_0">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoalz1212_0">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02598.html#NLAILOGIC_1_1CGoalPatha24">NLAILOGIC::CGoalPath</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka14">NLAILOGIC::CGoalStack</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta32">NLAIAGENT::COperatorScript</a>, <a class="el" href="a02575.html#NLAILOGIC_1_1IBaseVara6">NLAILOGIC::IBaseVar</a>, <a class="el" href="a02167.html#NLAISCRIPT_1_1CSuccessMsgClassz1838_6">NLAISCRIPT::CAgentClass</a>, and <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1884_1">NLAISCRIPT::CLibTest</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00251">251</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
<div class="fragment"><pre>00252         {
00253                 <span class="keywordflow">return</span> 4;
00254         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea8" doxytag="NLAISCRIPT::IOpCode::getRef" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> const <a class="el" href="a04558.html#a10">sint32</a>&amp; NLAIC::IPointerGestion::getRef </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [inline, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
get the refence count. 
<p>

<p>
Definition at line <a class="el" href="a05386.html#l00099">99</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
References <a class="el" href="a05386.html#l00066">NLAIC::IPointerGestion::_Ref</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
Referenced by <a class="el" href="a05416.html#l00688">NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle()</a>.
<p>
<div class="fragment"><pre>00100                 {
00101                         <span class="keywordflow">return</span> _Ref;
00102                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea9" doxytag="NLAISCRIPT::IOpCode::getStaticMember" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> const IObjectIA* NLAIAGENT::IObjectIA::getStaticMember </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02661.html">IVarName</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>compName</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [inline, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
to get the pointer of a given components referened by an string.
<p>
Definition at line <a class="el" href="a05476.html#l00261">261</a> of file <a class="el" href="a05476.html">baseai.h</a>.
<p>
References <a class="el" href="a05475.html#l00193">NLAIAGENT::IObjectIA::getStaticMember()</a>, and <a class="el" href="a05475.html#l00188">NLAIAGENT::IObjectIA::getStaticMemberIndex()</a>.
<p>
<div class="fragment"><pre>00262                 {
00263                         <span class="keywordflow">return</span> <a class="code" href="a02149.html#NLAIAGENT_1_1VectorTypea10">getStaticMember</a>(<a class="code" href="a02149.html#NLAIAGENT_1_1VectorTypea11">getStaticMemberIndex</a>(compName));
00264                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea10" doxytag="NLAISCRIPT::IOpCode::getStaticMember" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> const IObjectIA * NLAIAGENT::IObjectIA::getStaticMember </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
to get the pointer of a given components referened by an index.
<p>
Reimplemented in <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1638_1">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_3">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1708_1">NLAIAGENT::CMessageScript</a>, and <a class="el" href="a02167.html#NLAISCRIPT_1_1CSuccessMsgClassa26">NLAISCRIPT::CAgentClass</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00193">193</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
Referenced by <a class="el" href="a06755.html#l00327">NLAISCRIPT::CCompilateur::affectationMember()</a>, <a class="el" href="a05588.html#l00070">NLAIAGENT::CComponentHandle::getComponent()</a>, <a class="el" href="a06126.html#l00206">NLAISCRIPT::CLdbMemberiOpCode::getDebugResult()</a>, <a class="el" href="a06126.html#l00157">NLAISCRIPT::CLdbHeapMemberiOpCode::getDebugResult()</a>, <a class="el" href="a06126.html#l00106">NLAISCRIPT::CLdbStackMemberiOpCode::getDebugResult()</a>, <a class="el" href="a06125.html#l00351">NLAISCRIPT::CCallStackNewMethodi::getDebugResult()</a>, <a class="el" href="a06124.html#l00314">NLAISCRIPT::CCallHeapMethodi::getDebugResult()</a>, <a class="el" href="a06124.html#l00246">NLAISCRIPT::CCallStackMethodi::getDebugResult()</a>, <a class="el" href="a06124.html#l00155">NLAISCRIPT::CCallMethodi::getDebugResult()</a>, <a class="el" href="a06122.html#l00321">NLAISCRIPT::CLibHeapMemberMethod::getDebugResult()</a>, <a class="el" href="a06122.html#l00276">NLAISCRIPT::CLibStackNewMemberMethod::getDebugResult()</a>, <a class="el" href="a06122.html#l00230">NLAISCRIPT::CLibStackMemberMethod::getDebugResult()</a>, <a class="el" href="a06122.html#l00186">NLAISCRIPT::CLibCallMethodi::getDebugResult()</a>, <a class="el" href="a06122.html#l00087">NLAISCRIPT::CLibMemberMethodi::getDebugResult()</a>, <a class="el" href="a06117.html#l00084">NLAISCRIPT::CLoadHeapObject::getObject()</a>, <a class="el" href="a06117.html#l00063">NLAISCRIPT::CLoadStackObject::getObject()</a>, <a class="el" href="a06117.html#l00041">NLAISCRIPT::CLoadSelfObject::getObject()</a>, <a class="el" href="a05476.html#l00261">NLAIAGENT::IObjectIA::getStaticMember()</a>, <a class="el" href="a05401.html#l00128">NLAIAGENT::CLocalAgentMail::getStaticMember()</a>, <a class="el" href="a05789.html#l00104">NLAISCRIPT::CCompilateur::getValidateHierarchyBase()</a>, <a class="el" href="a06755.html#l00385">NLAISCRIPT::CCompilateur::isValidateVarName()</a>, <a class="el" href="a05573.html#l00363">NLAISCRIPT::CCodeBrancheRunDebug::printVariable()</a>, <a class="el" href="a05475.html#l00266">NLAIAGENT::IObjectIA::runMethodeMember()</a>, <a class="el" href="a06126.html#l00191">NLAISCRIPT::CLdbMemberiOpCode::runOpCode()</a>, <a class="el" href="a06126.html#l00135">NLAISCRIPT::CLdbHeapMemberiOpCode::runOpCode()</a>, <a class="el" href="a06126.html#l00087">NLAISCRIPT::CLdbStackMemberiOpCode::runOpCode()</a>, <a class="el" href="a06124.html#l00347">NLAISCRIPT::CCallHeapMethodi::runOpCode()</a>, <a class="el" href="a06124.html#l00278">NLAISCRIPT::CCallStackMethodi::runOpCode()</a>, <a class="el" href="a06124.html#l00214">NLAISCRIPT::CCallStackNewMethodi::runOpCode()</a>, <a class="el" href="a06124.html#l00189">NLAISCRIPT::CCallMethodi::runOpCode()</a>, <a class="el" href="a06122.html#l00333">NLAISCRIPT::CLibHeapMemberMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00288">NLAISCRIPT::CLibStackNewMemberMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00242">NLAISCRIPT::CLibStackMemberMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00198">NLAISCRIPT::CLibCallMethodi::runOpCode()</a>, <a class="el" href="a06122.html#l00099">NLAISCRIPT::CLibMemberMethodi::runOpCode()</a>, <a class="el" href="a06120.html#l00413">NLAISCRIPT::CAffHeapMemberiOpCode::runOpCode()</a>, and <a class="el" href="a06120.html#l00317">NLAISCRIPT::CAffMemberiOpCode::runOpCode()</a>.
<p>
<div class="fragment"><pre>00194         {
00195                 <span class="keywordflow">return</span> NULL;
00196         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea11" doxytag="NLAISCRIPT::IOpCode::getStaticMemberIndex" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a10">sint32</a> NLAIAGENT::IObjectIA::getStaticMemberIndex </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02661.html">IVarName</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
to get the index of a given components name.
<p>
Reimplemented in <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1638_2">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_4">NLAIAGENT::CAgentScript</a>, and <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1708_2">NLAIAGENT::CMessageScript</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00188">188</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
Referenced by <a class="el" href="a06755.html#l00138">NLAISCRIPT::CCompilateur::affectation()</a>, <a class="el" href="a05588.html#l00070">NLAIAGENT::CComponentHandle::getComponent()</a>, <a class="el" href="a05476.html#l00261">NLAIAGENT::IObjectIA::getStaticMember()</a>, <a class="el" href="a05401.html#l00123">NLAIAGENT::CLocalAgentMail::getStaticMemberIndex()</a>, <a class="el" href="a05789.html#l00104">NLAISCRIPT::CCompilateur::getValidateHierarchyBase()</a>, <a class="el" href="a06755.html#l00385">NLAISCRIPT::CCompilateur::isValidateVarName()</a>, <a class="el" href="a05573.html#l00363">NLAISCRIPT::CCodeBrancheRunDebug::printVariable()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, <a class="el" href="a05605.html#l00067">NLAISCRIPT::CConstraintStackComp::run()</a>, and <a class="el" href="a05476.html#l00268">NLAIAGENT::IObjectIA::setStaticMember()</a>.
<p>
<div class="fragment"><pre>00189         {
00190                 <span class="keywordflow">return</span> -1;
00191         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea12" doxytag="NLAISCRIPT::IOpCode::getStaticMemberSize" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a10">sint32</a> NLAIAGENT::IObjectIA::getStaticMemberSize </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Static member is the component that the agent is create and die with. getStaticMemberSize to get the size of the static member components
<p>
Reimplemented in <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1638_3">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_5">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1708_3">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02169.html#NLAISCRIPT_1_1IClassInterpreta25">NLAISCRIPT::IClassInterpret</a>, and <a class="el" href="a02167.html#NLAISCRIPT_1_1CSuccessMsgClassa29">NLAISCRIPT::CAgentClass</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00180">180</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea20">NLAIC::IBasicType::getType()</a>, <a class="el" href="a05981.html#l00099">sint32</a>, and <a class="el" href="a05804.html#l00079">NLAIC::stringGetBuild()</a>.
<p>
Referenced by <a class="el" href="a05401.html#l00118">NLAIAGENT::CLocalAgentMail::getStaticMemberSize()</a>.
<p>
<div class="fragment"><pre>00181         {
00182                 std::string text;
00183                 text = <a class="code" href="a05365.html#a8">NLAIC::stringGetBuild</a>(<span class="stringliteral">"sint32 IObjectIA::getStaticMemberSize() note implementaited for the '%s' interface"</span>,(<span class="keyword">const</span> <span class="keywordtype">char</span> *)<a class="code" href="a02151.html#NLAICHARACTER_1_1IZonea20">getType</a>());
00184                 <span class="keywordflow">throw</span> <a class="code" href="a02487.html">NLAIE::CExceptionNotImplemented</a>(text.c_str());
00185                 <span class="keywordflow">return</span> 0;       
00186         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea20" doxytag="NLAISCRIPT::IOpCode::getType" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual const CIdentType&amp; NLAIC::IBasicType::getType </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
getType return a unique string how represente the class, it can be the name of the class. This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
<p>
Implemented in <a class="el" href="a03870.html#NLAILINK_1_1IOTracea6">NLAILINK::IOTrace</a>, <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_3">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAIAGENT_1_1CActorScripta33">NLAIAGENT::CActorScript</a>, <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagerz1617_2">NLAIAGENT::IAgent</a>, <a class="el" href="a03958.html#NLAIAGENT_1_1VectorTypea13">NLAIAGENT::VectorType</a>, <a class="el" href="a03770.html#NLAIAGENT_1_1DigitalTypez1621_2">NLAIAGENT::DigitalType</a>, <a class="el" href="a02155.html#NLAIAGENT_1_1BorneDigitalTypez1623_2">NLAIAGENT::BorneDigitalType</a>, <a class="el" href="a03769.html#NLAIAGENT_1_1DDigitalTypez1625_2">NLAIAGENT::DDigitalType</a>, <a class="el" href="a02144.html#NLAIAGENT_1_1BorneDDigitalTypez1627_2">NLAIAGENT::BorneDDigitalType</a>, <a class="el" href="a03034.html#NLAIAGENT_1_1IPerformativea14">NLAIAGENT::IntegerType</a>, <a class="el" href="a03896.html#NLAIAGENT_1_1ShortIntegerTypea13">NLAIAGENT::ShortIntegerType</a>, <a class="el" href="a02604.html#NLAIAGENT_1_1CharTypea17">NLAIAGENT::CharType</a>, <a class="el" href="a03930.html#NLAIAGENT_1_1UInt8Typea13">NLAIAGENT::UInt8Type</a>, <a class="el" href="a03927.html#NLAIAGENT_1_1UInt16Typea13">NLAIAGENT::UInt16Type</a>, <a class="el" href="a03928.html#NLAIAGENT_1_1UInt32Typea13">NLAIAGENT::UInt32Type</a>, <a class="el" href="a03929.html#NLAIAGENT_1_1UInt64Typea13">NLAIAGENT::UInt64Type</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1635_2">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a03453.html#NLAIAGENT_1_1CStringTypea17">NLAIAGENT::CStringType</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea16">NLAIAGENT::CPairType</a>, <a class="el" href="a02602.html#NLAISCRIPT_1_1CListClassa31">NLAIAGENT::CGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea33">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1660_2">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1672_2">NLAIAGENT::CAgentScript</a>, <a class="el" href="a03455.html#NLAIAGENT_1_1CStringVarNamea10">NLAIAGENT::CStringVarName</a>, <a class="el" href="a02660.html#NLAIAGENT_1_1CIndexedVarNamea11">NLAIAGENT::CIndexedVarName</a>, <a class="el" href="a02185.html#NLAIAGENT_1_1CAgentManagerTimerz1679_2">NLAIAGENT::CAgentManagerTimer</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagerz1681_2">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02184.html#NLAIAGENT_1_1CAgentWatchTimera35">NLAIAGENT::CAgentWatchTimer</a>, <a class="el" href="a02183.html#NLAIAGENT_1_1CAgentClockTimera35">NLAIAGENT::CAgentClockTimer</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea15">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka25">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02797.html#NLAIAGENT_1_1CLocWordNumRefz1701_1">NLAIAGENT::CLocWordNumRef</a>, <a class="el" href="a03665.html#NLAIAGENT_1_1CVectorGroupManagera15">NLAIAGENT::CVectorGroupManager</a>, <a class="el" href="a02785.html#NLAIAGENT_1_1CLocalMailBoxa25">NLAIAGENT::CLocalMailBox</a>, <a class="el" href="a02831.html#NLAIAGENT_1_1CMainAgentScripta31">NLAIAGENT::CMainAgentScript</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CMessageScriptz1712_2">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02920.html#NLAIAGENT_1_1CMessageListz1718_1">NLAIAGENT::CMessageList</a>, <a class="el" href="a02922.html#NLAIAGENT_1_1CMessageVectorz1720_1">NLAIAGENT::CMessageVector</a>, <a class="el" href="a03458.html#NLAIAGENT_1_1CSuccessMsgz1722_3">NLAIAGENT::CSuccessMsg</a>, <a class="el" href="a02507.html#NLAIAGENT_1_1CFailureMsgz1724_3">NLAIAGENT::CFailureMsg</a>, <a class="el" href="a02502.html#NLAIAGENT_1_1CFactMsgz1726_3">NLAIAGENT::CFactMsg</a>, <a class="el" href="a02585.html#NLAIAGENT_1_1CGetValueMsgz1728_3">NLAIAGENT::CGetValueMsg</a>, <a class="el" href="a02596.html#NLAIAGENT_1_1CGoalMsgz1730_3">NLAIAGENT::CGoalMsg</a>, <a class="el" href="a02323.html#NLAIAGENT_1_1CCancelGoalMsgz1732_3">NLAIAGENT::CCancelGoalMsg</a>, <a class="el" href="a02919.html#NLAIAGENT_1_1CMessageGroupa8">NLAIAGENT::CMessageGroup</a>, <a class="el" href="a02993.html#NLAIAGENT_1_1CNotifyParentScriptz1734_2">NLAIAGENT::CNotifyParentScript</a>, <a class="el" href="a03013.html#NLAIAGENT_1_1COnChangeMsgz1736_2">NLAIAGENT::COnChangeMsg</a>, <a class="el" href="a03367.html#NLAIAGENT_1_1CSetValueMsgz1738_3">NLAIAGENT::CSetValueMsg</a>, <a class="el" href="a02997.html#NLAIAGENT_1_1CObjectIdenta18">NLAIAGENT::CObjectIdent</a>, <a class="el" href="a02998.html#NLAIAGENT_1_1CObjectTypea13">NLAIAGENT::CObjectType</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa37">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a03080.html#NLAIAGENT_1_1CPExecz1740_1">NLAIAGENT::CPExec</a>, <a class="el" href="a03033.html#NLAIAGENT_1_1CPAchievez1742_1">NLAIAGENT::CPAchieve</a>, <a class="el" href="a03056.html#NLAIAGENT_1_1CPAskz1744_1">NLAIAGENT::CPAsk</a>, <a class="el" href="a03261.html#NLAIAGENT_1_1CPTellz1746_1">NLAIAGENT::CPTell</a>, <a class="el" href="a03076.html#NLAIAGENT_1_1CPBreakz1748_1">NLAIAGENT::CPBreak</a>, <a class="el" href="a03081.html#NLAIAGENT_1_1CPKillz1750_1">NLAIAGENT::CPKill</a>, <a class="el" href="a03078.html#NLAIAGENT_1_1CPErrorz1752_1">NLAIAGENT::CPError</a>, <a class="el" href="a03079.html#NLAIAGENT_1_1CPEvenz1754_1">NLAIAGENT::CPEven</a>, <a class="el" href="a03185.html#NLAIAGENT_1_1CPServicez1756_1">NLAIAGENT::CPService</a>, <a class="el" href="a02608.html#NLAIAGENT_1_1CHashTimerManagera20">NLAIAGENT::CHashTimerManager</a>, <a class="el" href="a03652.html#NLAIAGENT_1_1CVolatilMemmoryz1758_3">NLAIAGENT::CVolatilMemmory</a>, <a class="el" href="a03361.html#NLAIC_1_1CSelfClassFactorya8">NLAIC::CSelfClassFactory</a>, <a class="el" href="a02267.html#NLAIC_1_1CBinaryTypez1780_2">NLAIC::CBinaryType</a>, <a class="el" href="a03625.html#NLAIC_1_1CTypeOfObjectz1782_2">NLAIC::CTypeOfObject</a>, <a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorz1784_2">NLAIC::CTypeOfOperator</a>, <a class="el" href="a02338.html#NLAICHARACTER_1_1CCharacterChilda20">NLAICHARACTER::CCharacterChild</a>, <a class="el" href="a02340.html#NLAICHARACTER_1_1CCharacterNoeuda21">NLAICHARACTER::CCharacterNoeud</a>, <a class="el" href="a02567.html#NLAIFUZZY_1_1CFuzzyFacta14">NLAIFUZZY::CFuzzyFact</a>, <a class="el" href="a02570.html#NLAIFUZZY_1_1CFuzzyRulea20">NLAIFUZZY::CFuzzyRule</a>, <a class="el" href="a02573.html#NLAIFUZZY_1_1CFuzzyRuleSeta14">NLAIFUZZY::CFuzzyRuleSet</a>, <a class="el" href="a02568.html#NLAIFUZZY_1_1CFuzzyIntervala18">NLAIFUZZY::CFuzzyInterval</a>, <a class="el" href="a03339.html#NLAIFUZZY_1_1CRightFuzzySeta18">NLAIFUZZY::CRightFuzzySet</a>, <a class="el" href="a03619.html#NLAIFUZZY_1_1CTriangleFuzzySeta18">NLAIFUZZY::CTriangleFuzzySet</a>, <a class="el" href="a03615.html#NLAIFUZZY_1_1CTrapezeFuzzySeta18">NLAIFUZZY::CTrapezeFuzzySet</a>, <a class="el" href="a02730.html#NLAIFUZZY_1_1CLeftFuzzySeta18">NLAIFUZZY::CLeftFuzzySet</a>, <a class="el" href="a03393.html#NLAIFUZZY_1_1FuzzyTypea13">NLAIFUZZY::FuzzyType</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara23">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02284.html#NLAILOGIC_1_1IBaseAsserta20">NLAILOGIC::IBaseAssert</a>, <a class="el" href="a02283.html#NLAILOGIC_1_1CBoolAsserta23">NLAILOGIC::CBoolAssert</a>, <a class="el" href="a02287.html#NLAILOGIC_1_1CBoolOperatora25">NLAILOGIC::CBoolOperator</a>, <a class="el" href="a02286.html#NLAILOGIC_1_1CBoolTypea14">NLAILOGIC::CBoolType</a>, <a class="el" href="a02499.html#NLAILOGIC_1_1CFactz1208_1">NLAILOGIC::CFact</a>, <a class="el" href="a02501.html#NLAILOGIC_1_1CFactBasea19">NLAILOGIC::CFactBase</a>, <a class="el" href="a02531.html#NLAILOGIC_1_1CFirstOrderAsserta28">NLAILOGIC::CFirstOrderAssert</a>, <a class="el" href="a02532.html#NLAILOGIC_1_1CFirstOrderOperatora24">NLAILOGIC::CFirstOrderOperator</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CFsmScripta35">NLAIAGENT::CFsmScript</a>, <a class="el" href="a03363.html#NLAIAGENT_1_1CSeqFsmScripta36">NLAIAGENT::CSeqFsmScript</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoala27">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoala27">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02598.html#NLAILOGIC_1_1CGoalPatha34">NLAILOGIC::CGoalPath</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka24">NLAILOGIC::CGoalStack</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta41">NLAIAGENT::COperatorScript</a>, <a class="el" href="a03342.html#NLAILOGIC_1_1CRulea30">NLAILOGIC::CRule</a>, <a class="el" href="a02500.html#NLAILOGIC_1_1CValueSeta19">NLAILOGIC::CValueSet</a>, <a class="el" href="a03645.html#NLAILOGIC_1_1CVara17">NLAILOGIC::CVar</a>, <a class="el" href="a03651.html#NLAILOGIC_1_1CVarMema22">NLAILOGIC::CVarMem</a>, <a class="el" href="a02351.html#NLAILOGIC_1_1CVarSeta17">NLAILOGIC::CVarSet</a>, <a class="el" href="a02505.html#NLAILOGIC_1_1CFactPatterna18">NLAILOGIC::CFactPattern</a>, <a class="el" href="a02374.html#NLAISCRIPT_1_1CCodeContextz1790_2">NLAISCRIPT::CCodeContext</a>, <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunz1798_2">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02373.html#NLAISCRIPT_1_1CCodeBrancheRunDebugz1804_1">NLAISCRIPT::CCodeBrancheRunDebug</a>, <a class="el" href="a02414.html#NLAISCRIPT_1_1CContextDebuga21">NLAISCRIPT::CContextDebug</a>, <a class="el" href="a03459.html#NLAISCRIPT_1_1CSuccessMsgClassz1822_2">NLAISCRIPT::CSuccessMsgClass</a>, <a class="el" href="a02508.html#NLAISCRIPT_1_1CFailureMsgClassz1824_2">NLAISCRIPT::CFailureMsgClass</a>, <a class="el" href="a02586.html#NLAISCRIPT_1_1CGetValueMsgClassz1826_2">NLAISCRIPT::CGetValueMsgClass</a>, <a class="el" href="a03368.html#NLAISCRIPT_1_1CSetValueMsgClassz1828_2">NLAISCRIPT::CSetValueMsgClass</a>, <a class="el" href="a03039.html#NLAISCRIPT_1_1CParamz1830_2">NLAISCRIPT::CParam</a>, <a class="el" href="a02925.html#NLAISCRIPT_1_1CMethodeNamez1832_2">NLAISCRIPT::CMethodeName</a>, <a class="el" href="a02169.html#NLAISCRIPT_1_1IClassInterpreta26">NLAISCRIPT::IClassInterpret</a>, <a class="el" href="a02346.html#NLAISCRIPT_1_1CClassInterpretFactoryz1836_4">NLAISCRIPT::CClassInterpretFactory</a>, <a class="el" href="a02329.html#NLAISCRIPT_1_1CMessageClassa32">NLAISCRIPT::CMessageClass</a>, <a class="el" href="a02974.html#NLAISCRIPT_1_1CMsgNotifyParentClassz1848_2">NLAISCRIPT::CMsgNotifyParentClass</a>, <a class="el" href="a02597.html#NLAISCRIPT_1_1CGoalMsgClassz1850_2">NLAISCRIPT::CGoalMsgClass</a>, <a class="el" href="a02328.html#NLAISCRIPT_1_1CCancelGoalMsgClassz1852_2">NLAISCRIPT::CCancelGoalMsgClass</a>, <a class="el" href="a02503.html#NLAISCRIPT_1_1CFactMsgClassz1854_2">NLAISCRIPT::CFactMsgClass</a>, <a class="el" href="a03014.html#NLAISCRIPT_1_1COnChangeMsgClassz1856_2">NLAISCRIPT::COnChangeMsgClass</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1860_2">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a03844.html#NLAISCRIPT_1_1IBlockz1862_2">NLAISCRIPT::IBlock</a>, <a class="el" href="a02779.html#NLAISCRIPT_1_1CLoadSelfObjectz1868_1">NLAISCRIPT::CLoadSelfObject</a>, <a class="el" href="a02780.html#NLAISCRIPT_1_1CLoadStackObjectz1870_1">NLAISCRIPT::CLoadStackObject</a>, <a class="el" href="a02776.html#NLAISCRIPT_1_1CLoadHeapObjectz1872_1">NLAISCRIPT::CLoadHeapObject</a>, <a class="el" href="a02999.html#NLAISCRIPT_1_1CObjectUnknownz1874_2">NLAISCRIPT::CObjectUnknown</a>, <a class="el" href="a02724.html#NLAISCRIPT_1_1CLdbNewOpCodea15">NLAISCRIPT::CLdbNewOpCode</a>, <a class="el" href="a02983.html#NLAISCRIPT_1_1CNegOpCodea14">NLAISCRIPT::CNegOpCode</a>, <a class="el" href="a02172.html#NLAISCRIPT_1_1CAddOpCodea14">NLAISCRIPT::CAddOpCode</a>, <a class="el" href="a03457.html#NLAISCRIPT_1_1CSubOpCodea14">NLAISCRIPT::CSubOpCode</a>, <a class="el" href="a02432.html#NLAISCRIPT_1_1CDivOpCodea14">NLAISCRIPT::CDivOpCode</a>, <a class="el" href="a02978.html#NLAISCRIPT_1_1CMulOpCodea14">NLAISCRIPT::CMulOpCode</a>, <a class="el" href="a03461.html#NLAISCRIPT_1_1CSupOpCodea14">NLAISCRIPT::CSupOpCode</a>, <a class="el" href="a02667.html#NLAISCRIPT_1_1CInfOpCodea14">NLAISCRIPT::CInfOpCode</a>, <a class="el" href="a02459.html#NLAISCRIPT_1_1CEqOpCodea14">NLAISCRIPT::CEqOpCode</a>, <a class="el" href="a03460.html#NLAISCRIPT_1_1CSupEqOpCodea14">NLAISCRIPT::CSupEqOpCode</a>, <a class="el" href="a02666.html#NLAISCRIPT_1_1CInfEqOpCodea14">NLAISCRIPT::CInfEqOpCode</a>, <a class="el" href="a02429.html#NLAISCRIPT_1_1CDiffOpCodea15">NLAISCRIPT::CDiffOpCode</a>, <a class="el" href="a02994.html#NLAISCRIPT_1_1CNotOpCodea15">NLAISCRIPT::CNotOpCode</a>, <a class="el" href="a02693.html#NLAISCRIPT_1_1CJFalseOpCodea14">NLAISCRIPT::CJFalseOpCode</a>, <a class="el" href="a02694.html#NLAISCRIPT_1_1CJmpOpCodea14">NLAISCRIPT::CJmpOpCode</a>, <a class="el" href="a02180.html#NLAISCRIPT_1_1CAffOpCodea15">NLAISCRIPT::CAffOpCode</a>, <a class="el" href="a02181.html#NLAISCRIPT_1_1CAffOpCodeDebuga15">NLAISCRIPT::CAffOpCodeDebug</a>, <a class="el" href="a02177.html#NLAISCRIPT_1_1CAffHeapMemberiOpCodea14">NLAISCRIPT::CAffHeapMemberiOpCode</a>, <a class="el" href="a02178.html#NLAISCRIPT_1_1CAffMemberiOpCodea14">NLAISCRIPT::CAffMemberiOpCode</a>, <a class="el" href="a02179.html#NLAISCRIPT_1_1CAffMemberOpCodea14">NLAISCRIPT::CAffMemberOpCode</a>, <a class="el" href="a02783.html#NLAISCRIPT_1_1CLocAlloca14">NLAISCRIPT::CLocAlloc</a>, <a class="el" href="a02784.html#NLAISCRIPT_1_1CLocAllocDebuga14">NLAISCRIPT::CLocAllocDebug</a>, <a class="el" href="a02836.html#NLAISCRIPT_1_1CMarkAlloca14">NLAISCRIPT::CMarkAlloc</a>, <a class="el" href="a02560.html#NLAISCRIPT_1_1CFreeAlloca14">NLAISCRIPT::CFreeAlloc</a>, <a class="el" href="a02561.html#NLAISCRIPT_1_1CFreeAllocDebuga14">NLAISCRIPT::CFreeAllocDebug</a>, <a class="el" href="a02603.html#NLAISCRIPT_1_1CHaltOpCodea14">NLAISCRIPT::CHaltOpCode</a>, <a class="el" href="a02992.html#NLAISCRIPT_1_1CNopOpCodea14">NLAISCRIPT::CNopOpCode</a>, <a class="el" href="a03474.html#NLAISCRIPT_1_1CTellOpCodea14">NLAISCRIPT::CTellOpCode</a>, <a class="el" href="a02832.html#NLAISCRIPT_1_1CMakeArgOpCodea15">NLAISCRIPT::CMakeArgOpCode</a>, <a class="el" href="a02837.html#NLAISCRIPT_1_1CMarkMsga15">NLAISCRIPT::CMarkMsg</a>, <a class="el" href="a02976.html#NLAISCRIPT_1_1CMsgSetSendera14">NLAISCRIPT::CMsgSetSender</a>, <a class="el" href="a02530.html#NLAISCRIPT_1_1CFindRunMsga16">NLAISCRIPT::CFindRunMsg</a>, <a class="el" href="a02174.html#NLAISCRIPT_1_1CAddParamNameDebuga14">NLAISCRIPT::CAddParamNameDebug</a>, <a class="el" href="a02737.html#NLAISCRIPT_1_1CLibMemberMethoda14">NLAISCRIPT::CLibMemberMethod</a>, <a class="el" href="a02736.html#NLAISCRIPT_1_1CLibMemberInheritedMethoda14">NLAISCRIPT::CLibMemberInheritedMethod</a>, <a class="el" href="a02738.html#NLAISCRIPT_1_1CLibMemberMethodia14">NLAISCRIPT::CLibMemberMethodi</a>, <a class="el" href="a02732.html#NLAISCRIPT_1_1CLibCallMethoda14">NLAISCRIPT::CLibCallMethod</a>, <a class="el" href="a02731.html#NLAISCRIPT_1_1CLibCallInheritedMethoda14">NLAISCRIPT::CLibCallInheritedMethod</a>, <a class="el" href="a02733.html#NLAISCRIPT_1_1CLibCallMethodia14">NLAISCRIPT::CLibCallMethodi</a>, <a class="el" href="a02735.html#NLAISCRIPT_1_1CLibStackMemberMethoda15">NLAISCRIPT::CLibStackMemberMethod</a>, <a class="el" href="a02739.html#NLAISCRIPT_1_1CLibStackNewMemberMethoda15">NLAISCRIPT::CLibStackNewMemberMethod</a>, <a class="el" href="a02734.html#NLAISCRIPT_1_1CLibHeapMemberMethoda15">NLAISCRIPT::CLibHeapMemberMethod</a>, <a class="el" href="a02310.html#NLAISCRIPT_1_1CCallMethoda15">NLAISCRIPT::CCallMethod</a>, <a class="el" href="a02308.html#NLAISCRIPT_1_1CCallHeapMethodia15">NLAISCRIPT::CCallHeapMethodi</a>, <a class="el" href="a02313.html#NLAISCRIPT_1_1CCallStackMethodia15">NLAISCRIPT::CCallStackMethodi</a>, <a class="el" href="a02314.html#NLAISCRIPT_1_1CCallStackNewMethodia15">NLAISCRIPT::CCallStackNewMethodi</a>, <a class="el" href="a02311.html#NLAISCRIPT_1_1CCallMethodia15">NLAISCRIPT::CCallMethodi</a>, <a class="el" href="a02725.html#NLAISCRIPT_1_1CLdbOpCodea14">NLAISCRIPT::CLdbOpCode</a>, <a class="el" href="a02723.html#NLAISCRIPT_1_1CLdbMemberOpCodea14">NLAISCRIPT::CLdbMemberOpCode</a>, <a class="el" href="a02722.html#NLAISCRIPT_1_1CLdbMemberiOpCodea14">NLAISCRIPT::CLdbMemberiOpCode</a>, <a class="el" href="a02727.html#NLAISCRIPT_1_1CLdbStackMemberiOpCodea14">NLAISCRIPT::CLdbStackMemberiOpCode</a>, <a class="el" href="a02721.html#NLAISCRIPT_1_1CLdbHeapMemberiOpCodea14">NLAISCRIPT::CLdbHeapMemberiOpCode</a>, <a class="el" href="a02726.html#NLAISCRIPT_1_1CLdbRefOpCodea14">NLAISCRIPT::CLdbRefOpCode</a>, <a class="el" href="a03104.html#NLAISCRIPT_1_1CPramContainera31">NLAISCRIPT::CPramContainer</a>, <a class="el" href="a03354.html#NLAISCRIPT_1_1CScriptDebugSourceFilea8">NLAISCRIPT::CScriptDebugSourceFile</a>, <a class="el" href="a03356.html#NLAISCRIPT_1_1CScriptDebugSourceMemorya8">NLAISCRIPT::CScriptDebugSourceMemory</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1886_2">NLAISCRIPT::CLibTest</a>, <a class="el" href="a03654.html#NLAISCRIPT_1_1CVarPStackz1890_2">NLAISCRIPT::CVarPStack</a>, and <a class="el" href="a03655.html#NLAISCRIPT_1_1CVarPStackParamz1892_2">NLAISCRIPT::CVarPStackParam</a>.
<p>
Referenced by <a class="el" href="a05416.html#l00308">NLAIAGENT::CAgentWatchTimer::addAttrib()</a>, <a class="el" href="a05966.html#l00163">NLAIAGENT::CMainAgentScript::addDynamicAgent()</a>, <a class="el" href="a05412.html#l00761">NLAIAGENT::CAgentScript::addDynamicAgent()</a>, <a class="el" href="a05412.html#l00377">NLAIAGENT::CAgentScript::CAgentScript()</a>, <a class="el" href="a05854.html#l00930">NLAISCRIPT::COperatorClass::checkTriggerMsg()</a>, <a class="el" href="a06133.html#l00828">NLAIAGENT::COperatorScript::checkTrigMsg()</a>, <a class="el" href="a06129.html#l00097">NLAIAGENT::CAgentOperation::connectOnChange()</a>, <a class="el" href="a05588.html#l00070">NLAIAGENT::CComponentHandle::getComponent()</a>, <a class="el" href="a06126.html#l00206">NLAISCRIPT::CLdbMemberiOpCode::getDebugResult()</a>, <a class="el" href="a06126.html#l00157">NLAISCRIPT::CLdbHeapMemberiOpCode::getDebugResult()</a>, <a class="el" href="a06126.html#l00106">NLAISCRIPT::CLdbStackMemberiOpCode::getDebugResult()</a>, <a class="el" href="a06125.html#l00351">NLAISCRIPT::CCallStackNewMethodi::getDebugResult()</a>, <a class="el" href="a06124.html#l00314">NLAISCRIPT::CCallHeapMethodi::getDebugResult()</a>, <a class="el" href="a06124.html#l00246">NLAISCRIPT::CCallStackMethodi::getDebugResult()</a>, <a class="el" href="a06124.html#l00155">NLAISCRIPT::CCallMethodi::getDebugResult()</a>, <a class="el" href="a06120.html#l00628">NLAISCRIPT::CFindRunMsg::getDebugResult()</a>, <a class="el" href="a05401.html#l00101">NLAIAGENT::CLocalAgentMail::getDebugString()</a>, <a class="el" href="a05386.html#l00419">NLAIC::CSelfClassFactory::getDebugString()</a>, <a class="el" href="a05475.html#l00180">NLAIAGENT::IObjectIA::getStaticMemberSize()</a>, <a class="el" href="a05386.html#l00426">NLAIC::CSelfClassFactory::getType()</a>, <a class="el" href="a05789.html#l00104">NLAISCRIPT::CCompilateur::getValidateHierarchyBase()</a>, <a class="el" href="a06671.html#l00081">NLAISCRIPT::CVarPStack::getVarType()</a>, <a class="el" href="a05847.html#l00678">NLAISCRIPT::CAgentClass::isClassInheritedFrom()</a>, <a class="el" href="a05394.html#l00214">NLAIAGENT::IVector::isClassInheritedFrom()</a>, <a class="el" href="a05749.html#l00270">NLAIFUZZY::IFuzzySet::isMember()</a>, <a class="el" href="a05394.html#l00049">NLAIAGENT::IVector::isMember()</a>, <a class="el" href="a06755.html#l00385">NLAISCRIPT::CCompilateur::isValidateVarName()</a>, <a class="el" href="a05854.html#l00743">NLAISCRIPT::COperatorClass::isValidFonc()</a>, <a class="el" href="a05409.html#l00101">NLAIAGENT::IObjetOp::neg()</a>, <a class="el" href="a05409.html#l00147">NLAIAGENT::IObjetOp::operator *()</a>, <a class="el" href="a05409.html#l00110">NLAIAGENT::IObjetOp::operator *=()</a>, <a class="el" href="a05409.html#l00245">NLAIAGENT::IObjetOp::operator!()</a>, <a class="el" href="a05409.html#l00252">NLAIAGENT::IObjetOp::operator!=()</a>, <a class="el" href="a05409.html#l00131">NLAIAGENT::IObjetOp::operator+()</a>, <a class="el" href="a05409.html#l00083">NLAIAGENT::IObjetOp::operator+=()</a>, <a class="el" href="a05409.html#l00139">NLAIAGENT::IObjetOp::operator-()</a>, <a class="el" href="a05409.html#l00092">NLAIAGENT::IObjetOp::operator-=()</a>, <a class="el" href="a05409.html#l00155">NLAIAGENT::IObjetOp::operator/()</a>, <a class="el" href="a05409.html#l00119">NLAIAGENT::IObjetOp::operator/=()</a>, <a class="el" href="a05409.html#l00213">NLAIAGENT::IObjetOp::operator&lt;()</a>, <a class="el" href="a05409.html#l00229">NLAIAGENT::IObjetOp::operator&lt;=()</a>, <a class="el" href="a05770.html#l00751">NLAIAGENT::CVectorGroupType::operator=()</a>, <a class="el" href="a05770.html#l00336">NLAIAGENT::CGroupType::operator=()</a>, <a class="el" href="a05475.html#l00171">NLAIAGENT::IObjectIA::operator=()</a>, <a class="el" href="a05475.html#l00134">NLAIAGENT::IBasicObjectIA::operator==()</a>, <a class="el" href="a05409.html#l00260">NLAIAGENT::IObjetOp::operator==()</a>, <a class="el" href="a05409.html#l00221">NLAIAGENT::IObjetOp::operator&gt;()</a>, <a class="el" href="a05409.html#l00237">NLAIAGENT::IObjetOp::operator&gt;=()</a>, <a class="el" href="a05389.html#l00191">NLAIAGENT::CActorScript::pause()</a>, <a class="el" href="a05573.html#l00363">NLAISCRIPT::CCodeBrancheRunDebug::printVariable()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, <a class="el" href="a06133.html#l00880">NLAIAGENT::COperatorScript::processMessages()</a>, <a class="el" href="a05420.html#l00200">NLAIAGENT::IAgent::processMessages()</a>, <a class="el" href="a05412.html#l01412">NLAIAGENT::CAgentScript::processMessages()</a>, <a class="el" href="a05843.html#l00154">NLAISCRIPT::CParam::push()</a>, <a class="el" href="a05389.html#l00243">NLAIAGENT::CActorScript::restart()</a>, <a class="el" href="a05603.html#l00047">NLAISCRIPT::CConstraintFindRun::run()</a>, <a class="el" href="a05599.html#l00050">NLAISCRIPT::CConstraintMethode::run()</a>, <a class="el" href="a05420.html#l00365">NLAIAGENT::IBasicAgent::run()</a>, <a class="el" href="a05393.html#l00127">NLAIAGENT::IBasicAgent::runAchieve()</a>, <a class="el" href="a05420.html#l00546">NLAIAGENT::IBasicAgent::runAsk()</a>, <a class="el" href="a05412.html#l00923">NLAIAGENT::CAgentScript::runAskDebugString()</a>, <a class="el" href="a05393.html#l00159">NLAIAGENT::IBasicAgent::runBreak()</a>, <a class="el" href="a05393.html#l00206">NLAIAGENT::IBasicAgent::runError()</a>, <a class="el" href="a05393.html#l00105">NLAIAGENT::IBasicAgent::runEven()</a>, <a class="el" href="a05393.html#l00083">NLAIAGENT::IBasicAgent::runExec()</a>, <a class="el" href="a05393.html#l00184">NLAIAGENT::IBasicAgent::runKill()</a>, <a class="el" href="a06030.html#l00116">NLAIAGENT::CMessageScript::runMethodeMember()</a>, <a class="el" href="a05412.html#l02112">NLAIAGENT::CAgentScript::runMethodeMember()</a>, <a class="el" href="a06126.html#l00135">NLAISCRIPT::CLdbHeapMemberiOpCode::runOpCode()</a>, <a class="el" href="a06122.html#l00333">NLAISCRIPT::CLibHeapMemberMethod::runOpCode()</a>, <a class="el" href="a05393.html#l00228">NLAIAGENT::IBasicAgent::runService()</a>, <a class="el" href="a05475.html#l00163">NLAIAGENT::IObjectIA::runStep()</a>, <a class="el" href="a06129.html#l00131">NLAIAGENT::CAgentOperation::runTell()</a>, <a class="el" href="a05420.html#l00572">NLAIAGENT::IBasicAgent::runTell()</a>, <a class="el" href="a05416.html#l00496">NLAIAGENT::CAgentWatchTimer::runTell()</a>, <a class="el" href="a05412.html#l00953">NLAIAGENT::CAgentScript::runTellParentNotify()</a>, <a class="el" href="a06660.html#l00172">NLAILOGIC::CVar::save()</a>, <a class="el" href="a06131.html#l00102">NLAILOGIC::IBaseOperator::save()</a>, <a class="el" href="a06127.html#l00066">NLAISCRIPT::CLdbOpCode::save()</a>, <a class="el" href="a06123.html#l00358">NLAISCRIPT::CLibCallMethodi::save()</a>, <a class="el" href="a06123.html#l00293">NLAISCRIPT::CLibCallInheritedMethod::save()</a>, <a class="el" href="a06123.html#l00233">NLAISCRIPT::CLibCallMethod::save()</a>, <a class="el" href="a06121.html#l00096">NLAISCRIPT::CLdbNewOpCode::save()</a>, <a class="el" href="a06120.html#l00752">NLAISCRIPT::CAddParamNameDebug::save()</a>, <a class="el" href="a06120.html#l00647">NLAISCRIPT::CFindRunMsg::save()</a>, <a class="el" href="a05964.html#l00170">NLAIAGENT::CLocalMailBox::save()</a>, <a class="el" href="a05911.html#l00055">NLAIAGENT::IListBasicManager::save()</a>, <a class="el" href="a05847.html#l00760">NLAISCRIPT::CAgentClass::save()</a>, <a class="el" href="a05845.html#l00030">NLAISCRIPT::CComponent::save()</a>, <a class="el" href="a05843.html#l00395">NLAISCRIPT::CMethodeName::save()</a>, <a class="el" href="a05770.html#l01030">NLAIAGENT::CVectorGroupType::save()</a>, <a class="el" href="a05770.html#l00618">NLAIAGENT::CGroupType::save()</a>, <a class="el" href="a05477.html#l00138">NLAIAGENT::IAgentComposite::save()</a>, <a class="el" href="a05475.html#l00414">NLAIAGENT::IRefrence::save()</a>, <a class="el" href="a05407.html#l00081">NLAIAGENT::CStringType::save()</a>, <a class="el" href="a06733.html#l00202">NLAIAGENT::CVolatilMemmory::sendMessage()</a>, <a class="el" href="a05475.html#l00334">NLAIAGENT::IObjectIA::sendMessage()</a>, <a class="el" href="a05412.html#l01250">NLAIAGENT::CAgentScript::sendMessage()</a>, <a class="el" href="a05410.html#l00104">NLAIAGENT::CProxyAgentMail::sendMessage()</a>, <a class="el" href="a05400.html#l00087">NLAIAGENT::CLocalAgentMail::sendMessage()</a>, <a class="el" href="a05412.html#l01218">NLAIAGENT::CAgentScript::sendMessageToDynmaicChild()</a>, <a class="el" href="a06085.html#l00141">NLAIAGENT::CMsgOStream::serialBit()</a>, <a class="el" href="a06085.html#l00083">NLAIAGENT::CMsgIStream::serialBit()</a>, <a class="el" href="a06085.html#l00137">NLAIAGENT::CMsgOStream::serialBuffer()</a>, <a class="el" href="a06085.html#l00079">NLAIAGENT::CMsgIStream::serialBuffer()</a>, <a class="el" href="a05412.html#l00496">NLAIAGENT::CAgentScript::setAgentManager()</a>, <a class="el" href="a06662.html#l00471">NLAISCRIPT::CCompilateur::setChaineVar()</a>, <a class="el" href="a06662.html#l00452">NLAISCRIPT::CCompilateur::setImediateVar()</a>, <a class="el" href="a06662.html#l00439">NLAISCRIPT::CCompilateur::setImediateVarNill()</a>, <a class="el" href="a06662.html#l00401">NLAISCRIPT::CCompilateur::setPerformative()</a>, and <a class="el" href="a05475.html#l00198">NLAIAGENT::IObjectIA::setStaticMember()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea16" doxytag="NLAISCRIPT::IOpCode::incRef" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void NLAIC::IPointerGestion::incRef </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Inc a reference. We use this when we have to conserve a pointer memeory for exemple in a list. 
<p>

<p>
Definition at line <a class="el" href="a05386.html#l00080">80</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
References <a class="el" href="a05386.html#l00066">NLAIC::IPointerGestion::_Ref</a>.
<p>
Referenced by <a class="el" href="a05736.html#l00174">NLAIAGENT::CSeqFsmScript::activate()</a>, <a class="el" href="a05697.html#l00215">NLAILOGIC::CFactBase::addAssert()</a>, <a class="el" href="a05477.html#l00067">NLAIAGENT::IAgentComposite::addChild()</a>, <a class="el" href="a05422.html#l00052">NLAILOGIC::IBaseAssert::addInput()</a>, <a class="el" href="a05499.html#l00118">NLAILOGIC::CBoolOperator::addPostcondition()</a>, <a class="el" href="a05499.html#l00110">NLAILOGIC::CBoolOperator::addPrecondition()</a>, <a class="el" href="a05763.html#l00829">NLAILOGIC::CInternalGoal::addPredecessor()</a>, <a class="el" href="a05763.html#l00502">NLAILOGIC::CGoal::addPredecessor()</a>, <a class="el" href="a05753.html#l00088">NLAIFUZZY::CFuzzyVar::addSet()</a>, <a class="el" href="a06755.html#l00138">NLAISCRIPT::CCompilateur::affectation()</a>, <a class="el" href="a05695.html#l00177">NLAILOGIC::CFact::asValueSet()</a>, <a class="el" href="a05416.html#l00396">NLAIAGENT::CAgentWatchTimer::attach()</a>, <a class="el" href="a06662.html#l00539">NLAISCRIPT::CCompilateur::buildObject()</a>, <a class="el" href="a05847.html#l00649">NLAISCRIPT::CAgentClass::buildVMethode()</a>, <a class="el" href="a06129.html#l00046">NLAIAGENT::CAgentOperation::CAgentOperation()</a>, <a class="el" href="a05416.html#l00676">NLAIAGENT::CAgentTimerHandle::CAgentTimerHandle()</a>, <a class="el" href="a06755.html#l00816">NLAISCRIPT::CCompilateur::callFunction()</a>, <a class="el" href="a05845.html#l00114">NLAISCRIPT::CClassInterpretFactory::CClassInterpretFactory()</a>, <a class="el" href="a05573.html#l00055">NLAISCRIPT::CCodeBrancheRunDebug::CCodeBrancheRunDebug()</a>, <a class="el" href="a05590.html#l00208">NLAISCRIPT::CCompilateur::CCompilateur()</a>, <a class="el" href="a05699.html#l00054">NLAISCRIPT::CFactorType::CFactorType()</a>, <a class="el" href="a05600.html#l00076">NLAISCRIPT::CFunctionTag::CFunctionTag()</a>, <a class="el" href="a06133.html#l00828">NLAIAGENT::COperatorScript::checkTrigMsg()</a>, <a class="el" href="a05804.html#l00140">NLAIC::CIdentType::CIdentType()</a>, <a class="el" href="a05475.html#l00083">NLAIAGENT::CIdMethod::CIdMethod()</a>, <a class="el" href="a05859.html#l00060">NLAIAGENT::CKeyObject::CKeyObject()</a>, <a class="el" href="a06120.html#l00637">NLAISCRIPT::CFindRunMsg::clone()</a>, <a class="el" href="a06114.html#l00079">NLAISCRIPT::CObjectUnknown::clone()</a>, <a class="el" href="a05605.html#l00180">NLAISCRIPT::CConstraintStackComp::clone()</a>, <a class="el" href="a05603.html#l00038">NLAISCRIPT::CConstraintFindRun::clone()</a>, <a class="el" href="a05599.html#l00332">NLAISCRIPT::CConstraintMethode::clone()</a>, <a class="el" href="a05421.html#l00132">NLAILINK::IOTrace::clone()</a>, <a class="el" href="a05843.html#l00313">NLAISCRIPT::CMethodeName::CMethodeName()</a>, <a class="el" href="a05848.html#l00115">NLAISCRIPT::CAgentClass::CMethodType::CMethodType()</a>, <a class="el" href="a06114.html#l00056">NLAISCRIPT::CObjectUnknown::CObjectUnknown()</a>, <a class="el" href="a05407.html#l00178">NLAIAGENT::CPairType::CPairType()</a>, <a class="el" href="a05847.html#l00609">NLAISCRIPT::CAgentClass::createComponents()</a>, <a class="el" href="a06658.html#l00051">NLAILOGIC::CValueSet::CValueSet()</a>, <a class="el" href="a06660.html#l00117">NLAILOGIC::CVar::CVar()</a>, <a class="el" href="a06658.html#l00532">NLAILOGIC::CValueSet::forward()</a>, <a class="el" href="a06065.html#l00124">NLAIAGENT::IMessageBase::IMessageBase()</a>, <a class="el" href="a05412.html#l00092">NLAIAGENT::CAgentScript::initAgentScript()</a>, <a class="el" href="a06755.html#l00999">NLAISCRIPT::CCompilateur::initMessageManager()</a>, <a class="el" href="a05854.html#l00743">NLAISCRIPT::COperatorClass::isValidFonc()</a>, <a class="el" href="a06658.html#l00399">NLAILOGIC::CValueSet::load()</a>, <a class="el" href="a06131.html#l00122">NLAILOGIC::IBaseOperator::load()</a>, <a class="el" href="a05847.html#l00783">NLAISCRIPT::CAgentClass::load()</a>, <a class="el" href="a05845.html#l00038">NLAISCRIPT::CComponent::load()</a>, <a class="el" href="a05843.html#l00404">NLAISCRIPT::CMethodeName::load()</a>, <a class="el" href="a05770.html#l00683">NLAIAGENT::CVectorGroupType::operator+()</a>, <a class="el" href="a05770.html#l00269">NLAIAGENT::CGroupType::operator+()</a>, <a class="el" href="a06140.html#l00053">NLAISCRIPT::CPramContainer::operator+=()</a>, <a class="el" href="a06065.html#l00150">NLAIAGENT::IMessageBase::operator=()</a>, <a class="el" href="a05859.html#l00079">NLAIAGENT::CKeyObject::operator=()</a>, <a class="el" href="a05848.html#l00122">NLAISCRIPT::CAgentClass::CMethodType::operator=()</a>, <a class="el" href="a05600.html#l00089">NLAISCRIPT::CFunctionTag::operator=()</a>, <a class="el" href="a05475.html#l00068">NLAIAGENT::CIdMethod::operator=()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, <a class="el" href="a05412.html#l01412">NLAIAGENT::CAgentScript::processMessages()</a>, <a class="el" href="a06662.html#l00389">NLAISCRIPT::CCompilateur::pushParamExpression()</a>, <a class="el" href="a05603.html#l00047">NLAISCRIPT::CConstraintFindRun::run()</a>, <a class="el" href="a05420.html#l00365">NLAIAGENT::IBasicAgent::run()</a>, <a class="el" href="a05412.html#l01006">NLAIAGENT::CAgentScript::runAskGetValue()</a>, <a class="el" href="a05420.html#l00160">NLAIAGENT::IAgent::runChildren()</a>, <a class="el" href="a05966.html#l00096">NLAIAGENT::CMainAgentScript::runExec()</a>, <a class="el" href="a05412.html#l01060">NLAIAGENT::CAgentScript::runInitComponent()</a>, <a class="el" href="a06129.html#l00262">NLAIAGENT::CAgentOperation::runMethodBase()</a>, <a class="el" href="a05416.html#l00441">NLAIAGENT::CAgentWatchTimer::runMethodBase()</a>, <a class="el" href="a05412.html#l01698">NLAIAGENT::CAgentScript::runMethodBase()</a>, <a class="el" href="a05389.html#l00454">NLAIAGENT::CActorScript::runMethodBase()</a>, <a class="el" href="a06065.html#l00371">NLAIAGENT::IMessageBase::runMethodeMember()</a>, <a class="el" href="a05770.html#l00151">NLAIAGENT::IBaseGroupType::runMethodeMember()</a>, <a class="el" href="a05420.html#l00494">NLAIAGENT::IBasicAgent::runMethodeMember()</a>, <a class="el" href="a06126.html#l00235">NLAISCRIPT::CLdbRefOpCode::runOpCode()</a>, <a class="el" href="a06126.html#l00191">NLAISCRIPT::CLdbMemberiOpCode::runOpCode()</a>, <a class="el" href="a06126.html#l00135">NLAISCRIPT::CLdbHeapMemberiOpCode::runOpCode()</a>, <a class="el" href="a06126.html#l00087">NLAISCRIPT::CLdbStackMemberiOpCode::runOpCode()</a>, <a class="el" href="a06124.html#l00278">NLAISCRIPT::CCallStackMethodi::runOpCode()</a>, <a class="el" href="a06124.html#l00214">NLAISCRIPT::CCallStackNewMethodi::runOpCode()</a>, <a class="el" href="a06122.html#l00288">NLAISCRIPT::CLibStackNewMemberMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00242">NLAISCRIPT::CLibStackMemberMethod::runOpCode()</a>, <a class="el" href="a06121.html#l00960">NLAISCRIPT::CAffOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00724">NLAISCRIPT::CAddParamNameDebug::runOpCode()</a>, <a class="el" href="a06120.html#l00449">NLAISCRIPT::CAffOpCodeDebug::runOpCode()</a>, <a class="el" href="a06120.html#l00413">NLAISCRIPT::CAffHeapMemberiOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00334">NLAISCRIPT::CAffMemberOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00317">NLAISCRIPT::CAffMemberiOpCode::runOpCode()</a>, <a class="el" href="a05412.html#l00989">NLAIAGENT::CAgentScript::runTellComponent()</a>, <a class="el" href="a05412.html#l01032">NLAIAGENT::CAgentScript::runTellSetValue()</a>, <a class="el" href="a06124.html#l00080">NLAISCRIPT::CMethodContextDebug::saveContext()</a>, <a class="el" href="a06124.html#l00041">NLAISCRIPT::CMethodContext::saveContext()</a>, <a class="el" href="a05412.html#l01197">NLAIAGENT::CAgentScript::sendBroadCast()</a>, <a class="el" href="a05911.html#l00229">NLAIAGENT::IListManager::sendMessage()</a>, <a class="el" href="a05412.html#l01186">NLAIAGENT::CAgentScript::sendMethodCompoment()</a>, <a class="el" href="a06733.html#l00167">NLAIAGENT::CVolatilMemmory::sendUpdateMessage()</a>, <a class="el" href="a05699.html#l00040">NLAISCRIPT::CFactorType::set()</a>, <a class="el" href="a06131.html#l00150">NLAILOGIC::IBaseOperator::setGoal()</a>, <a class="el" href="a06662.html#l00439">NLAISCRIPT::CCompilateur::setImediateVarNill()</a>, <a class="el" href="a06662.html#l00492">NLAISCRIPT::CCompilateur::setMethodVar()</a>, <a class="el" href="a06662.html#l00337">NLAISCRIPT::CCompilateur::setParamVarName()</a>, <a class="el" href="a05600.html#l00105">NLAISCRIPT::CFunctionTag::setTypeObject()</a>, <a class="el" href="a06660.html#l00147">NLAILOGIC::CVar::setValue()</a>, <a class="el" href="a06658.html#l00140">NLAILOGIC::CValueSet::setValue()</a>, <a class="el" href="a05416.html#l00291">NLAIAGENT::CAgentWatchTimer::tellBroker()</a>, <a class="el" href="a06755.html#l00765">NLAISCRIPT::CCompilateur::typeOfMethod()</a>, <a class="el" href="a06660.html#l00242">NLAILOGIC::CVar::unify()</a>, <a class="el" href="a06658.html#l00155">NLAILOGIC::CValueSet::unify()</a>, and <a class="el" href="a06129.html#l00085">NLAIAGENT::CAgentOperation::update()</a>.
<p>
<div class="fragment"><pre>00081                 {
00082                         _Ref ++;
00083                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea17" doxytag="NLAISCRIPT::IOpCode::init" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void NLAIAGENT::IObjectIA::init </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a02149.html">IObjectIA</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Init method alows to init the attribut of an object. the maparmetre is in more time a list of <a class="el" href="a02149.html">IObjectIA</a>.
<p>
Reimplemented in <a class="el" href="a03392.html#NLAIFUZZY_1_1CSimpleFuzzyConda17">NLAIFUZZY::CSimpleFuzzyCond</a>, <a class="el" href="a02570.html#NLAIFUZZY_1_1CFuzzyRulea22">NLAIFUZZY::CFuzzyRule</a>, <a class="el" href="a02573.html#NLAIFUZZY_1_1CFuzzyRuleSeta16">NLAIFUZZY::CFuzzyRuleSet</a>, <a class="el" href="a02568.html#NLAIFUZZY_1_1CFuzzyIntervala21">NLAIFUZZY::CFuzzyInterval</a>, <a class="el" href="a03339.html#NLAIFUZZY_1_1CRightFuzzySeta21">NLAIFUZZY::CRightFuzzySet</a>, <a class="el" href="a03619.html#NLAIFUZZY_1_1CTriangleFuzzySeta21">NLAIFUZZY::CTriangleFuzzySet</a>, <a class="el" href="a03615.html#NLAIFUZZY_1_1CTrapezeFuzzySeta21">NLAIFUZZY::CTrapezeFuzzySet</a>, <a class="el" href="a02730.html#NLAIFUZZY_1_1CLeftFuzzySeta21">NLAIFUZZY::CLeftFuzzySet</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara26">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02531.html#NLAILOGIC_1_1CFirstOrderAsserta30">NLAILOGIC::CFirstOrderAssert</a>, <a class="el" href="a03342.html#NLAILOGIC_1_1CRulea34">NLAILOGIC::CRule</a>, and <a class="el" href="a02505.html#NLAILOGIC_1_1CFactPatterna22">NLAILOGIC::CFactPattern</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00116">116</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
Referenced by <a class="el" href="a05749.html#l00304">NLAIFUZZY::IFuzzySet::runMethodeMember()</a>, and <a class="el" href="a06121.html#l00058">NLAISCRIPT::CLdbNewOpCode::runOpCode()</a>.
<p>
<div class="fragment"><pre>00117         {
00118                 
00119         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea25" doxytag="NLAISCRIPT::IOpCode::isClassInheritedFrom" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a10">sint32</a> NLAIAGENT::IObjectIA::isClassInheritedFrom </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02661.html">IVarName</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
isClassInheritedFrom(className) allow us to known if this class have a base class with the name className.<p>
If true the method return the range of the base class, this range is an arbitrary reference id define by the programmer or bay the scrypt. the false return is define by -1.
<p>
Reimplemented in <a class="el" href="a03884.html#NLAIAGENT_1_1VectorTypea18">NLAIAGENT::IVector</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMaila18">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02146.html#NLAIAGENT_1_1UInt8Typez1644_1">NLAIAGENT::INombreDefine</a>, <a class="el" href="a02327.html#NLAIAGENT_1_1IMessageBasez1652_0">NLAIAGENT::IBaseGroupType</a>, and <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1708_4">NLAIAGENT::CMessageScript</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00246">246</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
Referenced by <a class="el" href="a05789.html#l00104">NLAISCRIPT::CCompilateur::getValidateHierarchyBase()</a>, <a class="el" href="a05401.html#l00146">NLAIAGENT::CLocalAgentMail::isClassInheritedFrom()</a>, <a class="el" href="a05389.html#l00609">NLAIAGENT::CActorScript::Launch()</a>, <a class="el" href="a05734.html#l00283">NLAIAGENT::CFsmScript::setTopLevel()</a>, and <a class="el" href="a05389.html#l00932">NLAIAGENT::CActorScript::setTopLevel()</a>.
<p>
<div class="fragment"><pre>00247         {
00248                 <span class="keywordflow">return</span> -1;
00249         }       
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea26" doxytag="NLAISCRIPT::IOpCode::isEqual" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual bool NLAIAGENT::IBasicObjectIA::isEqual </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02153.html">IBasicObjectIA</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>a</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The bool operator == (const IBasicObjectIA &amp;a) const member method call this function when class 'classType' have the same type of this class, programme have to assume the equality between the memebers of this class and the memeber of the class 'classType'.
<p>
Implemented in <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_4">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAILOGIC_1_1CGoalPatha40">NLAIAGENT::CActorScript</a>, <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagera25">NLAIAGENT::IAgent</a>, <a class="el" href="a03884.html#NLAIAGENT_1_1VectorTypea19">NLAIAGENT::IVector</a>, <a class="el" href="a03833.html#NLAIAGENT_1_1IAgentInputa26">NLAIAGENT::IAgentInput</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1640_0">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; tNombre &gt;</a>, <a class="el" href="a03453.html#NLAIAGENT_1_1CStringTypea21">NLAIAGENT::CStringType</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea20">NLAIAGENT::CPairType</a>, <a class="el" href="a02602.html#NLAISCRIPT_1_1CPramContainera34">NLAIAGENT::CGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea36">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1662_1">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_9">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IListBasicManagerz1705_14">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a03666.html#NLAIAGENT_1_1IListManagera17">NLAIAGENT::IListManager</a>, <a class="el" href="a02785.html#NLAIAGENT_1_1CLocalMailBoxa30">NLAIAGENT::CLocalMailBox</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1710_0">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea22">NLAIAGENT::IMessageBase</a>, <a class="el" href="a02997.html#NLAIAGENT_1_1CObjectIdenta22">NLAIAGENT::CObjectIdent</a>, <a class="el" href="a02998.html#NLAIAGENT_1_1CObjectTypea17">NLAIAGENT::CObjectType</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa44">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a02608.html#NLAIAGENT_1_1CHashTimerManagera24">NLAIAGENT::CHashTimerManager</a>, <a class="el" href="a03652.html#NLAIAGENT_1_1CVolatilMemmoryz1758_4">NLAIAGENT::CVolatilMemmory</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CFsmScripta41">NLAIAGENT::CFsmScript</a>, <a class="el" href="a03363.html#NLAIAGENT_1_1CSeqFsmScripta42">NLAIAGENT::CSeqFsmScript</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta47">NLAIAGENT::COperatorScript</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; double &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; uint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; float &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; sint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; uint64 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; sint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; uint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; uint32 &gt;</a>, and <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea21">NLAIAGENT::INombre&lt; sint32 &gt;</a>.
<p>
Referenced by <a class="el" href="a06129.html#l00154">NLAIAGENT::CAgentOperation::isEqual()</a>, <a class="el" href="a06065.html#l00184">NLAIAGENT::IMessageBase::isEqual()</a>, <a class="el" href="a05911.html#l00178">NLAIAGENT::IListBasicManager::isEqual()</a>, <a class="el" href="a05401.html#l00170">NLAIAGENT::CLocalAgentMail::isEqual()</a>, <a class="el" href="a05398.html#l00112">NLAIAGENT::IAgentInput::isEqual()</a>, and <a class="el" href="a05475.html#l00134">NLAIAGENT::IBasicObjectIA::operator==()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea20" doxytag="NLAISCRIPT::IOpCode::isLocal" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool NLAIAGENT::IObjectIA::isLocal </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
If the result is true the object is loclal else its a representation of an object on the server. By the method return true. 
<p>

<p>
Definition at line <a class="el" href="a05475.html#l00356">356</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
<div class="fragment"><pre>00357         {
00358                 <span class="keywordflow">return</span> <span class="keyword">true</span>;
00359         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea29" doxytag="NLAISCRIPT::IOpCode::isMember" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> TQueue NLAIAGENT::IObjectIA::isMember </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02661.html">IVarName</a> *&nbsp;</td>
          <td class="mdname" nowrap>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="a02661.html">IVarName</a> *&nbsp;</td>
          <td class="mdname" nowrap>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="a02149.html">IObjectIA</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"> const<code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The method isMember(nameSubClass,methodName,param) return the best method correspondent to the search. remember we use the overloadind method.<p>
NameSubClass: if this pointer is not NULL then NameSubClass is the name of the base class were the method are defined.<p>
methodName: is the name of the class.<p>
param: is an <a class="el" href="a02149.html">IObjectIA</a> where it defined the parametre of the method. lot of method use a <a class="el" href="a02149.html">IObjectIA</a> vector object with an <a class="el" href="a02650.html">NLAIC::CIdentType</a> as the the template argm.
<p>
Reimplemented in <a class="el" href="a02162.html#NLAIAGENT_1_1IMainAgentz1609_0">NLAIAGENT::IBasicAgent</a>, <a class="el" href="a03884.html#NLAIAGENT_1_1VectorTypea21">NLAIAGENT::IVector</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMaila20">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02146.html#NLAIAGENT_1_1UInt8Typez1644_2">NLAIAGENT::INombreDefine</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea22">NLAIAGENT::CPairType</a>, <a class="el" href="a02327.html#NLAIAGENT_1_1IBaseGroupTypez1652_2">NLAIAGENT::IBaseGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea38">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1662_2">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea22">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IListManagerz1705_14">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1708_5">NLAIAGENT::CMessageScript</a>, and <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea24">NLAIAGENT::IMessageBase</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00206">206</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05403.html#l00056">_CONSTRUCTOR_</a>, <a class="el" href="a05403.html#l00058">_RUN_</a>, <a class="el" href="a05403.html#l00031">_SEND_</a>, <a class="el" href="a05646.html#l00683">param</a>, <a class="el" href="a05646.html#l00993">r</a>, <a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea39">NLAIAGENT::IObjectIA::run()</a>, and <a class="el" href="a05476.html#l00141">NLAIAGENT::TQueue</a>.
<p>
Referenced by <a class="el" href="a05416.html#l00308">NLAIAGENT::CAgentWatchTimer::addAttrib()</a>, <a class="el" href="a05589.html#l00124">NLAISCRIPT::CCompilateur::findMethode()</a>, <a class="el" href="a05847.html#l00540">NLAISCRIPT::CAgentClass::isMember()</a>, <a class="el" href="a05400.html#l00073">NLAIAGENT::CLocalAgentMail::isMember()</a>, and <a class="el" href="a06120.html#l00607">NLAISCRIPT::CFindRunMsg::runOpCode()</a>.
<p>
<div class="fragment"><pre>00207         {               
00208                 <span class="keyword">static</span> CStringVarName send(_SEND_);
00209                 <span class="keyword">static</span> CStringVarName constructor(_CONSTRUCTOR_);
00210                 <span class="keyword">static</span> CStringVarName <a class="code" href="a02149.html#NLAICHARACTER_1_1IZonea39">run</a>(_RUN_);
00211                 <span class="keyword">static</span> CStringVarName statM(<span class="stringliteral">"GetStaticMember"</span>);
00212 
00213                 <span class="keywordflow">if</span>(*methodName == send)
00214                 {
00215                         <a class="code" href="a05364.html#a31">TQueue</a> <a class="code" href="a04223.html#a628">r</a>;                       
00216                         CObjectType *c = <span class="keyword">new</span> CObjectType(<span class="keyword">new</span> <a class="code" href="a02650.html">NLAIC::CIdentType</a>(NLAIC::CIdentType::VoidType));
00217                         <a class="code" href="a04223.html#a628">r</a>.push(CIdMethod(0,0.0,NULL,c));
00218                         <span class="keywordflow">return</span> <a class="code" href="a04223.html#a628">r</a>;
00219                 }
00220                 <span class="keywordflow">else</span>
00221                 <span class="keywordflow">if</span>(*methodName == constructor &amp;&amp; !((<span class="keyword">const</span> <a class="code" href="a03039.html">NLAISCRIPT::CParam</a> &amp;)<a class="code" href="a04223.html#a590">param</a>).size())
00222                 {
00223                         <a class="code" href="a05364.html#a31">TQueue</a> <a class="code" href="a04223.html#a628">r</a>;
00224                         CObjectType *c = <span class="keyword">new</span> CObjectType(<span class="keyword">new</span> <a class="code" href="a02650.html">NLAIC::CIdentType</a>(NLAIC::CIdentType::VoidType));
00225                         <a class="code" href="a04223.html#a628">r</a>.push(CIdMethod(1,0.0,NULL,c));
00226                         <span class="keywordflow">return</span> <a class="code" href="a04223.html#a628">r</a>;
00227                 }
00228                 <span class="keywordflow">else</span>
00229                 <span class="keywordflow">if</span>(*methodName == run &amp;&amp; !((<span class="keyword">const</span> <a class="code" href="a03039.html">NLAISCRIPT::CParam</a> &amp;)<a class="code" href="a04223.html#a590">param</a>).size())
00230                 {
00231                         <a class="code" href="a05364.html#a31">TQueue</a> <a class="code" href="a04223.html#a628">r</a>;
00232                         CObjectType *c = <span class="keyword">new</span> CObjectType(<span class="keyword">new</span> <a class="code" href="a02650.html">NLAIC::CIdentType</a>(NLAIC::CIdentType::VoidType));
00233                         <a class="code" href="a04223.html#a628">r</a>.push(CIdMethod(2,0.0,NULL,c));
00234                         <span class="keywordflow">return</span> <a class="code" href="a04223.html#a628">r</a>;                       
00235                 }
00236                 <span class="keywordflow">if</span>(*methodName == statM &amp;&amp; ((<span class="keyword">const</span> <a class="code" href="a03039.html">NLAISCRIPT::CParam</a> &amp;)<a class="code" href="a04223.html#a590">param</a>).size())
00237                 {
00238                         <a class="code" href="a05364.html#a31">TQueue</a> <a class="code" href="a04223.html#a628">r</a>;
00239                         CObjectType *c = <span class="keyword">new</span> CObjectType(<span class="keyword">new</span> <a class="code" href="a02650.html">NLAIC::CIdentType</a>(*IAgent::IdAgent));
00240                         <a class="code" href="a04223.html#a628">r</a>.push(CIdMethod(3,0.0,NULL,c));
00241                         <span class="keywordflow">return</span> <a class="code" href="a04223.html#a628">r</a>;                       
00242                 }
00243                 <span class="keywordflow">return</span> <a class="code" href="a05364.html#a31">TQueue</a>();
00244         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1IWordNumRefa10" doxytag="NLAISCRIPT::IOpCode::load" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void NLAIC::IBasicInterface::load </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, pure virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Load the class from a stream.
<p>
Implemented in <a class="el" href="a03870.html#NLAILINK_1_1IOTracea10">NLAILINK::IOTrace</a>, <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_6">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAILOGIC_1_1CGoalPatha44">NLAIAGENT::CActorScript</a>, <a class="el" href="a02162.html#NLAIAGENT_1_1IBasicAgentz1607_0">NLAIAGENT::IBasicAgent</a>, <a class="el" href="a02161.html#NLAIAGENT_1_1IAgentCompositez1613_0">NLAIAGENT::IAgentComposite</a>, <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagerz1617_3">NLAIAGENT::IAgent</a>, <a class="el" href="a03884.html#NLAIAGENT_1_1VectorTypea24">NLAIAGENT::IVector</a>, <a class="el" href="a03833.html#NLAIAGENT_1_1IAgentInputz1633_0">NLAIAGENT::IAgentInput</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1635_3">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; tNombre &gt;</a>, <a class="el" href="a02150.html#NLAIAGENT_1_1IBornNombrea26">NLAIAGENT::IBornNombre&lt; tNombre &gt;</a>, <a class="el" href="a03453.html#NLAIAGENT_1_1CStringTypea25">NLAIAGENT::CStringType</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea24">NLAIAGENT::CPairType</a>, <a class="el" href="a02602.html#NLAISCRIPT_1_1CPramContainera36">NLAIAGENT::CGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea39">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1660_3">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1672_3">NLAIAGENT::CAgentScript</a>, <a class="el" href="a03455.html#NLAIAGENT_1_1CStringVarNamea12">NLAIAGENT::CStringVarName</a>, <a class="el" href="a02660.html#NLAIAGENT_1_1CIndexedVarNamea13">NLAIAGENT::CIndexedVarName</a>, <a class="el" href="a02185.html#NLAIAGENT_1_1CAgentManagerTimerz1679_3">NLAIAGENT::CAgentManagerTimer</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagerz1681_3">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea23">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02165.html#NLAICHARACTER_1_1IZonez1683_0">NLAIAGENT::IRefrence</a>, <a class="el" href="a02164.html#NLAIAGENT_1_1IConnectIAz1687_0">NLAIAGENT::IConnectIA</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka41">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02797.html#NLAIAGENT_1_1CLocWordNumRefz1701_2">NLAIAGENT::CLocWordNumRef</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IListManagerz1705_16">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a02786.html#NLAIAGENT_1_1IMailBoxz1706_0">NLAIAGENT::IMailBox</a>, <a class="el" href="a02785.html#NLAIAGENT_1_1CLocalMailBoxa34">NLAIAGENT::CLocalMailBox</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1712_0">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea25">NLAIAGENT::IMessageBase</a>, <a class="el" href="a02919.html#NLAIAGENT_1_1CMessageGroupa10">NLAIAGENT::CMessageGroup</a>, <a class="el" href="a02997.html#NLAIAGENT_1_1CObjectIdenta25">NLAIAGENT::CObjectIdent</a>, <a class="el" href="a02998.html#NLAIAGENT_1_1CObjectTypea20">NLAIAGENT::CObjectType</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa49">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a02608.html#NLAIAGENT_1_1CHashTimerManagera28">NLAIAGENT::CHashTimerManager</a>, <a class="el" href="a03652.html#NLAIAGENT_1_1CVolatilMemmoryz1758_5">NLAIAGENT::CVolatilMemmory</a>, <a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_1">NLAIC::CBinaryType</a>, <a class="el" href="a02338.html#NLAICHARACTER_1_1CCharacterChilda30">NLAICHARACTER::CCharacterChild</a>, <a class="el" href="a02340.html#NLAICHARACTER_1_1CCharacterNoeuda31">NLAICHARACTER::CCharacterNoeud</a>, <a class="el" href="a03392.html#NLAIFUZZY_1_1CSimpleFuzzyConda26">NLAIFUZZY::CSimpleFuzzyCond</a>, <a class="el" href="a02567.html#NLAIFUZZY_1_1CFuzzyFacta25">NLAIFUZZY::CFuzzyFact</a>, <a class="el" href="a02570.html#NLAIFUZZY_1_1CFuzzyRulea30">NLAIFUZZY::CFuzzyRule</a>, <a class="el" href="a02573.html#NLAIFUZZY_1_1CFuzzyRuleSeta22">NLAIFUZZY::CFuzzyRuleSet</a>, <a class="el" href="a02568.html#NLAIFUZZY_1_1CFuzzyIntervala29">NLAIFUZZY::CFuzzyInterval</a>, <a class="el" href="a03339.html#NLAIFUZZY_1_1CRightFuzzySeta29">NLAIFUZZY::CRightFuzzySet</a>, <a class="el" href="a03619.html#NLAIFUZZY_1_1CTriangleFuzzySeta29">NLAIFUZZY::CTriangleFuzzySet</a>, <a class="el" href="a03615.html#NLAIFUZZY_1_1CTrapezeFuzzySeta29">NLAIFUZZY::CTrapezeFuzzySet</a>, <a class="el" href="a02730.html#NLAIFUZZY_1_1CLeftFuzzySeta29">NLAIFUZZY::CLeftFuzzySet</a>, <a class="el" href="a03393.html#NLAIFUZZY_1_1FuzzyTypea24">NLAIFUZZY::FuzzyType</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara36">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02283.html#NLAILOGIC_1_1CBoolAsserta32">NLAILOGIC::CBoolAssert</a>, <a class="el" href="a02287.html#NLAILOGIC_1_1CBoolOperatora36">NLAILOGIC::CBoolOperator</a>, <a class="el" href="a02286.html#NLAILOGIC_1_1CBoolTypea25">NLAILOGIC::CBoolType</a>, <a class="el" href="a02501.html#NLAILOGIC_1_1CFactBasea28">NLAILOGIC::CFactBase</a>, <a class="el" href="a02531.html#NLAILOGIC_1_1CFirstOrderAsserta38">NLAILOGIC::CFirstOrderAssert</a>, <a class="el" href="a02532.html#NLAILOGIC_1_1CFirstOrderOperatora35">NLAILOGIC::CFirstOrderOperator</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CFsmScripta46">NLAIAGENT::CFsmScript</a>, <a class="el" href="a03363.html#NLAIAGENT_1_1CSeqFsmScripta47">NLAIAGENT::CSeqFsmScript</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoala41">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoala41">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka40">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02288.html#NLAILOGIC_1_1IBaseOperatora30">NLAILOGIC::IBaseOperator</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta53">NLAIAGENT::COperatorScript</a>, <a class="el" href="a02500.html#NLAILOGIC_1_1CValueSeta30">NLAILOGIC::CValueSet</a>, <a class="el" href="a03645.html#NLAILOGIC_1_1CVara29">NLAILOGIC::CVar</a>, <a class="el" href="a02351.html#NLAILOGIC_1_1CVarSeta30">NLAILOGIC::CVarSet</a>, <a class="el" href="a02374.html#NLAISCRIPT_1_1CCodeContextz1790_3">NLAISCRIPT::CCodeContext</a>, <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunz1798_3">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02373.html#NLAISCRIPT_1_1CCodeBrancheRunDebugz1804_2">NLAISCRIPT::CCodeBrancheRunDebug</a>, <a class="el" href="a02414.html#NLAISCRIPT_1_1CContextDebuga30">NLAISCRIPT::CContextDebug</a>, <a class="el" href="a03039.html#NLAISCRIPT_1_1CParamz1830_4">NLAISCRIPT::CParam</a>, <a class="el" href="a02925.html#NLAISCRIPT_1_1CMethodeNamez1832_4">NLAISCRIPT::CMethodeName</a>, <a class="el" href="a02167.html#NLAISCRIPT_1_1CSuccessMsgClassa39">NLAISCRIPT::CAgentClass</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1860_3">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a03844.html#NLAISCRIPT_1_1IBlockz1862_4">NLAISCRIPT::IBlock</a>, <a class="el" href="a02779.html#NLAISCRIPT_1_1CLoadSelfObjectz1868_2">NLAISCRIPT::CLoadSelfObject</a>, <a class="el" href="a02780.html#NLAISCRIPT_1_1CLoadStackObjectz1870_2">NLAISCRIPT::CLoadStackObject</a>, <a class="el" href="a02776.html#NLAISCRIPT_1_1CLoadHeapObjectz1872_2">NLAISCRIPT::CLoadHeapObject</a>, <a class="el" href="a02999.html#NLAISCRIPT_1_1CObjectUnknownz1874_4">NLAISCRIPT::CObjectUnknown</a>, <a class="el" href="a02724.html#NLAISCRIPT_1_1CLdbNewOpCodea23">NLAISCRIPT::CLdbNewOpCode</a>, <a class="el" href="a02983.html#NLAISCRIPT_1_1CNegOpCodea22">NLAISCRIPT::CNegOpCode</a>, <a class="el" href="a02172.html#NLAISCRIPT_1_1CAddOpCodea22">NLAISCRIPT::CAddOpCode</a>, <a class="el" href="a03457.html#NLAISCRIPT_1_1CSubOpCodea22">NLAISCRIPT::CSubOpCode</a>, <a class="el" href="a02432.html#NLAISCRIPT_1_1CDivOpCodea22">NLAISCRIPT::CDivOpCode</a>, <a class="el" href="a02978.html#NLAISCRIPT_1_1CMulOpCodea22">NLAISCRIPT::CMulOpCode</a>, <a class="el" href="a03461.html#NLAISCRIPT_1_1CSupOpCodea22">NLAISCRIPT::CSupOpCode</a>, <a class="el" href="a02667.html#NLAISCRIPT_1_1CInfOpCodea22">NLAISCRIPT::CInfOpCode</a>, <a class="el" href="a02459.html#NLAISCRIPT_1_1CEqOpCodea22">NLAISCRIPT::CEqOpCode</a>, <a class="el" href="a03460.html#NLAISCRIPT_1_1CSupEqOpCodea22">NLAISCRIPT::CSupEqOpCode</a>, <a class="el" href="a02666.html#NLAISCRIPT_1_1CInfEqOpCodea22">NLAISCRIPT::CInfEqOpCode</a>, <a class="el" href="a02429.html#NLAISCRIPT_1_1CDiffOpCodea23">NLAISCRIPT::CDiffOpCode</a>, <a class="el" href="a02994.html#NLAISCRIPT_1_1CNotOpCodea23">NLAISCRIPT::CNotOpCode</a>, <a class="el" href="a02693.html#NLAISCRIPT_1_1CJFalseOpCodea22">NLAISCRIPT::CJFalseOpCode</a>, <a class="el" href="a02694.html#NLAISCRIPT_1_1CJmpOpCodea22">NLAISCRIPT::CJmpOpCode</a>, <a class="el" href="a02180.html#NLAISCRIPT_1_1CAffOpCodea23">NLAISCRIPT::CAffOpCode</a>, <a class="el" href="a02181.html#NLAISCRIPT_1_1CAffOpCodeDebuga23">NLAISCRIPT::CAffOpCodeDebug</a>, <a class="el" href="a02177.html#NLAISCRIPT_1_1CAffHeapMemberiOpCodea22">NLAISCRIPT::CAffHeapMemberiOpCode</a>, <a class="el" href="a02178.html#NLAISCRIPT_1_1CAffMemberiOpCodea22">NLAISCRIPT::CAffMemberiOpCode</a>, <a class="el" href="a02179.html#NLAISCRIPT_1_1CAffMemberOpCodea22">NLAISCRIPT::CAffMemberOpCode</a>, <a class="el" href="a02783.html#NLAISCRIPT_1_1CLocAlloca22">NLAISCRIPT::CLocAlloc</a>, <a class="el" href="a02784.html#NLAISCRIPT_1_1CLocAllocDebuga22">NLAISCRIPT::CLocAllocDebug</a>, <a class="el" href="a02836.html#NLAISCRIPT_1_1CMarkAlloca22">NLAISCRIPT::CMarkAlloc</a>, <a class="el" href="a02560.html#NLAISCRIPT_1_1CFreeAlloca22">NLAISCRIPT::CFreeAlloc</a>, <a class="el" href="a02561.html#NLAISCRIPT_1_1CFreeAllocDebuga22">NLAISCRIPT::CFreeAllocDebug</a>, <a class="el" href="a02603.html#NLAISCRIPT_1_1CHaltOpCodea22">NLAISCRIPT::CHaltOpCode</a>, <a class="el" href="a02992.html#NLAISCRIPT_1_1CNopOpCodea22">NLAISCRIPT::CNopOpCode</a>, <a class="el" href="a03474.html#NLAISCRIPT_1_1CTellOpCodea22">NLAISCRIPT::CTellOpCode</a>, <a class="el" href="a02832.html#NLAISCRIPT_1_1CMakeArgOpCodea23">NLAISCRIPT::CMakeArgOpCode</a>, <a class="el" href="a02837.html#NLAISCRIPT_1_1CMarkMsga23">NLAISCRIPT::CMarkMsg</a>, <a class="el" href="a02976.html#NLAISCRIPT_1_1CMsgSetSendera22">NLAISCRIPT::CMsgSetSender</a>, <a class="el" href="a02530.html#NLAISCRIPT_1_1CFindRunMsga24">NLAISCRIPT::CFindRunMsg</a>, <a class="el" href="a02174.html#NLAISCRIPT_1_1CAddParamNameDebuga22">NLAISCRIPT::CAddParamNameDebug</a>, <a class="el" href="a02737.html#NLAISCRIPT_1_1CLibMemberMethoda22">NLAISCRIPT::CLibMemberMethod</a>, <a class="el" href="a02736.html#NLAISCRIPT_1_1CLibMemberInheritedMethoda22">NLAISCRIPT::CLibMemberInheritedMethod</a>, <a class="el" href="a02738.html#NLAISCRIPT_1_1CLibMemberMethodia22">NLAISCRIPT::CLibMemberMethodi</a>, <a class="el" href="a02732.html#NLAISCRIPT_1_1CLibCallMethoda22">NLAISCRIPT::CLibCallMethod</a>, <a class="el" href="a02731.html#NLAISCRIPT_1_1CLibCallInheritedMethoda22">NLAISCRIPT::CLibCallInheritedMethod</a>, <a class="el" href="a02733.html#NLAISCRIPT_1_1CLibCallMethodia22">NLAISCRIPT::CLibCallMethodi</a>, <a class="el" href="a02735.html#NLAISCRIPT_1_1CLibStackNewMemberMethoda23">NLAISCRIPT::CLibStackMemberMethod</a>, <a class="el" href="a02734.html#NLAISCRIPT_1_1CLibHeapMemberMethoda23">NLAISCRIPT::CLibHeapMemberMethod</a>, <a class="el" href="a02310.html#NLAISCRIPT_1_1CCallMethoda23">NLAISCRIPT::CCallMethod</a>, <a class="el" href="a02308.html#NLAISCRIPT_1_1CCallHeapMethodia23">NLAISCRIPT::CCallHeapMethodi</a>, <a class="el" href="a02313.html#NLAISCRIPT_1_1CCallStackNewMethodia23">NLAISCRIPT::CCallStackMethodi</a>, <a class="el" href="a02311.html#NLAISCRIPT_1_1CCallMethodia23">NLAISCRIPT::CCallMethodi</a>, <a class="el" href="a02725.html#NLAISCRIPT_1_1CLdbOpCodea22">NLAISCRIPT::CLdbOpCode</a>, <a class="el" href="a02723.html#NLAISCRIPT_1_1CLdbMemberOpCodea22">NLAISCRIPT::CLdbMemberOpCode</a>, <a class="el" href="a02722.html#NLAISCRIPT_1_1CLdbMemberiOpCodea22">NLAISCRIPT::CLdbMemberiOpCode</a>, <a class="el" href="a02727.html#NLAISCRIPT_1_1CLdbStackMemberiOpCodea22">NLAISCRIPT::CLdbStackMemberiOpCode</a>, <a class="el" href="a02721.html#NLAISCRIPT_1_1CLdbHeapMemberiOpCodea22">NLAISCRIPT::CLdbHeapMemberiOpCode</a>, <a class="el" href="a02726.html#NLAISCRIPT_1_1CLdbRefOpCodea22">NLAISCRIPT::CLdbRefOpCode</a>, <a class="el" href="a03355.html#NLAISCRIPT_1_1IScriptDebugSourcea10">NLAISCRIPT::IScriptDebugSource</a>, <a class="el" href="a03354.html#NLAISCRIPT_1_1CScriptDebugSourceFilea10">NLAISCRIPT::CScriptDebugSourceFile</a>, <a class="el" href="a03356.html#NLAISCRIPT_1_1CScriptDebugSourceMemorya10">NLAISCRIPT::CScriptDebugSourceMemory</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1886_3">NLAISCRIPT::CLibTest</a>, <a class="el" href="a03654.html#NLAISCRIPT_1_1CVarPStackz1890_5">NLAISCRIPT::CVarPStack</a>, <a class="el" href="a03655.html#NLAISCRIPT_1_1CVarPStackParamz1892_5">NLAISCRIPT::CVarPStackParam</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; double &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; uint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; float &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; sint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; uint64 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; sint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; uint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; uint32 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea24">NLAIAGENT::INombre&lt; sint32 &gt;</a>, <a class="el" href="a02150.html#NLAIAGENT_1_1IBornNombrea26">NLAIAGENT::IBornNombre&lt; double &gt;</a>, and <a class="el" href="a02150.html#NLAIAGENT_1_1IBornNombrea26">NLAIAGENT::IBornNombre&lt; float &gt;</a>.
<p>
Definition at line <a class="el" href="a05386.html#l00350">350</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
Referenced by <a class="el" href="a06660.html#l00190">NLAILOGIC::CVar::load()</a>, <a class="el" href="a06658.html#l00399">NLAILOGIC::CValueSet::load()</a>, <a class="el" href="a06131.html#l00122">NLAILOGIC::IBaseOperator::load()</a>, <a class="el" href="a06127.html#l00072">NLAISCRIPT::CLdbOpCode::load()</a>, <a class="el" href="a06123.html#l00370">NLAISCRIPT::CLibCallMethodi::load()</a>, <a class="el" href="a06123.html#l00303">NLAISCRIPT::CLibCallInheritedMethod::load()</a>, <a class="el" href="a06123.html#l00241">NLAISCRIPT::CLibCallMethod::load()</a>, <a class="el" href="a06121.html#l00102">NLAISCRIPT::CLdbNewOpCode::load()</a>, <a class="el" href="a06120.html#l00758">NLAISCRIPT::CAddParamNameDebug::load()</a>, <a class="el" href="a06120.html#l00658">NLAISCRIPT::CFindRunMsg::load()</a>, <a class="el" href="a05847.html#l00783">NLAISCRIPT::CAgentClass::load()</a>, <a class="el" href="a05845.html#l00038">NLAISCRIPT::CComponent::load()</a>, <a class="el" href="a05843.html#l00404">NLAISCRIPT::CMethodeName::load()</a>, <a class="el" href="a05770.html#l01055">NLAIAGENT::CVectorGroupType::load()</a>, <a class="el" href="a05770.html#l00643">NLAIAGENT::CGroupType::load()</a>, <a class="el" href="a05753.html#l00201">NLAIFUZZY::CFuzzyVar::load()</a>, <a class="el" href="a05745.html#l00145">NLAIFUZZY::CFuzzyRule::load()</a>, <a class="el" href="a05697.html#l00168">NLAILOGIC::CFactBase::load()</a>, <a class="el" href="a05571.html#l00061">NLAISCRIPT::CCodeBrancheRun::load()</a>, <a class="el" href="a05412.html#l00605">NLAIAGENT::CAgentScript::load()</a>, <a class="el" href="a05407.html#l00087">NLAIAGENT::CStringType::load()</a>, <a class="el" href="a05386.html#l00532">NLAIC::operator&gt;&gt;()</a>, <a class="el" href="a05475.html#l00433">NLAIAGENT::IRefrence::refLoadStream()</a>, and <a class="el" href="a05386.html#l00328">NLAIC::IBasicInterface::serial()</a>.
<p>
<div class="fragment"><pre>00351         {
00352         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea33" doxytag="NLAISCRIPT::IOpCode::newInstance" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual const IBasicType* NLAIC::IBasicType::newInstance </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [pure virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
This function allow a new instance, that mean that the class is a class factory.
<p>
Implemented in <a class="el" href="a03870.html#NLAILINK_1_1IOTracea11">NLAILINK::IOTrace</a>, <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_7">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAIAGENT_1_1CActorScripta44">NLAIAGENT::CActorScript</a>, <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagerz1617_4">NLAIAGENT::IAgent</a>, <a class="el" href="a03958.html#NLAIAGENT_1_1VectorTypea25">NLAIAGENT::VectorType</a>, <a class="el" href="a03770.html#NLAIAGENT_1_1DigitalTypez1621_3">NLAIAGENT::DigitalType</a>, <a class="el" href="a02155.html#NLAIAGENT_1_1BorneDigitalTypez1623_3">NLAIAGENT::BorneDigitalType</a>, <a class="el" href="a03769.html#NLAIAGENT_1_1DDigitalTypez1625_3">NLAIAGENT::DDigitalType</a>, <a class="el" href="a02144.html#NLAIAGENT_1_1BorneDDigitalTypez1627_3">NLAIAGENT::BorneDDigitalType</a>, <a class="el" href="a03034.html#NLAIAGENT_1_1IPerformativea24">NLAIAGENT::IntegerType</a>, <a class="el" href="a03896.html#NLAIAGENT_1_1ShortIntegerTypea22">NLAIAGENT::ShortIntegerType</a>, <a class="el" href="a02604.html#NLAIAGENT_1_1CharTypea26">NLAIAGENT::CharType</a>, <a class="el" href="a03930.html#NLAIAGENT_1_1UInt8Typea22">NLAIAGENT::UInt8Type</a>, <a class="el" href="a03927.html#NLAIAGENT_1_1UInt16Typea22">NLAIAGENT::UInt16Type</a>, <a class="el" href="a03928.html#NLAIAGENT_1_1UInt32Typea22">NLAIAGENT::UInt32Type</a>, <a class="el" href="a03929.html#NLAIAGENT_1_1UInt64Typea22">NLAIAGENT::UInt64Type</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1635_4">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a03453.html#NLAIAGENT_1_1CStringTypea26">NLAIAGENT::CStringType</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea25">NLAIAGENT::CPairType</a>, <a class="el" href="a02602.html#NLAISCRIPT_1_1CListClassa38">NLAIAGENT::CGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea41">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1660_4">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1672_4">NLAIAGENT::CAgentScript</a>, <a class="el" href="a03455.html#NLAIAGENT_1_1CStringVarNamea13">NLAIAGENT::CStringVarName</a>, <a class="el" href="a02660.html#NLAIAGENT_1_1CIndexedVarNamea15">NLAIAGENT::CIndexedVarName</a>, <a class="el" href="a02185.html#NLAIAGENT_1_1CAgentManagerTimerz1679_4">NLAIAGENT::CAgentManagerTimer</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagerz1681_4">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02184.html#NLAIAGENT_1_1CAgentWatchTimera44">NLAIAGENT::CAgentWatchTimer</a>, <a class="el" href="a02183.html#NLAIAGENT_1_1CAgentClockTimera44">NLAIAGENT::CAgentClockTimer</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea24">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka43">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02797.html#NLAIAGENT_1_1CLocWordNumRefz1701_3">NLAIAGENT::CLocWordNumRef</a>, <a class="el" href="a03665.html#NLAIAGENT_1_1CVectorGroupManagera20">NLAIAGENT::CVectorGroupManager</a>, <a class="el" href="a02785.html#NLAIAGENT_1_1CLocalMailBoxa35">NLAIAGENT::CLocalMailBox</a>, <a class="el" href="a02831.html#NLAIAGENT_1_1CMainAgentScripta38">NLAIAGENT::CMainAgentScript</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CMessageScriptz1712_4">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02920.html#NLAIAGENT_1_1CMessageListz1718_2">NLAIAGENT::CMessageList</a>, <a class="el" href="a02922.html#NLAIAGENT_1_1CMessageVectorz1720_2">NLAIAGENT::CMessageVector</a>, <a class="el" href="a03458.html#NLAIAGENT_1_1CSuccessMsgz1722_5">NLAIAGENT::CSuccessMsg</a>, <a class="el" href="a02507.html#NLAIAGENT_1_1CFailureMsgz1724_5">NLAIAGENT::CFailureMsg</a>, <a class="el" href="a02502.html#NLAIAGENT_1_1CFactMsgz1726_5">NLAIAGENT::CFactMsg</a>, <a class="el" href="a02585.html#NLAIAGENT_1_1CGetValueMsgz1728_5">NLAIAGENT::CGetValueMsg</a>, <a class="el" href="a02596.html#NLAIAGENT_1_1CGoalMsgz1730_5">NLAIAGENT::CGoalMsg</a>, <a class="el" href="a02323.html#NLAIAGENT_1_1CCancelGoalMsgz1732_5">NLAIAGENT::CCancelGoalMsg</a>, <a class="el" href="a02919.html#NLAIAGENT_1_1CMessageGroupa11">NLAIAGENT::CMessageGroup</a>, <a class="el" href="a02993.html#NLAIAGENT_1_1CNotifyParentScriptz1734_3">NLAIAGENT::CNotifyParentScript</a>, <a class="el" href="a03013.html#NLAIAGENT_1_1COnChangeMsgz1736_3">NLAIAGENT::COnChangeMsg</a>, <a class="el" href="a03367.html#NLAIAGENT_1_1CSetValueMsgz1738_5">NLAIAGENT::CSetValueMsg</a>, <a class="el" href="a02997.html#NLAIAGENT_1_1CObjectIdenta26">NLAIAGENT::CObjectIdent</a>, <a class="el" href="a02998.html#NLAIAGENT_1_1CObjectTypea21">NLAIAGENT::CObjectType</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa51">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a03080.html#NLAIAGENT_1_1CPExecz1740_2">NLAIAGENT::CPExec</a>, <a class="el" href="a03033.html#NLAIAGENT_1_1CPAchievez1742_2">NLAIAGENT::CPAchieve</a>, <a class="el" href="a03056.html#NLAIAGENT_1_1CPAskz1744_2">NLAIAGENT::CPAsk</a>, <a class="el" href="a03261.html#NLAIAGENT_1_1CPTellz1746_2">NLAIAGENT::CPTell</a>, <a class="el" href="a03076.html#NLAIAGENT_1_1CPBreakz1748_2">NLAIAGENT::CPBreak</a>, <a class="el" href="a03081.html#NLAIAGENT_1_1CPKillz1750_2">NLAIAGENT::CPKill</a>, <a class="el" href="a03078.html#NLAIAGENT_1_1CPErrorz1752_2">NLAIAGENT::CPError</a>, <a class="el" href="a03079.html#NLAIAGENT_1_1CPEvenz1754_2">NLAIAGENT::CPEven</a>, <a class="el" href="a03185.html#NLAIAGENT_1_1CPServicez1756_2">NLAIAGENT::CPService</a>, <a class="el" href="a02608.html#NLAIAGENT_1_1CHashTimerManagera29">NLAIAGENT::CHashTimerManager</a>, <a class="el" href="a03652.html#NLAIAGENT_1_1CVolatilMemmoryz1758_6">NLAIAGENT::CVolatilMemmory</a>, <a class="el" href="a03361.html#NLAIC_1_1CSelfClassFactorya10">NLAIC::CSelfClassFactory</a>, <a class="el" href="a02267.html#NLAIC_1_1CBinaryTypez1780_4">NLAIC::CBinaryType</a>, <a class="el" href="a03625.html#NLAIC_1_1CTypeOfObjectz1782_3">NLAIC::CTypeOfObject</a>, <a class="el" href="a03626.html#NLAIC_1_1CTypeOfOperatorz1784_3">NLAIC::CTypeOfOperator</a>, <a class="el" href="a02338.html#NLAICHARACTER_1_1CCharacterChilda31">NLAICHARACTER::CCharacterChild</a>, <a class="el" href="a02340.html#NLAICHARACTER_1_1CCharacterNoeuda32">NLAICHARACTER::CCharacterNoeud</a>, <a class="el" href="a02567.html#NLAIFUZZY_1_1CFuzzyFacta26">NLAIFUZZY::CFuzzyFact</a>, <a class="el" href="a02570.html#NLAIFUZZY_1_1CFuzzyRulea31">NLAIFUZZY::CFuzzyRule</a>, <a class="el" href="a02573.html#NLAIFUZZY_1_1CFuzzyRuleSeta23">NLAIFUZZY::CFuzzyRuleSet</a>, <a class="el" href="a02568.html#NLAIFUZZY_1_1CFuzzyIntervala31">NLAIFUZZY::CFuzzyInterval</a>, <a class="el" href="a03339.html#NLAIFUZZY_1_1CRightFuzzySeta31">NLAIFUZZY::CRightFuzzySet</a>, <a class="el" href="a03619.html#NLAIFUZZY_1_1CTriangleFuzzySeta31">NLAIFUZZY::CTriangleFuzzySet</a>, <a class="el" href="a03615.html#NLAIFUZZY_1_1CTrapezeFuzzySeta31">NLAIFUZZY::CTrapezeFuzzySet</a>, <a class="el" href="a02730.html#NLAIFUZZY_1_1CLeftFuzzySeta31">NLAIFUZZY::CLeftFuzzySet</a>, <a class="el" href="a03393.html#NLAIFUZZY_1_1FuzzyTypea25">NLAIFUZZY::FuzzyType</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara38">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02283.html#NLAILOGIC_1_1CBoolAsserta34">NLAILOGIC::CBoolAssert</a>, <a class="el" href="a02287.html#NLAILOGIC_1_1CBoolOperatora37">NLAILOGIC::CBoolOperator</a>, <a class="el" href="a02286.html#NLAILOGIC_1_1CBoolTypea26">NLAILOGIC::CBoolType</a>, <a class="el" href="a02350.html#NLAILOGIC_1_1CClausea38">NLAILOGIC::CClause</a>, <a class="el" href="a02499.html#NLAILOGIC_1_1CFacta39">NLAILOGIC::CFact</a>, <a class="el" href="a02501.html#NLAILOGIC_1_1CFactBasea29">NLAILOGIC::CFactBase</a>, <a class="el" href="a02531.html#NLAILOGIC_1_1CFirstOrderAsserta40">NLAILOGIC::CFirstOrderAssert</a>, <a class="el" href="a02532.html#NLAILOGIC_1_1CFirstOrderOperatora36">NLAILOGIC::CFirstOrderOperator</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CFsmScripta47">NLAIAGENT::CFsmScript</a>, <a class="el" href="a03363.html#NLAIAGENT_1_1CSeqFsmScripta48">NLAIAGENT::CSeqFsmScript</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoala42">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoala42">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02598.html#NLAILOGIC_1_1CGoalPatha45">NLAILOGIC::CGoalPath</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka42">NLAILOGIC::CGoalStack</a>, <a class="el" href="a03025.html#NLAISCRIPT_1_1COperatorClassa83">NLAISCRIPT::COperatorClass</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta55">NLAIAGENT::COperatorScript</a>, <a class="el" href="a03342.html#NLAILOGIC_1_1CRulea45">NLAILOGIC::CRule</a>, <a class="el" href="a02500.html#NLAILOGIC_1_1CValueSeta31">NLAILOGIC::CValueSet</a>, <a class="el" href="a03645.html#NLAILOGIC_1_1CVara30">NLAILOGIC::CVar</a>, <a class="el" href="a03651.html#NLAILOGIC_1_1CVarMema30">NLAILOGIC::CVarMem</a>, <a class="el" href="a02351.html#NLAILOGIC_1_1CVarSeta31">NLAILOGIC::CVarSet</a>, <a class="el" href="a02505.html#NLAILOGIC_1_1CFactPatterna32">NLAILOGIC::CFactPattern</a>, <a class="el" href="a02374.html#NLAISCRIPT_1_1CCodeContextz1790_4">NLAISCRIPT::CCodeContext</a>, <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunz1798_4">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02373.html#NLAISCRIPT_1_1CCodeBrancheRunDebugz1804_3">NLAISCRIPT::CCodeBrancheRunDebug</a>, <a class="el" href="a02414.html#NLAISCRIPT_1_1CContextDebuga31">NLAISCRIPT::CContextDebug</a>, <a class="el" href="a02166.html#NLAISCRIPT_1_1CActorClassa46">NLAISCRIPT::CActorClass</a>, <a class="el" href="a02563.html#NLAISCRIPT_1_1CFsmClassa48">NLAISCRIPT::CFsmClass</a>, <a class="el" href="a03362.html#NLAISCRIPT_1_1CSeqFsmClassa51">NLAISCRIPT::CSeqFsmClass</a>, <a class="el" href="a03459.html#NLAISCRIPT_1_1CSuccessMsgClassz1822_3">NLAISCRIPT::CSuccessMsgClass</a>, <a class="el" href="a02508.html#NLAISCRIPT_1_1CFailureMsgClassz1824_3">NLAISCRIPT::CFailureMsgClass</a>, <a class="el" href="a02586.html#NLAISCRIPT_1_1CGetValueMsgClassz1826_3">NLAISCRIPT::CGetValueMsgClass</a>, <a class="el" href="a03368.html#NLAISCRIPT_1_1CSetValueMsgClassz1828_3">NLAISCRIPT::CSetValueMsgClass</a>, <a class="el" href="a03039.html#NLAISCRIPT_1_1CParamz1830_5">NLAISCRIPT::CParam</a>, <a class="el" href="a02925.html#NLAISCRIPT_1_1CMethodeNamez1832_5">NLAISCRIPT::CMethodeName</a>, <a class="el" href="a02346.html#NLAISCRIPT_1_1CClassInterpretFactoryz1836_5">NLAISCRIPT::CClassInterpretFactory</a>, <a class="el" href="a02167.html#NLAISCRIPT_1_1CAgentClassa46">NLAISCRIPT::CAgentClass</a>, <a class="el" href="a02835.html#NLAISCRIPT_1_1CManagerClassz1844_3">NLAISCRIPT::CManagerClass</a>, <a class="el" href="a02329.html#NLAISCRIPT_1_1CMessageClassz1846_3">NLAISCRIPT::CMessageClass</a>, <a class="el" href="a02974.html#NLAISCRIPT_1_1CMsgNotifyParentClassz1848_3">NLAISCRIPT::CMsgNotifyParentClass</a>, <a class="el" href="a02597.html#NLAISCRIPT_1_1CGoalMsgClassz1850_3">NLAISCRIPT::CGoalMsgClass</a>, <a class="el" href="a02328.html#NLAISCRIPT_1_1CCancelGoalMsgClassz1852_3">NLAISCRIPT::CCancelGoalMsgClass</a>, <a class="el" href="a02503.html#NLAISCRIPT_1_1CFactMsgClassz1854_3">NLAISCRIPT::CFactMsgClass</a>, <a class="el" href="a03014.html#NLAISCRIPT_1_1COnChangeMsgClassz1856_3">NLAISCRIPT::COnChangeMsgClass</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1860_4">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a03844.html#NLAISCRIPT_1_1IBlockz1862_5">NLAISCRIPT::IBlock</a>, <a class="el" href="a02779.html#NLAISCRIPT_1_1CLoadSelfObjectz1868_3">NLAISCRIPT::CLoadSelfObject</a>, <a class="el" href="a02780.html#NLAISCRIPT_1_1CLoadStackObjectz1870_3">NLAISCRIPT::CLoadStackObject</a>, <a class="el" href="a02776.html#NLAISCRIPT_1_1CLoadHeapObjectz1872_3">NLAISCRIPT::CLoadHeapObject</a>, <a class="el" href="a02999.html#NLAISCRIPT_1_1CObjectUnknownz1874_5">NLAISCRIPT::CObjectUnknown</a>, <a class="el" href="a02724.html#NLAISCRIPT_1_1CLdbNewOpCodea24">NLAISCRIPT::CLdbNewOpCode</a>, <a class="el" href="a02983.html#NLAISCRIPT_1_1CNegOpCodea23">NLAISCRIPT::CNegOpCode</a>, <a class="el" href="a02172.html#NLAISCRIPT_1_1CAddOpCodea23">NLAISCRIPT::CAddOpCode</a>, <a class="el" href="a03457.html#NLAISCRIPT_1_1CSubOpCodea23">NLAISCRIPT::CSubOpCode</a>, <a class="el" href="a02432.html#NLAISCRIPT_1_1CDivOpCodea23">NLAISCRIPT::CDivOpCode</a>, <a class="el" href="a02978.html#NLAISCRIPT_1_1CMulOpCodea23">NLAISCRIPT::CMulOpCode</a>, <a class="el" href="a03461.html#NLAISCRIPT_1_1CSupOpCodea23">NLAISCRIPT::CSupOpCode</a>, <a class="el" href="a02667.html#NLAISCRIPT_1_1CInfOpCodea23">NLAISCRIPT::CInfOpCode</a>, <a class="el" href="a02459.html#NLAISCRIPT_1_1CEqOpCodea23">NLAISCRIPT::CEqOpCode</a>, <a class="el" href="a03460.html#NLAISCRIPT_1_1CSupEqOpCodea23">NLAISCRIPT::CSupEqOpCode</a>, <a class="el" href="a02666.html#NLAISCRIPT_1_1CInfEqOpCodea23">NLAISCRIPT::CInfEqOpCode</a>, <a class="el" href="a02429.html#NLAISCRIPT_1_1CDiffOpCodea24">NLAISCRIPT::CDiffOpCode</a>, <a class="el" href="a02994.html#NLAISCRIPT_1_1CNotOpCodea24">NLAISCRIPT::CNotOpCode</a>, <a class="el" href="a02693.html#NLAISCRIPT_1_1CJFalseOpCodea23">NLAISCRIPT::CJFalseOpCode</a>, <a class="el" href="a02694.html#NLAISCRIPT_1_1CJmpOpCodea23">NLAISCRIPT::CJmpOpCode</a>, <a class="el" href="a02180.html#NLAISCRIPT_1_1CAffOpCodea24">NLAISCRIPT::CAffOpCode</a>, <a class="el" href="a02181.html#NLAISCRIPT_1_1CAffOpCodeDebuga24">NLAISCRIPT::CAffOpCodeDebug</a>, <a class="el" href="a02177.html#NLAISCRIPT_1_1CAffHeapMemberiOpCodea23">NLAISCRIPT::CAffHeapMemberiOpCode</a>, <a class="el" href="a02178.html#NLAISCRIPT_1_1CAffMemberiOpCodea23">NLAISCRIPT::CAffMemberiOpCode</a>, <a class="el" href="a02179.html#NLAISCRIPT_1_1CAffMemberOpCodea23">NLAISCRIPT::CAffMemberOpCode</a>, <a class="el" href="a02783.html#NLAISCRIPT_1_1CLocAlloca23">NLAISCRIPT::CLocAlloc</a>, <a class="el" href="a02784.html#NLAISCRIPT_1_1CLocAllocDebuga23">NLAISCRIPT::CLocAllocDebug</a>, <a class="el" href="a02836.html#NLAISCRIPT_1_1CMarkAlloca23">NLAISCRIPT::CMarkAlloc</a>, <a class="el" href="a02560.html#NLAISCRIPT_1_1CFreeAlloca23">NLAISCRIPT::CFreeAlloc</a>, <a class="el" href="a02561.html#NLAISCRIPT_1_1CFreeAllocDebuga23">NLAISCRIPT::CFreeAllocDebug</a>, <a class="el" href="a02603.html#NLAISCRIPT_1_1CHaltOpCodea23">NLAISCRIPT::CHaltOpCode</a>, <a class="el" href="a02992.html#NLAISCRIPT_1_1CNopOpCodea23">NLAISCRIPT::CNopOpCode</a>, <a class="el" href="a03474.html#NLAISCRIPT_1_1CTellOpCodea23">NLAISCRIPT::CTellOpCode</a>, <a class="el" href="a02832.html#NLAISCRIPT_1_1CMakeArgOpCodea24">NLAISCRIPT::CMakeArgOpCode</a>, <a class="el" href="a02837.html#NLAISCRIPT_1_1CMarkMsga24">NLAISCRIPT::CMarkMsg</a>, <a class="el" href="a02976.html#NLAISCRIPT_1_1CMsgSetSendera23">NLAISCRIPT::CMsgSetSender</a>, <a class="el" href="a02530.html#NLAISCRIPT_1_1CFindRunMsga25">NLAISCRIPT::CFindRunMsg</a>, <a class="el" href="a02174.html#NLAISCRIPT_1_1CAddParamNameDebuga23">NLAISCRIPT::CAddParamNameDebug</a>, <a class="el" href="a02737.html#NLAISCRIPT_1_1CLibMemberMethoda23">NLAISCRIPT::CLibMemberMethod</a>, <a class="el" href="a02736.html#NLAISCRIPT_1_1CLibMemberInheritedMethoda23">NLAISCRIPT::CLibMemberInheritedMethod</a>, <a class="el" href="a02738.html#NLAISCRIPT_1_1CLibMemberMethodia23">NLAISCRIPT::CLibMemberMethodi</a>, <a class="el" href="a02732.html#NLAISCRIPT_1_1CLibCallMethoda23">NLAISCRIPT::CLibCallMethod</a>, <a class="el" href="a02731.html#NLAISCRIPT_1_1CLibCallInheritedMethoda23">NLAISCRIPT::CLibCallInheritedMethod</a>, <a class="el" href="a02733.html#NLAISCRIPT_1_1CLibCallMethodia23">NLAISCRIPT::CLibCallMethodi</a>, <a class="el" href="a02735.html#NLAISCRIPT_1_1CLibStackMemberMethoda24">NLAISCRIPT::CLibStackMemberMethod</a>, <a class="el" href="a02739.html#NLAISCRIPT_1_1CLibStackNewMemberMethoda24">NLAISCRIPT::CLibStackNewMemberMethod</a>, <a class="el" href="a02734.html#NLAISCRIPT_1_1CLibHeapMemberMethoda24">NLAISCRIPT::CLibHeapMemberMethod</a>, <a class="el" href="a02310.html#NLAISCRIPT_1_1CCallMethoda25">NLAISCRIPT::CCallMethod</a>, <a class="el" href="a02308.html#NLAISCRIPT_1_1CCallHeapMethodia25">NLAISCRIPT::CCallHeapMethodi</a>, <a class="el" href="a02313.html#NLAISCRIPT_1_1CCallStackNewMethodia25">NLAISCRIPT::CCallStackMethodi</a>, <a class="el" href="a02311.html#NLAISCRIPT_1_1CCallMethodia25">NLAISCRIPT::CCallMethodi</a>, <a class="el" href="a02725.html#NLAISCRIPT_1_1CLdbOpCodea23">NLAISCRIPT::CLdbOpCode</a>, <a class="el" href="a02723.html#NLAISCRIPT_1_1CLdbMemberOpCodea23">NLAISCRIPT::CLdbMemberOpCode</a>, <a class="el" href="a02722.html#NLAISCRIPT_1_1CLdbMemberiOpCodea23">NLAISCRIPT::CLdbMemberiOpCode</a>, <a class="el" href="a02727.html#NLAISCRIPT_1_1CLdbStackMemberiOpCodea23">NLAISCRIPT::CLdbStackMemberiOpCode</a>, <a class="el" href="a02721.html#NLAISCRIPT_1_1CLdbHeapMemberiOpCodea23">NLAISCRIPT::CLdbHeapMemberiOpCode</a>, <a class="el" href="a02726.html#NLAISCRIPT_1_1CLdbRefOpCodea23">NLAISCRIPT::CLdbRefOpCode</a>, <a class="el" href="a03104.html#NLAISCRIPT_1_1CPramContainera38">NLAISCRIPT::CPramContainer</a>, <a class="el" href="a03354.html#NLAISCRIPT_1_1CScriptDebugSourceFilea11">NLAISCRIPT::CScriptDebugSourceFile</a>, <a class="el" href="a03356.html#NLAISCRIPT_1_1CScriptDebugSourceMemorya11">NLAISCRIPT::CScriptDebugSourceMemory</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1886_4">NLAISCRIPT::CLibTest</a>, <a class="el" href="a03654.html#NLAISCRIPT_1_1CVarPStackz1890_7">NLAISCRIPT::CVarPStack</a>, and <a class="el" href="a03655.html#NLAISCRIPT_1_1CVarPStackParamz1892_7">NLAISCRIPT::CVarPStackParam</a>.
<p>
Referenced by <a class="el" href="a05386.html#l00400">NLAIC::CSelfClassFactory::createInstance()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea42" doxytag="NLAISCRIPT::IOpCode::operator==" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool NLAIAGENT::IBasicObjectIA::operator== </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02153.html">IBasicObjectIA</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>classType</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap> const<code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Lot of algo use this function to determine the equality between 2 class, in particular the extraction from stl list. the == operator call the bool isEqual(const IBasicObjectIA &amp;a) const member method to determine the equality between tow class.
<p>
Definition at line <a class="el" href="a05475.html#l00134">134</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea20">NLAIC::IBasicType::getType()</a>, and <a class="el" href="a02153.html#NLAICHARACTER_1_1IZonea26">NLAIAGENT::IBasicObjectIA::isEqual()</a>.
<p>
<div class="fragment"><pre>00135         {                                               
00136                 <span class="keywordflow">if</span>(a.getType() == <a class="code" href="a02151.html#NLAICHARACTER_1_1IZonea20">getType</a>() ) <span class="keywordflow">return</span> <a class="code" href="a02153.html#NLAICHARACTER_1_1IZonea26">isEqual</a>(a);                        
00137                 <span class="keywordflow">return</span> <span class="keyword">false</span>;
00138         }               
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea46" doxytag="NLAISCRIPT::IOpCode::release" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual void NLAIC::IPointerGestion::release </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Release allow to release the pointer. The last release when the _Ref is nul delete the object. 
<p>

<p>
Definition at line <a class="el" href="a05386.html#l00086">86</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
References <a class="el" href="a05386.html#l00093">NLAIC::IPointerGestion::decRef()</a>.
<p>
Referenced by <a class="el" href="a05736.html#l00174">NLAIAGENT::CSeqFsmScript::activate()</a>, <a class="el" href="a05847.html#l00458">NLAISCRIPT::CAgentClass::addBrancheCode()</a>, <a class="el" href="a05601.html#l00047">NLAISCRIPT::CConstraintDebug::addIndex()</a>, <a class="el" href="a06755.html#l00138">NLAISCRIPT::CCompilateur::affectation()</a>, <a class="el" href="a06755.html#l00327">NLAISCRIPT::CCompilateur::affectationMember()</a>, <a class="el" href="a05854.html#l00334">NLAISCRIPT::COperatorClass::backward()</a>, <a class="el" href="a05718.html#l00313">NLAILOGIC::CFirstOrderOperator::backward()</a>, <a class="el" href="a05716.html#l00235">NLAILOGIC::CFirstOrderAssert::backward()</a>, <a class="el" href="a06662.html#l00539">NLAISCRIPT::CCompilateur::buildObject()</a>, <a class="el" href="a05421.html#l00161">NLAILINK::buildScript()</a>, <a class="el" href="a06755.html#l00816">NLAISCRIPT::CCompilateur::callFunction()</a>, <a class="el" href="a05804.html#l00117">NLAIC::CIdentType::CIdentType()</a>, <a class="el" href="a05589.html#l00366">NLAISCRIPT::CCompilateur::clean()</a>, <a class="el" href="a05843.html#l00185">NLAISCRIPT::CParam::clear()</a>, <a class="el" href="a05770.html#l01076">NLAIAGENT::CVectorGroupType::clear()</a>, <a class="el" href="a05770.html#l00664">NLAIAGENT::CGroupType::clear()</a>, <a class="el" href="a06733.html#l00075">NLAIAGENT::CVolatilMemmory::CVolatilMemmory()</a>, <a class="el" href="a05699.html#l00030">NLAISCRIPT::CFactorType::del()</a>, <a class="el" href="a05477.html#l00126">NLAIAGENT::IAgentComposite::deleteListe()</a>, <a class="el" href="a06294.html#l00251">NLAIPYSERVER::endPythonInterface()</a>, <a class="el" href="a05770.html#l00962">NLAIAGENT::CVectorGroupType::erase()</a>, <a class="el" href="a05770.html#l00545">NLAIAGENT::CGroupType::erase()</a>, <a class="el" href="a05770.html#l00946">NLAIAGENT::CVectorGroupType::eraseAll()</a>, <a class="el" href="a05770.html#l00529">NLAIAGENT::CGroupType::eraseAll()</a>, <a class="el" href="a05589.html#l00340">NLAISCRIPT::CCompilateur::errorMethodConstraint()</a>, <a class="el" href="a05589.html#l00325">NLAISCRIPT::CCompilateur::errorTypeConstraint()</a>, <a class="el" href="a05589.html#l00160">NLAISCRIPT::CCompilateur::findMethode()</a>, <a class="el" href="a05854.html#l00350">NLAISCRIPT::COperatorClass::forward()</a>, <a class="el" href="a05718.html#l00330">NLAILOGIC::CFirstOrderOperator::forward()</a>, <a class="el" href="a05588.html#l00070">NLAIAGENT::CComponentHandle::getComponent()</a>, <a class="el" href="a06133.html#l00091">NLAIAGENT::COperatorScript::getDebugString()</a>, <a class="el" href="a05412.html#l00664">NLAIAGENT::CAgentScript::getDebugString()</a>, <a class="el" href="a06131.html#l00046">NLAILOGIC::IBaseOperator::IBaseOperator()</a>, <a class="el" href="a06755.html#l00063">NLAISCRIPT::CCompilateur::ifInterrogation()</a>, <a class="el" href="a06755.html#l00097">NLAISCRIPT::CCompilateur::ifInterrogationEnd()</a>, <a class="el" href="a06669.html#l00361">NLAILOGIC::CFactPattern::init()</a>, <a class="el" href="a06343.html#l00197">NLAILOGIC::CRule::init()</a>, <a class="el" href="a05749.html#l00679">NLAIFUZZY::CTrapezeFuzzySet::init()</a>, <a class="el" href="a05749.html#l00563">NLAIFUZZY::CLeftFuzzySet::init()</a>, <a class="el" href="a05749.html#l00442">NLAIFUZZY::CTriangleFuzzySet::init()</a>, <a class="el" href="a05749.html#l00177">NLAIFUZZY::CRightFuzzySet::init()</a>, <a class="el" href="a05749.html#l00074">NLAIFUZZY::CFuzzyInterval::init()</a>, <a class="el" href="a05745.html#l00214">NLAIFUZZY::CFuzzyRule::init()</a>, <a class="el" href="a05741.html#l00068">NLAIFUZZY::CSimpleFuzzyCond::init()</a>, <a class="el" href="a06755.html#l00036">NLAISCRIPT::CCompilateur::interrogationEnd()</a>, <a class="el" href="a05854.html#l00743">NLAISCRIPT::COperatorClass::isValidFonc()</a>, <a class="el" href="a05420.html#l00057">NLAIAGENT::IAgent::Kill()</a>, <a class="el" href="a06660.html#l00190">NLAILOGIC::CVar::load()</a>, <a class="el" href="a06658.html#l00399">NLAILOGIC::CValueSet::load()</a>, <a class="el" href="a06127.html#l00072">NLAISCRIPT::CLdbOpCode::load()</a>, <a class="el" href="a06123.html#l00370">NLAISCRIPT::CLibCallMethodi::load()</a>, <a class="el" href="a06123.html#l00303">NLAISCRIPT::CLibCallInheritedMethod::load()</a>, <a class="el" href="a06123.html#l00241">NLAISCRIPT::CLibCallMethod::load()</a>, <a class="el" href="a06121.html#l00102">NLAISCRIPT::CLdbNewOpCode::load()</a>, <a class="el" href="a06120.html#l00758">NLAISCRIPT::CAddParamNameDebug::load()</a>, <a class="el" href="a06120.html#l00658">NLAISCRIPT::CFindRunMsg::load()</a>, <a class="el" href="a05911.html#l00061">NLAIAGENT::IListBasicManager::load()</a>, <a class="el" href="a05770.html#l01055">NLAIAGENT::CVectorGroupType::load()</a>, <a class="el" href="a05770.html#l00643">NLAIAGENT::CGroupType::load()</a>, <a class="el" href="a05412.html#l00605">NLAIAGENT::CAgentScript::load()</a>, <a class="el" href="a05407.html#l00087">NLAIAGENT::CStringType::load()</a>, <a class="el" href="a05401.html#l00070">NLAIAGENT::CLocalAgentMail::load()</a>, <a class="el" href="a06124.html#l00103">NLAISCRIPT::CMethodContextDebug::loadContext()</a>, <a class="el" href="a05589.html#l00052">NLAISCRIPT::CCompilateur::onEndClass()</a>, <a class="el" href="a05964.html#l00143">NLAIAGENT::CLocalMailBox::onKill()</a>, <a class="el" href="a05420.html#l00081">NLAIAGENT::IAgent::onKill()</a>, <a class="el" href="a05400.html#l00058">NLAIAGENT::CLocalAgentMail::onKill()</a>, <a class="el" href="a05770.html#l00698">NLAIAGENT::CVectorGroupType::operator-()</a>, <a class="el" href="a05770.html#l00284">NLAIAGENT::CGroupType::operator-()</a>, <a class="el" href="a05859.html#l00079">NLAIAGENT::CKeyObject::operator=()</a>, <a class="el" href="a05600.html#l00089">NLAISCRIPT::CFunctionTag::operator=()</a>, <a class="el" href="a05475.html#l00068">NLAIAGENT::CIdMethod::operator=()</a>, <a class="el" href="a06755.html#l00358">NLAISCRIPT::CCompilateur::PrivateError()</a>, <a class="el" href="a06662.html#l00082">NLAISCRIPT::CCompilateur::processingVar()</a>, <a class="el" href="a05412.html#l01412">NLAIAGENT::CAgentScript::processMessages()</a>, <a class="el" href="a05475.html#l00433">NLAIAGENT::IRefrence::refLoadStream()</a>, <a class="el" href="a06755.html#l00608">NLAISCRIPT::CCompilateur::registerMethod()</a>, <a class="el" href="a05477.html#l00108">NLAIAGENT::IAgentComposite::removeChild()</a>, <a class="el" href="a05716.html#l00095">NLAILOGIC::CFirstOrderAssert::removeFact()</a>, <a class="el" href="a05605.html#l00067">NLAISCRIPT::CConstraintStackComp::run()</a>, <a class="el" href="a05603.html#l00047">NLAISCRIPT::CConstraintFindRun::run()</a>, <a class="el" href="a05599.html#l00050">NLAISCRIPT::CConstraintMethode::run()</a>, <a class="el" href="a05420.html#l00365">NLAIAGENT::IBasicAgent::run()</a>, <a class="el" href="a05412.html#l01060">NLAIAGENT::CAgentScript::runInitComponent()</a>, <a class="el" href="a06733.html#l00218">NLAIAGENT::CVolatilMemmory::runMessage()</a>, <a class="el" href="a06129.html#l00262">NLAIAGENT::CAgentOperation::runMethodBase()</a>, <a class="el" href="a05589.html#l00286">NLAISCRIPT::CCompilateur::runMethodConstraint()</a>, <a class="el" href="a05763.html#l00773">NLAILOGIC::CInternalGoal::runMethodeMember()</a>, <a class="el" href="a05763.html#l00439">NLAILOGIC::CGoal::runMethodeMember()</a>, <a class="el" href="a05695.html#l00222">NLAILOGIC::CFact::runMethodeMember()</a>, <a class="el" href="a05475.html#l00266">NLAIAGENT::IObjectIA::runMethodeMember()</a>, <a class="el" href="a06126.html#l00087">NLAISCRIPT::CLdbStackMemberiOpCode::runOpCode()</a>, <a class="el" href="a06124.html#l00278">NLAISCRIPT::CCallStackMethodi::runOpCode()</a>, <a class="el" href="a06122.html#l00333">NLAISCRIPT::CLibHeapMemberMethod::runOpCode()</a>, <a class="el" href="a06121.html#l00960">NLAISCRIPT::CAffOpCode::runOpCode()</a>, <a class="el" href="a06121.html#l00819">NLAISCRIPT::CJFalseOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00449">NLAISCRIPT::CAffOpCodeDebug::runOpCode()</a>, <a class="el" href="a06120.html#l00274">NLAISCRIPT::CDiffOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00250">NLAISCRIPT::CInfEqOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00226">NLAISCRIPT::CSupEqOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00202">NLAISCRIPT::CEqOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00177">NLAISCRIPT::CInfOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00150">NLAISCRIPT::CSupOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00126">NLAISCRIPT::CMulOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00101">NLAISCRIPT::CDivOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00077">NLAISCRIPT::CSubOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00053">NLAISCRIPT::CAddOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00034">NLAISCRIPT::CNegOpCode::runOpCode()</a>, <a class="el" href="a05412.html#l00953">NLAIAGENT::CAgentScript::runTellParentNotify()</a>, <a class="el" href="a05589.html#l00260">NLAISCRIPT::CCompilateur::runTypeConstraint()</a>, <a class="el" href="a06734.html#l00092">NLAIAGENT::CHashTimerManager::sendMessage()</a>, <a class="el" href="a06733.html#l00202">NLAIAGENT::CVolatilMemmory::sendMessage()</a>, <a class="el" href="a05964.html#l00093">NLAIAGENT::CLocalMailBox::sendMessage()</a>, <a class="el" href="a05911.html#l00229">NLAIAGENT::IListManager::sendMessage()</a>, <a class="el" href="a05416.html#l00741">NLAIAGENT::CAgentTimerHandle::sendMessage()</a>, <a class="el" href="a05412.html#l01250">NLAIAGENT::CAgentScript::sendMessage()</a>, <a class="el" href="a05412.html#l01177">NLAIAGENT::CAgentScript::sendMethod()</a>, <a class="el" href="a06589.html#l00283">NLAISCRIPT::COperandSimple::serial()</a>, <a class="el" href="a06114.html#l00142">NLAISCRIPT::CObjectUnknown::setBaseType()</a>, <a class="el" href="a06662.html#l00471">NLAISCRIPT::CCompilateur::setChaineVar()</a>, <a class="el" href="a05845.html#l00133">NLAISCRIPT::CClassInterpretFactory::setClass()</a>, <a class="el" href="a05386.html#l00437">NLAIC::CSelfClassFactory::setClass()</a>, <a class="el" href="a05845.html#l00096">NLAISCRIPT::IClassInterpret::setClassName()</a>, <a class="el" href="a06114.html#l00136">NLAISCRIPT::CObjectUnknown::setClassType()</a>, <a class="el" href="a06065.html#l00177">NLAIAGENT::IMessageBase::setContinuation()</a>, <a class="el" href="a06131.html#l00150">NLAILOGIC::IBaseOperator::setGoal()</a>, <a class="el" href="a05854.html#l00698">NLAISCRIPT::COperatorClass::setGoal()</a>, <a class="el" href="a06662.html#l00452">NLAISCRIPT::CCompilateur::setImediateVar()</a>, <a class="el" href="a06662.html#l00439">NLAISCRIPT::CCompilateur::setImediateVarNill()</a>, <a class="el" href="a05843.html#l00278">NLAISCRIPT::CParam::setInfo()</a>, <a class="el" href="a05847.html#l00836">NLAISCRIPT::CAgentClass::setInheritanceName()</a>, <a class="el" href="a06662.html#l00463">NLAISCRIPT::CCompilateur::setListVar()</a>, <a class="el" href="a06066.html#l00106">NLAIAGENT::IMessageBase::setMessageGroup()</a>, <a class="el" href="a06662.html#l00492">NLAISCRIPT::CCompilateur::setMethodVar()</a>, <a class="el" href="a06660.html#l00098">NLAILOGIC::IBaseVar::setName()</a>, <a class="el" href="a06130.html#l00087">NLAIAGENT::CAgentOperation::setName()</a>, <a class="el" href="a05843.html#l00339">NLAISCRIPT::CMethodeName::setName()</a>, <a class="el" href="a05475.html#l00461">NLAIAGENT::IRefrence::setNumRef()</a>, <a class="el" href="a05603.html#l00114">NLAISCRIPT::CConstraintFindRun::setOpCode()</a>, <a class="el" href="a05599.html#l00285">NLAISCRIPT::CConstraintMethode::setOpCode()</a>, <a class="el" href="a06662.html#l00401">NLAISCRIPT::CCompilateur::setPerformative()</a>, <a class="el" href="a05763.html#l00891">NLAILOGIC::CInternalGoal::setProperty()</a>, <a class="el" href="a06065.html#l00170">NLAIAGENT::IMessageBase::setReceiver()</a>, <a class="el" href="a06065.html#l00163">NLAIAGENT::IMessageBase::setSender()</a>, <a class="el" href="a06658.html#l00550">NLAILOGIC::CValueSet::setSize()</a>, <a class="el" href="a06662.html#l00482">NLAISCRIPT::CCompilateur::setStackVar()</a>, <a class="el" href="a06030.html#l00263">NLAIAGENT::CMessageScript::setStaticMember()</a>, <a class="el" href="a05412.html#l00517">NLAIAGENT::CAgentScript::setStaticMember()</a>, <a class="el" href="a05845.html#l00083">NLAISCRIPT::IClassInterpret::setType()</a>, <a class="el" href="a05600.html#l00105">NLAISCRIPT::CFunctionTag::setTypeObject()</a>, <a class="el" href="a05843.html#l00376">NLAISCRIPT::CMethodeName::setTypeOfMethode()</a>, <a class="el" href="a06660.html#l00147">NLAILOGIC::CVar::setValue()</a>, <a class="el" href="a06130.html#l00075">NLAIAGENT::CAgentOperation::setValue()</a>, <a class="el" href="a05398.html#l00075">NLAIAGENT::IAgentInput::setValue()</a>, <a class="el" href="a06658.html#l00155">NLAILOGIC::CValueSet::unify()</a>, <a class="el" href="a05854.html#l00246">NLAISCRIPT::COperatorClass::unifyBackward()</a>, <a class="el" href="a05718.html#l00225">NLAILOGIC::CFirstOrderOperator::unifyBackward()</a>, <a class="el" href="a05854.html#l00285">NLAISCRIPT::COperatorClass::unifyForward()</a>, <a class="el" href="a05718.html#l00264">NLAILOGIC::CFirstOrderOperator::unifyForward()</a>, <a class="el" href="a06343.html#l00402">NLAILOGIC::CRule::unifyLiaisonBack()</a>, <a class="el" href="a06120.html#l00719">NLAISCRIPT::CAddParamNameDebug::~CAddParamNameDebug()</a>, <a class="el" href="a05847.html#l00105">NLAISCRIPT::CAgentClass::~CAgentClass()</a>, <a class="el" href="a06129.html#l00062">NLAIAGENT::CAgentOperation::~CAgentOperation()</a>, <a class="el" href="a05412.html#l00476">NLAIAGENT::CAgentScript::~CAgentScript()</a>, <a class="el" href="a05416.html#l00688">NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle()</a>, <a class="el" href="a05416.html#l00253">NLAIAGENT::CAgentWatchTimer::~CAgentWatchTimer()</a>, <a class="el" href="a05845.html#l00128">NLAISCRIPT::CClassInterpretFactory::~CClassInterpretFactory()</a>, <a class="el" href="a05573.html#l00083">NLAISCRIPT::CCodeBrancheRunDebug::~CCodeBrancheRunDebug()</a>, <a class="el" href="a05590.html#l00317">NLAISCRIPT::CCompilateur::~CCompilateur()</a>, <a class="el" href="a05588.html#l00052">NLAIAGENT::CComponentHandle::~CComponentHandle()</a>, <a class="el" href="a05607.html#l00085">NLAISCRIPT::CConstraintChkMethodeType::~CConstraintChkMethodeType()</a>, <a class="el" href="a05600.html#l00372">NLAISCRIPT::CConstraintMethode::~CConstraintMethode()</a>, <a class="el" href="a05605.html#l00060">NLAISCRIPT::CConstraintStackComp::~CConstraintStackComp()</a>, <a class="el" href="a05695.html#l00110">NLAILOGIC::CFact::~CFact()</a>, <a class="el" href="a06120.html#l00599">NLAISCRIPT::CFindRunMsg::~CFindRunMsg()</a>, <a class="el" href="a05716.html#l00052">NLAILOGIC::CFirstOrderAssert::~CFirstOrderAssert()</a>, <a class="el" href="a05600.html#l00112">NLAISCRIPT::CFunctionTag::~CFunctionTag()</a>, <a class="el" href="a05804.html#l00093">NLAIC::CIdentType::~CIdentType()</a>, <a class="el" href="a05475.html#l00107">NLAIAGENT::CIdMethod::~CIdMethod()</a>, <a class="el" href="a05763.html#l00569">NLAILOGIC::CInternalGoal::~CInternalGoal()</a>, <a class="el" href="a05859.html#l00074">NLAIAGENT::CKeyObject::~CKeyObject()</a>, <a class="el" href="a06121.html#l00113">NLAISCRIPT::CLdbNewOpCode::~CLdbNewOpCode()</a>, <a class="el" href="a06127.html#l00081">NLAISCRIPT::CLdbOpCode::~CLdbOpCode()</a>, <a class="el" href="a06123.html#l00319">NLAISCRIPT::CLibCallInheritedMethod::~CLibCallInheritedMethod()</a>, <a class="el" href="a06123.html#l00254">NLAISCRIPT::CLibCallMethod::~CLibCallMethod()</a>, <a class="el" href="a06123.html#l00386">NLAISCRIPT::CLibCallMethodi::~CLibCallMethodi()</a>, <a class="el" href="a05964.html#l00060">NLAIAGENT::CLocalMailBox::~CLocalMailBox()</a>, <a class="el" href="a05966.html#l00061">NLAIAGENT::CMainAgentScript::~CMainAgentScript()</a>, <a class="el" href="a06500.html#l00076">NLAISCRIPT::CLibTest::CMethodCall::~CMethodCall()</a>, <a class="el" href="a05413.html#l00114">NLAIAGENT::CAgentScript::CMethodCall::~CMethodCall()</a>, <a class="el" href="a05843.html#l00299">NLAISCRIPT::CMethodeName::~CMethodeName()</a>, <a class="el" href="a05848.html#l00136">NLAISCRIPT::CAgentClass::CMethodType::~CMethodType()</a>, <a class="el" href="a06114.html#l00149">NLAISCRIPT::CObjectUnknown::~CObjectUnknown()</a>, <a class="el" href="a06589.html#l00300">NLAISCRIPT::COperandSimple::~COperandSimple()</a>, <a class="el" href="a06589.html#l00552">NLAISCRIPT::COperandUnknown::~COperandUnknown()</a>, <a class="el" href="a06589.html#l00679">NLAISCRIPT::COperationType::~COperationType()</a>, <a class="el" href="a06589.html#l00813">NLAISCRIPT::COperationTypeGD::~COperationTypeGD()</a>, <a class="el" href="a05854.html#l00094">NLAISCRIPT::COperatorClass::~COperatorClass()</a>, <a class="el" href="a05407.html#l00243">NLAIAGENT::CPairType::~CPairType()</a>, <a class="el" href="a05386.html#l00444">NLAIC::CSelfClassFactory::~CSelfClassFactory()</a>, <a class="el" href="a05407.html#l00128">NLAIAGENT::CStringType::~CStringType()</a>, <a class="el" href="a06658.html#l00132">NLAILOGIC::CValueSet::~CValueSet()</a>, <a class="el" href="a06660.html#l00141">NLAILOGIC::CVar::~CVar()</a>, <a class="el" href="a06733.html#l00080">NLAIAGENT::CVolatilMemmory::~CVolatilMemmory()</a>, <a class="el" href="a05398.html#l00043">NLAIAGENT::IAgentInput::~IAgentInput()</a>, <a class="el" href="a05422.html#l00039">NLAILOGIC::IBaseAssert::~IBaseAssert()</a>, <a class="el" href="a06131.html#l00068">NLAILOGIC::IBaseOperator::~IBaseOperator()</a>, <a class="el" href="a06660.html#l00111">NLAILOGIC::IBaseVar::~IBaseVar()</a>, <a class="el" href="a05420.html#l00303">NLAIAGENT::IBasicAgent::~IBasicAgent()</a>, <a class="el" href="a06039.html#l00091">NLAISCRIPT::IBlock::~IBlock()</a>, <a class="el" href="a05845.html#l00065">NLAISCRIPT::IClassInterpret::~IClassInterpret()</a>, <a class="el" href="a05763.html#l00059">NLAILOGIC::IGoal::~IGoal()</a>, <a class="el" href="a05911.html#l00050">NLAIAGENT::IListBasicManager::~IListBasicManager()</a>, <a class="el" href="a06065.html#l00142">NLAIAGENT::IMessageBase::~IMessageBase()</a>, <a class="el" href="a05475.html#l00467">NLAIAGENT::IRefrence::~IRefrence()</a>, and <a class="el" href="a06759.html#l00041">NLAICHARACTER::IZone::~IZone()</a>.
<p>
<div class="fragment"><pre>00087                 {
00088                         <span class="keywordflow">if</span>(<a class="code" href="a02145.html#NLAIAGENT_1_1VectorTypea2">decRef</a>() == 0) 
00089                                         <span class="keyword">delete</span> <span class="keyword">this</span>;
00090                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea39" doxytag="NLAISCRIPT::IOpCode::run" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual const CProcessResult&amp; NLAIAGENT::IObjectIA::run </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [pure virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Some where Run method define the process of the agen.
<p>
Implemented in <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_9">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAILOGIC_1_1CGoalPatha63">NLAIAGENT::CActorScript</a>, <a class="el" href="a02162.html#NLAIAGENT_1_1IBasicAgenta37">NLAIAGENT::IBasicAgent</a>, <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagerz1619_1">NLAIAGENT::IAgent</a>, <a class="el" href="a03958.html#NLAIAGENT_1_1VectorTypea47">NLAIAGENT::VectorType</a>, <a class="el" href="a03770.html#NLAIAGENT_1_1DigitalTypez1621_4">NLAIAGENT::DigitalType</a>, <a class="el" href="a02155.html#NLAIAGENT_1_1BorneDigitalTypez1623_4">NLAIAGENT::BorneDigitalType</a>, <a class="el" href="a03769.html#NLAIAGENT_1_1DDigitalTypez1625_4">NLAIAGENT::DDigitalType</a>, <a class="el" href="a02144.html#NLAIAGENT_1_1BorneDDigitalTypez1627_4">NLAIAGENT::BorneDDigitalType</a>, <a class="el" href="a03034.html#NLAIAGENT_1_1IPerformativea50">NLAIAGENT::IntegerType</a>, <a class="el" href="a03896.html#NLAIAGENT_1_1ShortIntegerTypea48">NLAIAGENT::ShortIntegerType</a>, <a class="el" href="a02604.html#NLAIAGENT_1_1CharTypea52">NLAIAGENT::CharType</a>, <a class="el" href="a03930.html#NLAIAGENT_1_1UInt8Typea48">NLAIAGENT::UInt8Type</a>, <a class="el" href="a03927.html#NLAIAGENT_1_1UInt16Typea48">NLAIAGENT::UInt16Type</a>, <a class="el" href="a03928.html#NLAIAGENT_1_1UInt32Typea48">NLAIAGENT::UInt32Type</a>, <a class="el" href="a03929.html#NLAIAGENT_1_1UInt64Typea48">NLAIAGENT::UInt64Type</a>, <a class="el" href="a03833.html#NLAIAGENT_1_1IAgentInputz1629_0">NLAIAGENT::IAgentInput</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1637_0">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a03453.html#NLAIAGENT_1_1CStringTypea39">NLAIAGENT::CStringType</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea43">NLAIAGENT::CPairType</a>, <a class="el" href="a02602.html#NLAISCRIPT_1_1CPramContainera61">NLAIAGENT::CGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea64">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1662_3">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_15">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagera21">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea27">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka53">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IMessageBasez1705_21">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a02785.html#NLAIAGENT_1_1CLocalMailBoxa44">NLAIAGENT::CLocalMailBox</a>, <a class="el" href="a02831.html#NLAIAGENT_1_1CMainAgentScripta44">NLAIAGENT::CMainAgentScript</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1708_6">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02977.html#NLAIAGENT_1_1CMsgWaitera38">NLAIAGENT::CMsgWaiter</a>, <a class="el" href="a02997.html#NLAIAGENT_1_1CObjectIdenta29">NLAIAGENT::CObjectIdent</a>, <a class="el" href="a02998.html#NLAIAGENT_1_1CObjectTypea24">NLAIAGENT::CObjectType</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa79">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a02608.html#NLAIAGENT_1_1CHashTimerManagera36">NLAIAGENT::CHashTimerManager</a>, <a class="el" href="a03652.html#NLAIAGENT_1_1CVolatilMemmoryz1760_0">NLAIAGENT::CVolatilMemmory</a>, <a class="el" href="a02338.html#NLAICHARACTER_1_1CCharacterNoeuda37">NLAICHARACTER::CCharacterChild</a>, <a class="el" href="a02567.html#NLAIFUZZY_1_1CFuzzyFacta44">NLAIFUZZY::CFuzzyFact</a>, <a class="el" href="a02570.html#NLAIFUZZY_1_1CFuzzyRulea49">NLAIFUZZY::CFuzzyRule</a>, <a class="el" href="a02573.html#NLAIFUZZY_1_1CFuzzyRuleSeta26">NLAIFUZZY::CFuzzyRuleSet</a>, <a class="el" href="a02568.html#NLAIFUZZY_1_1CFuzzyIntervala34">NLAIFUZZY::CFuzzyInterval</a>, <a class="el" href="a03339.html#NLAIFUZZY_1_1CRightFuzzySeta34">NLAIFUZZY::CRightFuzzySet</a>, <a class="el" href="a03619.html#NLAIFUZZY_1_1CTriangleFuzzySeta34">NLAIFUZZY::CTriangleFuzzySet</a>, <a class="el" href="a03615.html#NLAIFUZZY_1_1CTrapezeFuzzySeta34">NLAIFUZZY::CTrapezeFuzzySet</a>, <a class="el" href="a02730.html#NLAIFUZZY_1_1CLeftFuzzySeta34">NLAIFUZZY::CLeftFuzzySet</a>, <a class="el" href="a03393.html#NLAIFUZZY_1_1FuzzyTypea46">NLAIFUZZY::FuzzyType</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara57">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02283.html#NLAILOGIC_1_1CBoolAsserta54">NLAILOGIC::CBoolAssert</a>, <a class="el" href="a02287.html#NLAILOGIC_1_1CBoolOperatora57">NLAILOGIC::CBoolOperator</a>, <a class="el" href="a03015.html#NLAILOGIC_1_1IGoala54">NLAILOGIC::IBaseBoolType</a>, <a class="el" href="a02286.html#NLAILOGIC_1_1CBoolTypea47">NLAILOGIC::CBoolType</a>, <a class="el" href="a02501.html#NLAILOGIC_1_1CFactBasea48">NLAILOGIC::CFactBase</a>, <a class="el" href="a02531.html#NLAILOGIC_1_1CFirstOrderAsserta60">NLAILOGIC::CFirstOrderAssert</a>, <a class="el" href="a02532.html#NLAILOGIC_1_1CFirstOrderOperatora57">NLAILOGIC::CFirstOrderOperator</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CSeqFsmScripta68">NLAIAGENT::CFsmScript</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoala64">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoala64">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka52">NLAILOGIC::CGoalStack</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta78">NLAIAGENT::COperatorScript</a>, <a class="el" href="a02500.html#NLAILOGIC_1_1CValueSeta53">NLAILOGIC::CValueSet</a>, <a class="el" href="a03645.html#NLAILOGIC_1_1CVara49">NLAILOGIC::CVar</a>, <a class="el" href="a02351.html#NLAILOGIC_1_1CVarSeta51">NLAILOGIC::CVarSet</a>, <a class="el" href="a02374.html#NLAISCRIPT_1_1CCodeContextz1794_0">NLAISCRIPT::CCodeContext</a>, <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunDebugz1802_0">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02414.html#NLAISCRIPT_1_1CContextDebuga35">NLAISCRIPT::CContextDebug</a>, <a class="el" href="a03039.html#NLAISCRIPT_1_1CParamz1830_6">NLAISCRIPT::CParam</a>, <a class="el" href="a02925.html#NLAISCRIPT_1_1CMethodeNamez1832_6">NLAISCRIPT::CMethodeName</a>, <a class="el" href="a02167.html#NLAISCRIPT_1_1CSuccessMsgClassa44">NLAISCRIPT::CAgentClass</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1858_3">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a02999.html#NLAISCRIPT_1_1CObjectUnknownz1874_6">NLAISCRIPT::CObjectUnknown</a>, <a class="el" href="a02724.html#NLAISCRIPT_1_1CLdbNewOpCodea27">NLAISCRIPT::CLdbNewOpCode</a>, <a class="el" href="a02832.html#NLAISCRIPT_1_1CMakeArgOpCodea27">NLAISCRIPT::CMakeArgOpCode</a>, <a class="el" href="a02837.html#NLAISCRIPT_1_1CMarkMsga27">NLAISCRIPT::CMarkMsg</a>, <a class="el" href="a02976.html#NLAISCRIPT_1_1CMsgSetSendera26">NLAISCRIPT::CMsgSetSender</a>, <a class="el" href="a02530.html#NLAISCRIPT_1_1CFindRunMsga28">NLAISCRIPT::CFindRunMsg</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1884_6">NLAISCRIPT::CLibTest</a>, <a class="el" href="a03654.html#NLAISCRIPT_1_1CVarPStackz1890_23">NLAISCRIPT::CVarPStack</a>, <a class="el" href="a03655.html#NLAISCRIPT_1_1CVarPStackParamz1892_23">NLAISCRIPT::CVarPStackParam</a>, and <a class="el" href="a02173.html#NLAISCRIPT_1_1IOpRunCodea26">NLAISCRIPT::IOpRunCode</a>.
<p>
Referenced by <a class="el" href="a05475.html#l00206">NLAIAGENT::IObjectIA::isMember()</a>, <a class="el" href="a05966.html#l00144">NLAIAGENT::CMainAgentScript::run()</a>, <a class="el" href="a05420.html#l00236">NLAIAGENT::IAgent::run()</a>, <a class="el" href="a05412.html#l01377">NLAIAGENT::CAgentScript::runChildren()</a>, <a class="el" href="a05412.html#l01394">NLAIAGENT::CAgentScript::runChildrenStepByStep()</a>, <a class="el" href="a05475.html#l00266">NLAIAGENT::IObjectIA::runMethodeMember()</a>, and <a class="el" href="a05420.html#l00262">NLAIAGENT::IAgent::runStep()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea40" doxytag="NLAISCRIPT::IOpCode::runMethodeMember" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> IObjectIA::CProcessResult NLAIAGENT::IObjectIA::runMethodeMember </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
          <td class="mdname" nowrap> <em>index</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="a02149.html">IObjectIA</a> *&nbsp;</td>
          <td class="mdname" nowrap></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The methode <a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea40">runMethodeMember(sint32 index,IObjectIA *param)</a> allow us to run a own member method.<p>
index: is the method id return by the <a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea29">isMember(const IVarName *,const IVarName *,const IObjectIA &amp;) const</a> method. param: is the parametre for the method.
<p>
Reimplemented in <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_10">NLAIAGENT::CActor</a>, <a class="el" href="a02162.html#NLAIAGENT_1_1IBasicAgentz1609_2">NLAIAGENT::IBasicAgent</a>, <a class="el" href="a03884.html#NLAIAGENT_1_1VectorTypea48">NLAIAGENT::IVector</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMaila27">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; tNombre &gt;</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea44">NLAIAGENT::CPairType</a>, <a class="el" href="a02327.html#NLAIAGENT_1_1IBaseGroupTypez1652_3">NLAIAGENT::IBaseGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea65">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1662_4">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_21">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagera23">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02184.html#NLAIAGENT_1_1CAgentWatchTimera55">NLAIAGENT::CAgentWatchTimer</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea28">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStackz1214_1">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IListManagerz1705_26">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1COnChangeMsgz1708_7">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea44">NLAIAGENT::IMessageBase</a>, <a class="el" href="a03458.html#NLAIAGENT_1_1CSuccessMsgz1722_7">NLAIAGENT::CSuccessMsg</a>, <a class="el" href="a02507.html#NLAIAGENT_1_1CFailureMsgz1724_7">NLAIAGENT::CFailureMsg</a>, <a class="el" href="a02502.html#NLAIAGENT_1_1CFactMsgz1726_7">NLAIAGENT::CFactMsg</a>, <a class="el" href="a02585.html#NLAIAGENT_1_1CGetValueMsgz1728_7">NLAIAGENT::CGetValueMsg</a>, <a class="el" href="a02596.html#NLAIAGENT_1_1CGoalMsgz1730_7">NLAIAGENT::CGoalMsg</a>, <a class="el" href="a02323.html#NLAIAGENT_1_1CCancelGoalMsgz1732_7">NLAIAGENT::CCancelGoalMsg</a>, <a class="el" href="a03367.html#NLAIAGENT_1_1CSetValueMsgz1738_7">NLAIAGENT::CSetValueMsg</a>, <a class="el" href="a02569.html#NLAIFUZZY_1_1IFuzzySeta34">NLAIFUZZY::IFuzzySet</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara59">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02499.html#NLAILOGIC_1_1CFactz1208_2">NLAILOGIC::CFact</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoalz1210_1">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoalz1212_1">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka56">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02575.html#NLAILOGIC_1_1IBaseVara48">NLAILOGIC::IBaseVar</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1858_4">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1884_7">NLAISCRIPT::CLibTest</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; double &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; uint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; float &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; sint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; uint64 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; sint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; uint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; uint32 &gt;</a>, and <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_0">NLAIAGENT::INombre&lt; sint32 &gt;</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00266">266</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05405.html#l00354">NLAIAGENT::IDigital&lt; sint32 &gt;::getNumber()</a>, <a class="el" href="a05475.html#l00193">NLAIAGENT::IObjectIA::getStaticMember()</a>, <a class="el" href="a05407.html#l00102">NLAIAGENT::CStringType::getStr()</a>, <a class="el" href="a05646.html#l00683">param</a>, <a class="el" href="a05911.html#l00127">NLAIAGENT::IListBasicManager::pop()</a>, <a class="el" href="a05646.html#l00993">r</a>, <a class="el" href="a05386.html#l00086">NLAIC::IPointerGestion::release()</a>, <a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea39">NLAIAGENT::IObjectIA::run()</a>, <a class="el" href="a05475.html#l00342">NLAIAGENT::IObjectIA::sendMessage()</a>, <a class="el" href="a06066.html#l00126">NLAIAGENT::IMessageBase::setPerformatif()</a>, <a class="el" href="a06065.html#l00170">NLAIAGENT::IMessageBase::setReceiver()</a>, <a class="el" href="a05981.html#l00104">sint</a>, and <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
<div class="fragment"><pre>00267         {
00268                 
00269                 <span class="keywordflow">switch</span>(<span class="keywordtype">id</span>)
00270                 {
00271                 <span class="keywordflow">case</span> 0:
00272                         {
00273                                 IMessageBase *msg;
00274 
00275                                 IPerformative *p;
00276                                 msg = (IMessageBase *)((IBaseGroupType *)a)-&gt;pop();
00277                                 <span class="comment">//this-&gt;incRef();</span>
00278                                 msg-&gt;setReceiver(<span class="keyword">this</span>);
00279                                 p = (IPerformative *)((IBaseGroupType *)a)-&gt;pop();
00280                                 msg-&gt;setPerformatif((IMessageBase::TPerformatif)(<a class="code" href="a04558.html#a14">sint</a>)p-&gt;getNumber());
00281                                 p-&gt;release();
00282                                 <span class="keywordflow">if</span>(((IBaseGroupType *)a)-&gt;size())
00283                                 {                                       
00284                                         CStringType *name = (CStringType *)((IBaseGroupType *)a)-&gt;pop();
00285                                         IObjectIA::CProcessResult <a class="code" href="a04223.html#a628">r</a> = <a class="code" href="a02149.html#NLAIAGENT_1_1VectorTypea53">sendMessage</a>(name-&gt;getStr(),msg);
00286                                         name-&gt;release();
00287                                         <span class="keywordflow">return</span> <a class="code" href="a04223.html#a628">r</a>;
00288                                         
00289                                 }                               
00290                                 <span class="keywordflow">return</span> <a class="code" href="a02149.html#NLAIAGENT_1_1VectorTypea53">sendMessage</a>(msg);
00291                         }                       
00292                         <span class="keywordflow">break</span>;
00293                 <span class="keywordflow">case</span> 1:                 
00294                         <span class="keywordflow">break</span>;
00295                 <span class="keywordflow">case</span> 2:
00296                         <span class="keywordflow">return</span> <a class="code" href="a02149.html#NLAICHARACTER_1_1IZonea39">run</a>();
00297                         <span class="keywordflow">break</span>;
00298 
00299                 <span class="keywordflow">case</span> 3:
00300                         {
00301                                 CProcessResult <a class="code" href="a04223.html#a628">r</a>;
00302                                 <a class="code" href="a02327.html">NLAIAGENT::IBaseGroupType</a> *<a class="code" href="a04223.html#a590">param</a> = (<a class="code" href="a02327.html">NLAIAGENT::IBaseGroupType</a> *)a;
00303                                 <a class="code" href="a04223.html#a628">r</a>.Result =      (<a class="code" href="a02149.html#NLAIAGENT_1_1IObjectIAb0">IObjectIA</a> *)<a class="code" href="a02149.html#NLAIAGENT_1_1VectorTypea10">getStaticMember</a>((<a class="code" href="a04558.html#a14">sint</a>)((<a class="code" href="a02146.html">NLAIAGENT::INombreDefine</a> *)<a class="code" href="a04223.html#a590">param</a>-&gt;get())-&gt;getNumber());
00304                                 <a class="code" href="a04223.html#a628">r</a>.Result-&gt;incRef();
00305                                 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a628">r</a>;
00306                         }
00307                 }
00308                 <span class="keywordflow">return</span> CProcessResult();
00309         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAICHARACTER_1_1IZonea41" doxytag="NLAISCRIPT::IOpCode::runMethodeMember" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> IObjectIA::CProcessResult NLAIAGENT::IObjectIA::runMethodeMember </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
          <td class="mdname" nowrap>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
          <td class="mdname" nowrap>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="a02149.html">IObjectIA</a> *&nbsp;</td>
          <td class="mdname" nowrap></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The methode <a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea41">runMethodeMember(sint32 heritance, sint32 index,  IObjectIA *param)</a> allow us to run a member method.<p>
heritance: is the id returned by the methodisClassInheritedFrom(const IVarName &amp;). index: is the method id return by the <a class="el" href="a02149.html#NLAICHARACTER_1_1IZonea29">isMember(const IVarName *,const IVarName *,const IObjectIA &amp;) const</a> method. param: is the parametre for the method.
<p>
Reimplemented in <a class="el" href="a02162.html#NLAIAGENT_1_1IBasicAgentz1609_3">NLAIAGENT::IBasicAgent</a>, <a class="el" href="a03884.html#NLAIAGENT_1_1VectorTypea49">NLAIAGENT::IVector</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMaila28">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; tNombre &gt;</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea45">NLAIAGENT::CPairType</a>, <a class="el" href="a02327.html#NLAIAGENT_1_1IBaseGroupTypez1652_4">NLAIAGENT::IBaseGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea66">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1662_5">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_22">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea29">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStackz1214_2">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IListManagerz1705_27">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1COnChangeMsgz1708_8">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea45">NLAIAGENT::IMessageBase</a>, <a class="el" href="a03458.html#NLAIAGENT_1_1CSuccessMsgz1722_6">NLAIAGENT::CSuccessMsg</a>, <a class="el" href="a02507.html#NLAIAGENT_1_1CFailureMsgz1724_6">NLAIAGENT::CFailureMsg</a>, <a class="el" href="a02502.html#NLAIAGENT_1_1CFactMsgz1726_6">NLAIAGENT::CFactMsg</a>, <a class="el" href="a02585.html#NLAIAGENT_1_1CGetValueMsgz1728_6">NLAIAGENT::CGetValueMsg</a>, <a class="el" href="a02596.html#NLAIAGENT_1_1CGoalMsgz1730_6">NLAIAGENT::CGoalMsg</a>, <a class="el" href="a02323.html#NLAIAGENT_1_1CCancelGoalMsgz1732_6">NLAIAGENT::CCancelGoalMsg</a>, <a class="el" href="a03367.html#NLAIAGENT_1_1CSetValueMsgz1738_6">NLAIAGENT::CSetValueMsg</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara58">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02499.html#NLAILOGIC_1_1CFactz1208_3">NLAILOGIC::CFact</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoalz1210_2">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoalz1212_2">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka57">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1858_5">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1884_8">NLAISCRIPT::CLibTest</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; double &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; uint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; float &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; sint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; uint64 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; sint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; uint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; uint32 &gt;</a>, and <a class="el" href="a02148.html#NLAIAGENT_1_1INombrez1646_1">NLAIAGENT::INombre&lt; sint32 &gt;</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00257">257</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a05981.html#l00099">sint32</a>.
<p>
Referenced by <a class="el" href="a06122.html#l00333">NLAISCRIPT::CLibHeapMemberMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00288">NLAISCRIPT::CLibStackNewMemberMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00242">NLAISCRIPT::CLibStackMemberMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00198">NLAISCRIPT::CLibCallMethodi::runOpCode()</a>, <a class="el" href="a06122.html#l00164">NLAISCRIPT::CLibCallInheritedMethod::runOpCode()</a>, <a class="el" href="a06122.html#l00137">NLAISCRIPT::CLibCallMethod::runOpCode()</a>, and <a class="el" href="a06122.html#l00099">NLAISCRIPT::CLibMemberMethodi::runOpCode()</a>.
<p>
<div class="fragment"><pre>00258         {
00259                 <span class="comment">/*char text[2048*8];</span>
00260 <span class="comment">                sprintf(text,"method  runMethodeMember(sint32 h, sint32 id,const IObjectIA &amp;) not implemented for the '%s' interface",(const char *)getType());</span>
00261 <span class="comment">                throw NLAIE::CExceptionNotImplemented(text);</span>
00262 <span class="comment">                return CProcessResult();*/</span>
00263                 <span class="keywordflow">return</span> IObjectIA::runMethodeMember(<span class="keywordtype">id</span>,a);
00264         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAISCRIPT_1_1IOpRunCodea29" doxytag="NLAISCRIPT::IOpCode::runOpCode" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual <a class="el" href="a05364.html#a50">NLAIAGENT::TProcessStatement</a> NLAISCRIPT::IOpCode::runOpCode </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a02374.html">CCodeContext</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>context</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [pure virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Computation of the op-code with a given context. 
<p>

<p>
Implemented in <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunz1796_3">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02373.html#NLAISCRIPT_1_1CCodeBrancheRunDebuga39">NLAISCRIPT::CCodeBrancheRunDebug</a>, <a class="el" href="a02724.html#NLAISCRIPT_1_1CLdbNewOpCodea30">NLAISCRIPT::CLdbNewOpCode</a>, <a class="el" href="a02983.html#NLAISCRIPT_1_1CNegOpCodea29">NLAISCRIPT::CNegOpCode</a>, <a class="el" href="a02172.html#NLAISCRIPT_1_1CAddOpCodea29">NLAISCRIPT::CAddOpCode</a>, <a class="el" href="a03457.html#NLAISCRIPT_1_1CSubOpCodea29">NLAISCRIPT::CSubOpCode</a>, <a class="el" href="a02432.html#NLAISCRIPT_1_1CDivOpCodea29">NLAISCRIPT::CDivOpCode</a>, <a class="el" href="a02978.html#NLAISCRIPT_1_1CMulOpCodea29">NLAISCRIPT::CMulOpCode</a>, <a class="el" href="a03461.html#NLAISCRIPT_1_1CSupOpCodea29">NLAISCRIPT::CSupOpCode</a>, <a class="el" href="a02667.html#NLAISCRIPT_1_1CInfOpCodea29">NLAISCRIPT::CInfOpCode</a>, <a class="el" href="a02459.html#NLAISCRIPT_1_1CEqOpCodea29">NLAISCRIPT::CEqOpCode</a>, <a class="el" href="a03460.html#NLAISCRIPT_1_1CSupEqOpCodea29">NLAISCRIPT::CSupEqOpCode</a>, <a class="el" href="a02666.html#NLAISCRIPT_1_1CInfEqOpCodea29">NLAISCRIPT::CInfEqOpCode</a>, <a class="el" href="a02429.html#NLAISCRIPT_1_1CDiffOpCodea30">NLAISCRIPT::CDiffOpCode</a>, <a class="el" href="a02994.html#NLAISCRIPT_1_1CNotOpCodea30">NLAISCRIPT::CNotOpCode</a>, <a class="el" href="a02693.html#NLAISCRIPT_1_1CJFalseOpCodea29">NLAISCRIPT::CJFalseOpCode</a>, <a class="el" href="a02694.html#NLAISCRIPT_1_1CJmpOpCodea29">NLAISCRIPT::CJmpOpCode</a>, <a class="el" href="a02180.html#NLAISCRIPT_1_1CAffOpCodea30">NLAISCRIPT::CAffOpCode</a>, <a class="el" href="a02181.html#NLAISCRIPT_1_1CAffOpCodeDebuga30">NLAISCRIPT::CAffOpCodeDebug</a>, <a class="el" href="a02177.html#NLAISCRIPT_1_1CAffHeapMemberiOpCodea29">NLAISCRIPT::CAffHeapMemberiOpCode</a>, <a class="el" href="a02178.html#NLAISCRIPT_1_1CAffMemberiOpCodea29">NLAISCRIPT::CAffMemberiOpCode</a>, <a class="el" href="a02179.html#NLAISCRIPT_1_1CAffMemberOpCodea29">NLAISCRIPT::CAffMemberOpCode</a>, <a class="el" href="a02783.html#NLAISCRIPT_1_1CLocAlloca29">NLAISCRIPT::CLocAlloc</a>, <a class="el" href="a02784.html#NLAISCRIPT_1_1CLocAllocDebuga29">NLAISCRIPT::CLocAllocDebug</a>, <a class="el" href="a02836.html#NLAISCRIPT_1_1CMarkAlloca29">NLAISCRIPT::CMarkAlloc</a>, <a class="el" href="a02560.html#NLAISCRIPT_1_1CFreeAlloca29">NLAISCRIPT::CFreeAlloc</a>, <a class="el" href="a02561.html#NLAISCRIPT_1_1CFreeAllocDebuga29">NLAISCRIPT::CFreeAllocDebug</a>, <a class="el" href="a02603.html#NLAISCRIPT_1_1CHaltOpCodea29">NLAISCRIPT::CHaltOpCode</a>, <a class="el" href="a02992.html#NLAISCRIPT_1_1CNopOpCodea29">NLAISCRIPT::CNopOpCode</a>, <a class="el" href="a03474.html#NLAISCRIPT_1_1CTellOpCodea29">NLAISCRIPT::CTellOpCode</a>, <a class="el" href="a02832.html#NLAISCRIPT_1_1CMakeArgOpCodea30">NLAISCRIPT::CMakeArgOpCode</a>, <a class="el" href="a02837.html#NLAISCRIPT_1_1CMarkMsga30">NLAISCRIPT::CMarkMsg</a>, <a class="el" href="a02976.html#NLAISCRIPT_1_1CMsgSetSendera29">NLAISCRIPT::CMsgSetSender</a>, <a class="el" href="a02530.html#NLAISCRIPT_1_1CFindRunMsga31">NLAISCRIPT::CFindRunMsg</a>, <a class="el" href="a02174.html#NLAISCRIPT_1_1CAddParamNameDebuga29">NLAISCRIPT::CAddParamNameDebug</a>, <a class="el" href="a02737.html#NLAISCRIPT_1_1CLibMemberMethoda29">NLAISCRIPT::CLibMemberMethod</a>, <a class="el" href="a02736.html#NLAISCRIPT_1_1CLibMemberInheritedMethoda29">NLAISCRIPT::CLibMemberInheritedMethod</a>, <a class="el" href="a02738.html#NLAISCRIPT_1_1CLibMemberMethodia29">NLAISCRIPT::CLibMemberMethodi</a>, <a class="el" href="a02732.html#NLAISCRIPT_1_1CLibCallMethoda29">NLAISCRIPT::CLibCallMethod</a>, <a class="el" href="a02731.html#NLAISCRIPT_1_1CLibCallInheritedMethoda29">NLAISCRIPT::CLibCallInheritedMethod</a>, <a class="el" href="a02733.html#NLAISCRIPT_1_1CLibCallMethodia29">NLAISCRIPT::CLibCallMethodi</a>, <a class="el" href="a02735.html#NLAISCRIPT_1_1CLibStackMemberMethoda30">NLAISCRIPT::CLibStackMemberMethod</a>, <a class="el" href="a02739.html#NLAISCRIPT_1_1CLibStackNewMemberMethoda30">NLAISCRIPT::CLibStackNewMemberMethod</a>, <a class="el" href="a02734.html#NLAISCRIPT_1_1CLibHeapMemberMethoda30">NLAISCRIPT::CLibHeapMemberMethod</a>, <a class="el" href="a02310.html#NLAISCRIPT_1_1CCallMethoda31">NLAISCRIPT::CCallMethod</a>, <a class="el" href="a02308.html#NLAISCRIPT_1_1CCallHeapMethodia31">NLAISCRIPT::CCallHeapMethodi</a>, <a class="el" href="a02313.html#NLAISCRIPT_1_1CCallStackMethodia31">NLAISCRIPT::CCallStackMethodi</a>, <a class="el" href="a02314.html#NLAISCRIPT_1_1CCallStackNewMethodia31">NLAISCRIPT::CCallStackNewMethodi</a>, <a class="el" href="a02311.html#NLAISCRIPT_1_1CCallMethodia31">NLAISCRIPT::CCallMethodi</a>, <a class="el" href="a02725.html#NLAISCRIPT_1_1CLdbOpCodea29">NLAISCRIPT::CLdbOpCode</a>, <a class="el" href="a02723.html#NLAISCRIPT_1_1CLdbMemberOpCodea29">NLAISCRIPT::CLdbMemberOpCode</a>, <a class="el" href="a02722.html#NLAISCRIPT_1_1CLdbMemberiOpCodea29">NLAISCRIPT::CLdbMemberiOpCode</a>, <a class="el" href="a02727.html#NLAISCRIPT_1_1CLdbStackMemberiOpCodea29">NLAISCRIPT::CLdbStackMemberiOpCode</a>, <a class="el" href="a02721.html#NLAISCRIPT_1_1CLdbHeapMemberiOpCodea29">NLAISCRIPT::CLdbHeapMemberiOpCode</a>, and <a class="el" href="a02726.html#NLAISCRIPT_1_1CLdbRefOpCodea29">NLAISCRIPT::CLdbRefOpCode</a>.
<p>
Referenced by <a class="el" href="a05573.html#l00162">NLAISCRIPT::CCodeBrancheRunDebug::runOpCode()</a>, and <a class="el" href="a05571.html#l00183">NLAISCRIPT::CCodeBrancheRun::runOpCode()</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea50" doxytag="NLAISCRIPT::IOpCode::runStep" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> const IObjectIA::CProcessResult &amp; NLAIAGENT::IObjectIA::runStep </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Some where Run method define the process of the agen.
<p>
Reimplemented in <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagerz1619_2">NLAIAGENT::IAgent</a>, and <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_23">NLAIAGENT::CAgentScript</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00163">163</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea20">NLAIC::IBasicType::getType()</a>, and <a class="el" href="a05804.html#l00079">NLAIC::stringGetBuild()</a>.
<p>
Referenced by <a class="el" href="a05420.html#l00137">NLAIAGENT::IAgent::runChildrenStepByStep()</a>.
<p>
<div class="fragment"><pre>00164         {
00165                 std::string text;
00166                 text = <a class="code" href="a05365.html#a8">NLAIC::stringGetBuild</a>(<span class="stringliteral">"const CProcessResult &amp;IObjectIA::runStep() note implementaited for the '%s' interface"</span>,(<span class="keyword">const</span> <span class="keywordtype">char</span> *)<a class="code" href="a02151.html#NLAICHARACTER_1_1IZonea20">getType</a>());
00167                 <span class="keywordflow">throw</span> <a class="code" href="a02487.html">NLAIE::CExceptionNotImplemented</a>(text.c_str());
00168                 <span class="keywordflow">return</span> IObjectIA::ProcessNotComplit;
00169         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1IWordNumRefa14" doxytag="NLAISCRIPT::IOpCode::save" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void NLAIC::IBasicInterface::save </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [inline, pure virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Save the class in a stream.
<p>
Implemented in <a class="el" href="a03870.html#NLAILINK_1_1IOTracea13">NLAILINK::IOTrace</a>, <a class="el" href="a02160.html#NLAIAGENT_1_1CActorz1605_11">NLAIAGENT::CActor</a>, <a class="el" href="a02170.html#NLAILOGIC_1_1CGoalPatha67">NLAIAGENT::CActorScript</a>, <a class="el" href="a02162.html#NLAIAGENT_1_1IBasicAgentz1607_1">NLAIAGENT::IBasicAgent</a>, <a class="el" href="a02161.html#NLAIAGENT_1_1IAgentCompositez1613_1">NLAIAGENT::IAgentComposite</a>, <a class="el" href="a02163.html#NLAIAGENT_1_1IAgentManagerz1617_5">NLAIAGENT::IAgent</a>, <a class="el" href="a03884.html#NLAIAGENT_1_1VectorTypea51">NLAIAGENT::IVector</a>, <a class="el" href="a03833.html#NLAIAGENT_1_1IAgentInputz1633_1">NLAIAGENT::IAgentInput</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1635_5">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; tNombre &gt;</a>, <a class="el" href="a02150.html#NLAIAGENT_1_1IBornNombrea56">NLAIAGENT::IBornNombre&lt; tNombre &gt;</a>, <a class="el" href="a03453.html#NLAIAGENT_1_1CStringTypea43">NLAIAGENT::CStringType</a>, <a class="el" href="a03036.html#NLAIAGENT_1_1CPairTypea47">NLAIAGENT::CPairType</a>, <a class="el" href="a02602.html#NLAISCRIPT_1_1CPramContainera63">NLAIAGENT::CGroupType</a>, <a class="el" href="a03667.html#NLAIAGENT_1_1CVectorGroupTypea68">NLAIAGENT::CVectorGroupType</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1660_5">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1672_5">NLAIAGENT::CAgentScript</a>, <a class="el" href="a03455.html#NLAIAGENT_1_1CStringVarNamea19">NLAIAGENT::CStringVarName</a>, <a class="el" href="a02660.html#NLAIAGENT_1_1CIndexedVarNamea20">NLAIAGENT::CIndexedVarName</a>, <a class="el" href="a02185.html#NLAIAGENT_1_1CAgentManagerTimerz1679_5">NLAIAGENT::CAgentManagerTimer</a>, <a class="el" href="a02742.html#NLAIAGENT_1_1CLibTimerManagerz1681_5">NLAIAGENT::CLibTimerManager</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea31">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02165.html#NLAICHARACTER_1_1IZonez1683_1">NLAIAGENT::IRefrence</a>, <a class="el" href="a02164.html#NLAIAGENT_1_1IConnectIAz1687_1">NLAIAGENT::IConnectIA</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka60">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02797.html#NLAIAGENT_1_1CLocWordNumRefz1701_4">NLAIAGENT::CLocWordNumRef</a>, <a class="el" href="a02324.html#NLAIAGENT_1_1IListManagerz1705_28">NLAIAGENT::IListBasicManager</a>, <a class="el" href="a02786.html#NLAIAGENT_1_1IMailBoxz1706_1">NLAIAGENT::IMailBox</a>, <a class="el" href="a02785.html#NLAIAGENT_1_1CLocalMailBoxa48">NLAIAGENT::CLocalMailBox</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1712_1">NLAIAGENT::CMessageScript</a>, <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea47">NLAIAGENT::IMessageBase</a>, <a class="el" href="a02919.html#NLAIAGENT_1_1CMessageGroupa15">NLAIAGENT::CMessageGroup</a>, <a class="el" href="a02997.html#NLAIAGENT_1_1CObjectIdenta33">NLAIAGENT::CObjectIdent</a>, <a class="el" href="a02998.html#NLAIAGENT_1_1CObjectTypea28">NLAIAGENT::CObjectType</a>, <a class="el" href="a02190.html#NLAIAGENT_1_1CAgentOperationa84">NLAIAGENT::CAgentOperation</a>, <a class="el" href="a02608.html#NLAIAGENT_1_1CHashTimerManagera40">NLAIAGENT::CHashTimerManager</a>, <a class="el" href="a03652.html#NLAIAGENT_1_1CVolatilMemmoryz1758_8">NLAIAGENT::CVolatilMemmory</a>, <a class="el" href="a02267.html#NLAIC_1_1CTypeOfOperatorz1780_2">NLAIC::CBinaryType</a>, <a class="el" href="a02338.html#NLAICHARACTER_1_1CCharacterChilda40">NLAICHARACTER::CCharacterChild</a>, <a class="el" href="a02340.html#NLAICHARACTER_1_1CCharacterNoeuda41">NLAICHARACTER::CCharacterNoeud</a>, <a class="el" href="a03392.html#NLAIFUZZY_1_1CSimpleFuzzyConda52">NLAIFUZZY::CSimpleFuzzyCond</a>, <a class="el" href="a02567.html#NLAIFUZZY_1_1CFuzzyFacta48">NLAIFUZZY::CFuzzyFact</a>, <a class="el" href="a02570.html#NLAIFUZZY_1_1CFuzzyRulea53">NLAIFUZZY::CFuzzyRule</a>, <a class="el" href="a02573.html#NLAIFUZZY_1_1CFuzzyRuleSeta30">NLAIFUZZY::CFuzzyRuleSet</a>, <a class="el" href="a02568.html#NLAIFUZZY_1_1CFuzzyIntervala38">NLAIFUZZY::CFuzzyInterval</a>, <a class="el" href="a03339.html#NLAIFUZZY_1_1CRightFuzzySeta38">NLAIFUZZY::CRightFuzzySet</a>, <a class="el" href="a03619.html#NLAIFUZZY_1_1CTriangleFuzzySeta38">NLAIFUZZY::CTriangleFuzzySet</a>, <a class="el" href="a03615.html#NLAIFUZZY_1_1CTrapezeFuzzySeta38">NLAIFUZZY::CTrapezeFuzzySet</a>, <a class="el" href="a02730.html#NLAIFUZZY_1_1CLeftFuzzySeta38">NLAIFUZZY::CLeftFuzzySet</a>, <a class="el" href="a03393.html#NLAIFUZZY_1_1FuzzyTypea50">NLAIFUZZY::FuzzyType</a>, <a class="el" href="a02574.html#NLAIFUZZY_1_1CFuzzyVara61">NLAIFUZZY::CFuzzyVar</a>, <a class="el" href="a02283.html#NLAILOGIC_1_1CBoolAsserta58">NLAILOGIC::CBoolAssert</a>, <a class="el" href="a02287.html#NLAILOGIC_1_1CBoolOperatora61">NLAILOGIC::CBoolOperator</a>, <a class="el" href="a02286.html#NLAILOGIC_1_1CBoolTypea51">NLAILOGIC::CBoolType</a>, <a class="el" href="a02501.html#NLAILOGIC_1_1CFactBasea52">NLAILOGIC::CFactBase</a>, <a class="el" href="a02531.html#NLAILOGIC_1_1CFirstOrderAsserta64">NLAILOGIC::CFirstOrderAssert</a>, <a class="el" href="a02532.html#NLAILOGIC_1_1CFirstOrderOperatora61">NLAILOGIC::CFirstOrderOperator</a>, <a class="el" href="a02564.html#NLAIAGENT_1_1CFsmScripta70">NLAIAGENT::CFsmScript</a>, <a class="el" href="a03363.html#NLAIAGENT_1_1CSeqFsmScripta73">NLAIAGENT::CSeqFsmScript</a>, <a class="el" href="a02594.html#NLAILOGIC_1_1CGoala66">NLAILOGIC::CGoal</a>, <a class="el" href="a02687.html#NLAILOGIC_1_1CInternalGoala66">NLAILOGIC::CInternalGoal</a>, <a class="el" href="a02599.html#NLAILOGIC_1_1CGoalStacka59">NLAILOGIC::CGoalStack</a>, <a class="el" href="a02288.html#NLAILOGIC_1_1IBaseOperatora55">NLAILOGIC::IBaseOperator</a>, <a class="el" href="a03026.html#NLAIAGENT_1_1COperatorScripta82">NLAIAGENT::COperatorScript</a>, <a class="el" href="a02500.html#NLAILOGIC_1_1CValueSeta57">NLAILOGIC::CValueSet</a>, <a class="el" href="a03645.html#NLAILOGIC_1_1CVara53">NLAILOGIC::CVar</a>, <a class="el" href="a02351.html#NLAILOGIC_1_1CVarSeta55">NLAILOGIC::CVarSet</a>, <a class="el" href="a02374.html#NLAISCRIPT_1_1CCodeContextz1790_5">NLAISCRIPT::CCodeContext</a>, <a class="el" href="a02372.html#NLAISCRIPT_1_1CCodeBrancheRunz1798_5">NLAISCRIPT::CCodeBrancheRun</a>, <a class="el" href="a02373.html#NLAISCRIPT_1_1CCodeBrancheRunDebugz1804_4">NLAISCRIPT::CCodeBrancheRunDebug</a>, <a class="el" href="a02414.html#NLAISCRIPT_1_1CContextDebuga39">NLAISCRIPT::CContextDebug</a>, <a class="el" href="a03039.html#NLAISCRIPT_1_1CParamz1830_7">NLAISCRIPT::CParam</a>, <a class="el" href="a02925.html#NLAISCRIPT_1_1CMethodeNamez1832_7">NLAISCRIPT::CMethodeName</a>, <a class="el" href="a02167.html#NLAISCRIPT_1_1CSuccessMsgClassa48">NLAISCRIPT::CAgentClass</a>, <a class="el" href="a02312.html#NLAISCRIPT_1_1CCallPrintz1860_5">NLAISCRIPT::CCallPrint</a>, <a class="el" href="a03844.html#NLAISCRIPT_1_1IBlockz1862_7">NLAISCRIPT::IBlock</a>, <a class="el" href="a02779.html#NLAISCRIPT_1_1CLoadSelfObjectz1868_4">NLAISCRIPT::CLoadSelfObject</a>, <a class="el" href="a02780.html#NLAISCRIPT_1_1CLoadStackObjectz1870_4">NLAISCRIPT::CLoadStackObject</a>, <a class="el" href="a02776.html#NLAISCRIPT_1_1CLoadHeapObjectz1872_4">NLAISCRIPT::CLoadHeapObject</a>, <a class="el" href="a02999.html#NLAISCRIPT_1_1CObjectUnknownz1874_7">NLAISCRIPT::CObjectUnknown</a>, <a class="el" href="a02724.html#NLAISCRIPT_1_1CLdbNewOpCodea32">NLAISCRIPT::CLdbNewOpCode</a>, <a class="el" href="a02983.html#NLAISCRIPT_1_1CNegOpCodea31">NLAISCRIPT::CNegOpCode</a>, <a class="el" href="a02172.html#NLAISCRIPT_1_1CAddOpCodea31">NLAISCRIPT::CAddOpCode</a>, <a class="el" href="a03457.html#NLAISCRIPT_1_1CSubOpCodea31">NLAISCRIPT::CSubOpCode</a>, <a class="el" href="a02432.html#NLAISCRIPT_1_1CDivOpCodea31">NLAISCRIPT::CDivOpCode</a>, <a class="el" href="a02978.html#NLAISCRIPT_1_1CMulOpCodea31">NLAISCRIPT::CMulOpCode</a>, <a class="el" href="a03461.html#NLAISCRIPT_1_1CSupOpCodea31">NLAISCRIPT::CSupOpCode</a>, <a class="el" href="a02667.html#NLAISCRIPT_1_1CInfOpCodea31">NLAISCRIPT::CInfOpCode</a>, <a class="el" href="a02459.html#NLAISCRIPT_1_1CEqOpCodea31">NLAISCRIPT::CEqOpCode</a>, <a class="el" href="a03460.html#NLAISCRIPT_1_1CSupEqOpCodea31">NLAISCRIPT::CSupEqOpCode</a>, <a class="el" href="a02666.html#NLAISCRIPT_1_1CInfEqOpCodea31">NLAISCRIPT::CInfEqOpCode</a>, <a class="el" href="a02429.html#NLAISCRIPT_1_1CDiffOpCodea32">NLAISCRIPT::CDiffOpCode</a>, <a class="el" href="a02994.html#NLAISCRIPT_1_1CNotOpCodea32">NLAISCRIPT::CNotOpCode</a>, <a class="el" href="a02693.html#NLAISCRIPT_1_1CJFalseOpCodea31">NLAISCRIPT::CJFalseOpCode</a>, <a class="el" href="a02694.html#NLAISCRIPT_1_1CJmpOpCodea31">NLAISCRIPT::CJmpOpCode</a>, <a class="el" href="a02180.html#NLAISCRIPT_1_1CAffOpCodea32">NLAISCRIPT::CAffOpCode</a>, <a class="el" href="a02181.html#NLAISCRIPT_1_1CAffOpCodeDebuga32">NLAISCRIPT::CAffOpCodeDebug</a>, <a class="el" href="a02177.html#NLAISCRIPT_1_1CAffHeapMemberiOpCodea31">NLAISCRIPT::CAffHeapMemberiOpCode</a>, <a class="el" href="a02178.html#NLAISCRIPT_1_1CAffMemberiOpCodea31">NLAISCRIPT::CAffMemberiOpCode</a>, <a class="el" href="a02179.html#NLAISCRIPT_1_1CAffMemberOpCodea31">NLAISCRIPT::CAffMemberOpCode</a>, <a class="el" href="a02783.html#NLAISCRIPT_1_1CLocAlloca31">NLAISCRIPT::CLocAlloc</a>, <a class="el" href="a02784.html#NLAISCRIPT_1_1CLocAllocDebuga31">NLAISCRIPT::CLocAllocDebug</a>, <a class="el" href="a02836.html#NLAISCRIPT_1_1CMarkAlloca31">NLAISCRIPT::CMarkAlloc</a>, <a class="el" href="a02560.html#NLAISCRIPT_1_1CFreeAlloca31">NLAISCRIPT::CFreeAlloc</a>, <a class="el" href="a02561.html#NLAISCRIPT_1_1CFreeAllocDebuga31">NLAISCRIPT::CFreeAllocDebug</a>, <a class="el" href="a02603.html#NLAISCRIPT_1_1CHaltOpCodea31">NLAISCRIPT::CHaltOpCode</a>, <a class="el" href="a02992.html#NLAISCRIPT_1_1CNopOpCodea31">NLAISCRIPT::CNopOpCode</a>, <a class="el" href="a03474.html#NLAISCRIPT_1_1CTellOpCodea31">NLAISCRIPT::CTellOpCode</a>, <a class="el" href="a02832.html#NLAISCRIPT_1_1CMakeArgOpCodea32">NLAISCRIPT::CMakeArgOpCode</a>, <a class="el" href="a02837.html#NLAISCRIPT_1_1CMarkMsga32">NLAISCRIPT::CMarkMsg</a>, <a class="el" href="a02976.html#NLAISCRIPT_1_1CMsgSetSendera31">NLAISCRIPT::CMsgSetSender</a>, <a class="el" href="a02530.html#NLAISCRIPT_1_1CFindRunMsga33">NLAISCRIPT::CFindRunMsg</a>, <a class="el" href="a02174.html#NLAISCRIPT_1_1CAddParamNameDebuga31">NLAISCRIPT::CAddParamNameDebug</a>, <a class="el" href="a02737.html#NLAISCRIPT_1_1CLibMemberMethoda31">NLAISCRIPT::CLibMemberMethod</a>, <a class="el" href="a02736.html#NLAISCRIPT_1_1CLibMemberInheritedMethoda31">NLAISCRIPT::CLibMemberInheritedMethod</a>, <a class="el" href="a02738.html#NLAISCRIPT_1_1CLibMemberMethodia31">NLAISCRIPT::CLibMemberMethodi</a>, <a class="el" href="a02732.html#NLAISCRIPT_1_1CLibCallMethoda31">NLAISCRIPT::CLibCallMethod</a>, <a class="el" href="a02731.html#NLAISCRIPT_1_1CLibCallInheritedMethoda31">NLAISCRIPT::CLibCallInheritedMethod</a>, <a class="el" href="a02733.html#NLAISCRIPT_1_1CLibCallMethodia31">NLAISCRIPT::CLibCallMethodi</a>, <a class="el" href="a02735.html#NLAISCRIPT_1_1CLibStackNewMemberMethoda32">NLAISCRIPT::CLibStackMemberMethod</a>, <a class="el" href="a02734.html#NLAISCRIPT_1_1CLibHeapMemberMethoda32">NLAISCRIPT::CLibHeapMemberMethod</a>, <a class="el" href="a02310.html#NLAISCRIPT_1_1CCallMethoda33">NLAISCRIPT::CCallMethod</a>, <a class="el" href="a02308.html#NLAISCRIPT_1_1CCallHeapMethodia33">NLAISCRIPT::CCallHeapMethodi</a>, <a class="el" href="a02313.html#NLAISCRIPT_1_1CCallStackNewMethodia33">NLAISCRIPT::CCallStackMethodi</a>, <a class="el" href="a02311.html#NLAISCRIPT_1_1CCallMethodia33">NLAISCRIPT::CCallMethodi</a>, <a class="el" href="a02725.html#NLAISCRIPT_1_1CLdbOpCodea31">NLAISCRIPT::CLdbOpCode</a>, <a class="el" href="a02723.html#NLAISCRIPT_1_1CLdbMemberOpCodea31">NLAISCRIPT::CLdbMemberOpCode</a>, <a class="el" href="a02722.html#NLAISCRIPT_1_1CLdbMemberiOpCodea31">NLAISCRIPT::CLdbMemberiOpCode</a>, <a class="el" href="a02727.html#NLAISCRIPT_1_1CLdbStackMemberiOpCodea31">NLAISCRIPT::CLdbStackMemberiOpCode</a>, <a class="el" href="a02721.html#NLAISCRIPT_1_1CLdbHeapMemberiOpCodea31">NLAISCRIPT::CLdbHeapMemberiOpCode</a>, <a class="el" href="a02726.html#NLAISCRIPT_1_1CLdbRefOpCodea31">NLAISCRIPT::CLdbRefOpCode</a>, <a class="el" href="a03355.html#NLAISCRIPT_1_1IScriptDebugSourcea13">NLAISCRIPT::IScriptDebugSource</a>, <a class="el" href="a03354.html#NLAISCRIPT_1_1CScriptDebugSourceFilea13">NLAISCRIPT::CScriptDebugSourceFile</a>, <a class="el" href="a03356.html#NLAISCRIPT_1_1CScriptDebugSourceMemorya13">NLAISCRIPT::CScriptDebugSourceMemory</a>, <a class="el" href="a02740.html#NLAISCRIPT_1_1CLibTestz1886_5">NLAISCRIPT::CLibTest</a>, <a class="el" href="a03654.html#NLAISCRIPT_1_1CVarPStackz1890_24">NLAISCRIPT::CVarPStack</a>, <a class="el" href="a03655.html#NLAISCRIPT_1_1CVarPStackParamz1892_24">NLAISCRIPT::CVarPStackParam</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; double &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; uint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; float &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; sint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; uint64 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; sint16 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; uint8 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; uint32 &gt;</a>, <a class="el" href="a02148.html#NLAIAGENT_1_1INombrea55">NLAIAGENT::INombre&lt; sint32 &gt;</a>, <a class="el" href="a02150.html#NLAIAGENT_1_1IBornNombrea56">NLAIAGENT::IBornNombre&lt; double &gt;</a>, and <a class="el" href="a02150.html#NLAIAGENT_1_1IBornNombrea56">NLAIAGENT::IBornNombre&lt; float &gt;</a>.
<p>
Definition at line <a class="el" href="a05386.html#l00346">346</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
Referenced by <a class="el" href="a05386.html#l00525">NLAIC::operator&lt;&lt;()</a>, <a class="el" href="a06660.html#l00172">NLAILOGIC::CVar::save()</a>, <a class="el" href="a06127.html#l00066">NLAISCRIPT::CLdbOpCode::save()</a>, <a class="el" href="a06123.html#l00358">NLAISCRIPT::CLibCallMethodi::save()</a>, <a class="el" href="a06123.html#l00293">NLAISCRIPT::CLibCallInheritedMethod::save()</a>, <a class="el" href="a06123.html#l00233">NLAISCRIPT::CLibCallMethod::save()</a>, <a class="el" href="a06121.html#l00096">NLAISCRIPT::CLdbNewOpCode::save()</a>, <a class="el" href="a06120.html#l00752">NLAISCRIPT::CAddParamNameDebug::save()</a>, <a class="el" href="a06120.html#l00647">NLAISCRIPT::CFindRunMsg::save()</a>, <a class="el" href="a05847.html#l00760">NLAISCRIPT::CAgentClass::save()</a>, <a class="el" href="a05845.html#l00030">NLAISCRIPT::CComponent::save()</a>, <a class="el" href="a05843.html#l00395">NLAISCRIPT::CMethodeName::save()</a>, <a class="el" href="a05770.html#l01030">NLAIAGENT::CVectorGroupType::save()</a>, <a class="el" href="a05770.html#l00618">NLAIAGENT::CGroupType::save()</a>, <a class="el" href="a05475.html#l00414">NLAIAGENT::IRefrence::save()</a>, <a class="el" href="a05412.html#l00593">NLAIAGENT::CAgentScript::save()</a>, <a class="el" href="a05407.html#l00081">NLAIAGENT::CStringType::save()</a>, and <a class="el" href="a05386.html#l00328">NLAIC::IBasicInterface::serial()</a>.
<p>
<div class="fragment"><pre>00347         {
00348         } 
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea52" doxytag="NLAISCRIPT::IOpCode::sendMessage" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> IObjectIA::CProcessResult NLAIAGENT::IObjectIA::sendMessage </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02661.html">IVarName</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="a02149.html">IObjectIA</a> *&nbsp;</td>
          <td class="mdname" nowrap></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
This method allow to send a message to an compoment given by an string <a class="el" href="a02661.html">IVarName</a>.
<p>
Reimplemented in <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1664_8">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_24">NLAIAGENT::CAgentScript</a>, and <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea49">NLAIAGENT::IMessageBase</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00334">334</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a02661.html#NLAIAGENT_1_1IVarNamea6">NLAIAGENT::IVarName::getString()</a>, <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea20">NLAIC::IBasicType::getType()</a>, and <a class="el" href="a05804.html#l00079">NLAIC::stringGetBuild()</a>.
<p>
<div class="fragment"><pre>00335         {
00336                 std::string text;
00337                 text = <a class="code" href="a05365.html#a8">NLAIC::stringGetBuild</a>(<span class="stringliteral">"method 'sendMessage(%s,const IObjectIA &amp;)' '%s' interface"</span>,name.getString(), (<span class="keyword">const</span> <span class="keywordtype">char</span> *)<a class="code" href="a02151.html#NLAICHARACTER_1_1IZonea20">getType</a>());
00338                 <span class="keywordflow">throw</span> <a class="code" href="a02487.html">NLAIE::CExceptionNotImplemented</a>(text.c_str());
00339                 <span class="keywordflow">return</span> CProcessResult();
00340         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea53" doxytag="NLAISCRIPT::IOpCode::sendMessage" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> IObjectIA::CProcessResult NLAIAGENT::IObjectIA::sendMessage </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a02149.html">IObjectIA</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The method sendMessage(const IObjectIA &amp;msg) allow us to achive a message defined in msg.
<p>
Reimplemented in <a class="el" href="a02170.html#NLAIAGENT_1_1CSeqFsmScripta76">NLAIAGENT::CActorScript</a>, <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1642_8">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a03134.html#NLAIAGENT_1_1CProxyAgentMailz1664_9">NLAIAGENT::CProxyAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_25">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02192.html#NLAIAGENT_1_1CAgentTimerHandlea33">NLAIAGENT::CAgentTimerHandle</a>, <a class="el" href="a02164.html#NLAIAGENT_1_1IMailBoxa48">NLAIAGENT::IConnectIA</a>, <a class="el" href="a03666.html#NLAIAGENT_1_1IListManagera37">NLAIAGENT::IListManager</a>, <a class="el" href="a02831.html#NLAIAGENT_1_1CMainAgentScripta50">NLAIAGENT::CMainAgentScript</a>, and <a class="el" href="a02325.html#NLAIAGENT_1_1IMessageBasea50">NLAIAGENT::IMessageBase</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00342">342</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea20">NLAIC::IBasicType::getType()</a>, and <a class="el" href="a05804.html#l00079">NLAIC::stringGetBuild()</a>.
<p>
Referenced by <a class="el" href="a05475.html#l00266">NLAIAGENT::IObjectIA::runMethodeMember()</a>, <a class="el" href="a05412.html#l01197">NLAIAGENT::CAgentScript::sendBroadCast()</a>, <a class="el" href="a06065.html#l00356">NLAIAGENT::IMessageBase::sendMessage()</a>, <a class="el" href="a05911.html#l00229">NLAIAGENT::IListManager::sendMessage()</a>, and <a class="el" href="a05412.html#l01250">NLAIAGENT::CAgentScript::sendMessage()</a>.
<p>
<div class="fragment"><pre>00343         {
00344                 std::string text;
00345                 text = <a class="code" href="a05365.html#a8">NLAIC::stringGetBuild</a>(<span class="stringliteral">"method 'sendMessage(const IObjectIA &amp;)' '%s' interface"</span>, (<span class="keyword">const</span> <span class="keywordtype">char</span> *)<a class="code" href="a02151.html#NLAICHARACTER_1_1IZonea20">getType</a>());
00346                 <span class="keywordflow">throw</span> <a class="code" href="a02487.html">NLAIE::CExceptionNotImplemented</a>(text.c_str());
00347                 <span class="keywordflow">return</span> CProcessResult();
00348         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea54" doxytag="NLAISCRIPT::IOpCode::serial" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual void NLAIC::IBasicInterface::serial </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>f</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap>  throw (<a class="el" href="a03781.html">NLMISC::EStream</a>)<code> [inline, virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Reimplemented from <a class="el" href="a02145.html#NLAIC_1_1IPointerGestionz1764_1">NLAIC::IPointerGestion</a>.
<p>
Definition at line <a class="el" href="a05386.html#l00328">328</a> of file <a class="el" href="a05386.html">abstract_interface.h</a>.
<p>
References <a class="el" href="a05386.html#l00350">NLAIC::IBasicInterface::load()</a>, and <a class="el" href="a05386.html#l00346">NLAIC::IBasicInterface::save()</a>.
<p>
<div class="fragment"><pre>00329                 {
00330                         <span class="keywordflow">if</span> ( f.<a class="code" href="a02270.html#NLMISC_1_1IStreama0">isReading</a>() )
00331                                 <a class="code" href="a02154.html#NLAIAGENT_1_1IWordNumRefa10">load</a>( f );
00332                         <span class="keywordflow">else</span>
00333                                 <a class="code" href="a02154.html#NLAIAGENT_1_1IWordNumRefa14">save</a>( f );
00334                 }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea55" doxytag="NLAISCRIPT::IOpCode::setStaticMember" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool NLAIAGENT::IObjectIA::setStaticMember </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td>
          <td class="mdname" nowrap>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="a02149.html">IObjectIA</a> *&nbsp;</td>
          <td class="mdname" nowrap></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
to cahnge a given components given by a string.
<p>
Reimplemented in <a class="el" href="a02782.html#NLAIAGENT_1_1CLocalAgentMailz1638_4">NLAIAGENT::CLocalAgentMail</a>, <a class="el" href="a02171.html#NLAIAGENT_1_1IMainAgentz1670_29">NLAIAGENT::CAgentScript</a>, <a class="el" href="a02326.html#NLAIAGENT_1_1CSuccessMsgz1708_7">NLAIAGENT::CMessageScript</a>, and <a class="el" href="a02167.html#NLAISCRIPT_1_1CSuccessMsgClassa56">NLAISCRIPT::CAgentClass</a>.
<p>
Definition at line <a class="el" href="a05475.html#l00198">198</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.
<p>
References <a class="el" href="a02151.html#NLAICHARACTER_1_1IZonea20">NLAIC::IBasicType::getType()</a>, <a class="el" href="a05981.html#l00099">sint32</a>, and <a class="el" href="a05804.html#l00079">NLAIC::stringGetBuild()</a>.
<p>
<div class="fragment"><pre>00199         {
00200                 std::string text;
00201                 text = <a class="code" href="a05365.html#a8">NLAIC::stringGetBuild</a>(<span class="stringliteral">"Function void IObjectIA::setStaticMember(sint32,IObjectIA *) note implementaited for the '%s' interface"</span>,(<span class="keyword">const</span> <span class="keywordtype">char</span> *)<a class="code" href="a02151.html#NLAICHARACTER_1_1IZonea20">getType</a>());
00202                 <span class="keywordflow">throw</span> <a class="code" href="a02487.html">NLAIE::CExceptionNotImplemented</a>(text.c_str());
00203                 <span class="keywordflow">return</span> <span class="keyword">false</span>;
00204         }
</pre></div>    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypea56" doxytag="NLAISCRIPT::IOpCode::setStaticMember" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool NLAIAGENT::IObjectIA::setStaticMember </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="a02661.html">IVarName</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>compName</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="a02149.html">IObjectIA</a> *&nbsp;</td>
          <td class="mdname" nowrap> <em>change</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [inline, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
to cahnge a given components given by an index.
<p>
Definition at line <a class="el" href="a05476.html#l00268">268</a> of file <a class="el" href="a05476.html">baseai.h</a>.
<p>
References <a class="el" href="a05475.html#l00188">NLAIAGENT::IObjectIA::getStaticMemberIndex()</a>.
<p>
Referenced by <a class="el" href="a06120.html#l00413">NLAISCRIPT::CAffHeapMemberiOpCode::runOpCode()</a>, <a class="el" href="a06120.html#l00317">NLAISCRIPT::CAffMemberiOpCode::runOpCode()</a>, and <a class="el" href="a05401.html#l00133">NLAIAGENT::CLocalAgentMail::setStaticMember()</a>.
<p>
<div class="fragment"><pre>00269                 {
00270                         <span class="keywordflow">return</span> <a class="code" href="a02149.html#NLAIAGENT_1_1VectorTypea56">setStaticMember</a>(<a class="code" href="a02149.html#NLAIAGENT_1_1VectorTypea11">getStaticMemberIndex</a>(compName),change);
00271                 }
</pre></div>    </td>
  </tr>
</table>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="NLAIAGENT_1_1VectorTypes1" doxytag="NLAISCRIPT::IOpCode::ProcessBuzzy" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> TProcessStatement <a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes1">NLAIAGENT::IObjectIA::ProcessBuzzy</a> = processBuzzy<code> [static, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Define the an buzzy state for an agent all time in this state.
<p>
Definition at line <a class="el" href="a05475.html#l00147">147</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypes2" doxytag="NLAISCRIPT::IOpCode::ProcessEnd" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> TProcessStatement <a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes2">NLAIAGENT::IObjectIA::ProcessEnd</a> = processEnd<code> [static, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Define the an end state for an agent all time in this state.
<p>
Definition at line <a class="el" href="a05475.html#l00148">148</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypes3" doxytag="NLAISCRIPT::IOpCode::ProcessError" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> TProcessStatement <a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes3">NLAIAGENT::IObjectIA::ProcessError</a> = processError<code> [static, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Define the an error state for an agent all time in this state.
<p>
Definition at line <a class="el" href="a05475.html#l00149">149</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypes4" doxytag="NLAISCRIPT::IOpCode::ProcessIdle" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> TProcessStatement <a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes4">NLAIAGENT::IObjectIA::ProcessIdle</a> = processIdle<code> [static, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Define the an idle state for an agent all time in this state.
<p>
Definition at line <a class="el" href="a05475.html#l00145">145</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypes5" doxytag="NLAISCRIPT::IOpCode::ProcessLocked" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> TProcessStatement <a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes5">NLAIAGENT::IObjectIA::ProcessLocked</a> = processLocked<code> [static, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Define the an locked state for an agent all time in this state.
<p>
Definition at line <a class="el" href="a05475.html#l00146">146</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypes6" doxytag="NLAISCRIPT::IOpCode::ProcessNotComplit" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> IObjectIA::CProcessResult <a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes6">NLAIAGENT::IObjectIA::ProcessNotComplit</a> = IObjectIA::CProcessResult(processNotComplete)<code> [static, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="a05475.html#l00144">144</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.    </td>
  </tr>
</table>
<a class="anchor" name="NLAIAGENT_1_1VectorTypes7" doxytag="NLAISCRIPT::IOpCode::ProcessRun" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> IObjectIA::CProcessResult <a class="el" href="a02149.html#NLAIAGENT_1_1VectorTypes7">NLAIAGENT::IObjectIA::ProcessRun</a> = IObjectIA::CProcessResult()<code> [static, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="a05475.html#l00143">143</a> of file <a class="el" href="a05475.html">baseai.cpp</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a06724.html">virtual_op_code.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 12:37:17 2004 for NeL by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
</a>1.3.6 </small></address>
</body>
</html>