blob: 752360066dd03c3d697c260768212a436a6c98e6 (
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
|
<!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: param_container.cpp Source File</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 Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a> | <span class="search"><u>S</u>earch for <input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
<h1>param_container.cpp</h1><a href="a04717.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
00007 <span class="comment">/* Copyright, 2000 Nevrax Ltd.</span>
00008 <span class="comment"> *</span>
00009 <span class="comment"> * This file is part of NEVRAX NEL.</span>
00010 <span class="comment"> * NEVRAX NEL is free software; you can redistribute it and/or modify</span>
00011 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
00012 <span class="comment"> * the Free Software Foundation; either version 2, or (at your option)</span>
00013 <span class="comment"> * any later version.</span>
00014 <span class="comment"></span>
00015 <span class="comment"> * NEVRAX NEL is distributed in the hope that it will be useful, but</span>
00016 <span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00017 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
00018 <span class="comment"> * General Public License for more details.</span>
00019 <span class="comment"></span>
00020 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
00021 <span class="comment"> * along with NEVRAX NEL; see the file COPYING. If not, write to the</span>
00022 <span class="comment"> * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,</span>
00023 <span class="comment"> * MA 02111-1307, USA.</span>
00024 <span class="comment"> */</span>
00025
00026
00027 <span class="preprocessor">#include "<a class="code" href="a04718.html">nel/ai/script/param_container.h</a>"</span>
00028
00029 <span class="keyword">namespace </span>NLAISCRIPT
00030 {
<a name="l00031"></a><a class="code" href="a03104.html#NLAISCRIPT_1_1CPramContainera5">00031</a> CPramContainer::CPramContainer()
00032 {
00033 }
00034
<a name="l00035"></a><a class="code" href="a03104.html#NLAISCRIPT_1_1CPramContainera4">00035</a> CPramContainer::CPramContainer(<span class="keyword">const</span> <a class="code" href="a03104.html">CPramContainer</a> &g):CGroupType(g)
00036 {
00037 }
00038
<a name="l00039"></a><a class="code" href="a03104.html#NLAISCRIPT_1_1CPramContainera71">00039</a> CPramContainer::~CPramContainer()
00040 {
00041 }
00042
<a name="l00043"></a><a class="code" href="a03104.html#NLAISCRIPT_1_1CPramContainera38">00043</a> <span class="keyword">const</span> <a class="code" href="a02151.html">NLAIC::IBasicType</a> *CPramContainer::newInstance()<span class="keyword"> const</span>
00044 <span class="keyword"> </span>{
00045 <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="a03104.html#NLAISCRIPT_1_1CPramContainera5">CPramContainer</a>();
00046 }
00047
<a name="l00048"></a><a class="code" href="a03104.html#NLAISCRIPT_1_1CPramContainera3">00048</a> <span class="keyword">const</span> <a class="code" href="a02151.html">NLAIC::IBasicType</a> *CPramContainer::clone()<span class="keyword"> const</span>
00049 <span class="keyword"> </span>{
00050 <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="a03104.html#NLAISCRIPT_1_1CPramContainera5">CPramContainer</a>(*<span class="keyword">this</span>);
00051 }
00052
<a name="l00053"></a><a class="code" href="a03104.html#NLAISCRIPT_1_1CPramContainera44">00053</a> <a class="code" href="a02147.html">NLAIAGENT::IObjetOp</a> &CPramContainer::operator += (<span class="keyword">const</span> <a class="code" href="a02147.html">NLAIAGENT::IObjetOp</a> &a)
00054 {
00055 <a class="code" href="a02147.html">NLAIAGENT::IObjetOp</a> *obj= (<a class="code" href="a02147.html">NLAIAGENT::IObjetOp</a> *)&a;
00056 obj-><a class="code" href="a02145.html#NLAIAGENT_1_1VectorTypea16">incRef</a>();
00057 <a class="code" href="a02602.html#NLAISCRIPT_1_1CPramContainera58">push</a>(obj);
00058 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
00059 }
00060 }
00061
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 06:30:39 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>
|