Go to the source code of this file.
Macros |
| #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 "'" |
Macro Definition Documentation
| #define USAGE |
( |
|
method | ) |
"sg('", "')" |
| #define USAGE_I |
( |
|
method, |
|
|
|
in |
|
) |
| "sg('", "', " in ")" |
| #define USAGE_IO |
( |
|
method, |
|
|
|
in, |
|
|
|
out |
|
) |
| "[" out "]=sg('", "', " in ")" |
| #define USAGE_O |
( |
|
method, |
|
|
|
out |
|
) |
| "[" out "]=sg('", "')" |
Variable Documentation
| CSGInterface* interface = NULL |
| CSGInterfaceMethod sg_methods[] |