Go to the source code of this file.
Defines | |
| #define | DEFAULT_PRIORITY 100 |
| #define | INT_TYPE 0 |
| #define | DOUBLE_TYPE 1 |
| #define | CHAR_TYPE 2 |
| #define | POINTER_TYPE 3 |
Functions | |
| bool | IsValidName (const char *name) |
Variables | |
| int | idCounter = 0 |
| #define CHAR_TYPE 2 |
Definition at line 9 of file Paradigms/SF/SFInterpreter/BONComponent.cpp.
| #define DEFAULT_PRIORITY 100 |
Definition at line 5 of file Paradigms/SF/SFInterpreter/BONComponent.cpp.
| #define DOUBLE_TYPE 1 |
Definition at line 8 of file Paradigms/SF/SFInterpreter/BONComponent.cpp.
| #define INT_TYPE 0 |
Definition at line 7 of file Paradigms/SF/SFInterpreter/BONComponent.cpp.
| #define POINTER_TYPE 3 |
Definition at line 10 of file Paradigms/SF/SFInterpreter/BONComponent.cpp.
| bool IsValidName | ( | const char * | name | ) |
Definition at line 16 of file Paradigms/SF/SFInterpreter/BONComponent.cpp.
| int idCounter = 0 |
Definition at line 12 of file Paradigms/SF/SFInterpreter/BONComponent.cpp.
1.6.3