NEST  2.6.0,not_revisioned_source_dir@0
sliactions.h
Go to the documentation of this file.
1 /*
2  * sliactions.h
3  *
4  * This file is part of NEST.
5  *
6  * Copyright (C) 2004 The NEST Initiative
7  *
8  * NEST is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation, either version 2 of the License, or
11  * (at your option) any later version.
12  *
13  * NEST is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with NEST. If not, see <http://www.gnu.org/licenses/>.
20  *
21  */
22 
23 #ifndef __DEFAULTACTIONS
24 #define __DEFAULTACTIONS
25 /*
26  Actions associated with SLI types.
27 */
28 
29 #include "slifunction.h"
30 
32 {
33 public:
35  void execute(SLIInterpreter *) const;
36 };
37 
39 {
40 public:
42  void execute(SLIInterpreter *) const;
43 };
44 
46 {
47 public:
49  void execute(SLIInterpreter *) const;
50 };
51 
53 {
54 public:
56  void execute(SLIInterpreter *) const;
57 };
58 
60 {
61 public:
63  void execute(SLIInterpreter *) const;
64 };
65 
67 {
68 public:
70  void execute(SLIInterpreter *) const;
71 };
72 
74 {
75 public:
77  void execute(SLIInterpreter *) const;
78 };
79 
81 {
82 public:
84  void execute(SLIInterpreter *) const;
85 };
86 
88 {
89 public:
91  void execute(SLIInterpreter *) const;
92 };
93 
94 #endif
TrietypeFunction()
Definition: sliactions.h:90
void execute(SLIInterpreter *) const
Definition: sliactions.cc:66
void execute(SLIInterpreter *) const
Definition: sliactions.cc:47
FunctiontypeFunction()
Definition: sliactions.h:62
Definition: sliactions.h:87
LitproceduretypeFunction()
Definition: sliactions.h:55
Definition: sliactions.h:38
Definition: sliactions.h:66
Definition: slifunction.h:35
void execute(SLIInterpreter *) const
Definition: sliactions.cc:52
void execute(SLIInterpreter *) const
Definition: sliactions.cc:41
void execute(SLIInterpreter *) const
Definition: sliactions.cc:138
Definition: sliactions.h:73
DatatypeFunction()
Definition: sliactions.h:34
Definition: sliactions.h:59
void execute(SLIInterpreter *) const
Definition: sliactions.cc:110
NametypeFunction()
Definition: sliactions.h:41
XIstreamtypeFunction()
Definition: sliactions.h:76
Definition: interpret.h:69
XIfstreamtypeFunction()
Definition: sliactions.h:83
void execute(SLIInterpreter *) const
Definition: sliactions.cc:130
CallbacktypeFunction()
Definition: sliactions.h:69
void execute(SLIInterpreter *) const
Definition: sliactions.cc:102
Definition: sliactions.h:80
void execute(SLIInterpreter *) const
Definition: sliactions.cc:79
Definition: sliactions.h:45
Definition: sliactions.h:31
Definition: sliactions.h:52
ProceduretypeFunction()
Definition: sliactions.h:48