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