Go to the source code of this file.
Defines | |
| #define | USAGE(method) "sg('", "')" |
| #define | USAGE_I(method, in) "sg('", "', " in ")" |
| #define | USAGE_O(method, out) "[" out "]=sg('", "')" |
| #define | USAGE_IO(method, in, out) "[" out "]=sg('", "', " in ")" |
| #define | USAGE_COMMA ", " |
| #define | USAGE_STR "'" |
Variables | |
| CSGInterface * | interface = NULL |
| CSyntaxHighLight | hilight |
| CSGInterfaceMethod | sg_methods [] |
| #define USAGE | ( | method | ) | "sg('", "')" |
Definition at line 59 of file SGInterface.cpp.
| #define USAGE_COMMA ", " |
Definition at line 63 of file SGInterface.cpp.
| #define USAGE_I | ( | method, | ||
| in | ||||
| ) | "sg('", "', " in ")" |
Definition at line 60 of file SGInterface.cpp.
| #define USAGE_IO | ( | method, | ||
| in, | ||||
| out | ||||
| ) | "[" out "]=sg('", "', " in ")" |
Definition at line 62 of file SGInterface.cpp.
| #define USAGE_O | ( | method, | ||
| out | ||||
| ) | "[" out "]=sg('", "')" |
Definition at line 61 of file SGInterface.cpp.
| #define USAGE_STR "'" |
Definition at line 64 of file SGInterface.cpp.
Definition at line 42 of file SGInterface.cpp.
| CSGInterface* interface = NULL |
Definition at line 41 of file SGInterface.cpp.
| CSGInterfaceMethod sg_methods[] |
Definition at line 67 of file SGInterface.cpp.