SHOGUN
4.2.0
|
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 "'" |
Variables | |
CSGInterface * | interface =NULL |
CSyntaxHighLight | hilight |
CSGInterfaceMethod | sg_methods [] |
#define USAGE | ( | method | ) | "sg('", "')" |
Definition at line 63 of file SGInterface.cpp.
#define USAGE_COMMA ", " |
Definition at line 67 of file SGInterface.cpp.
#define USAGE_I | ( | method, | |
in | |||
) | "sg('", "', " in ")" |
Definition at line 64 of file SGInterface.cpp.
#define USAGE_IO | ( | method, | |
in, | |||
out | |||
) | "[" out "]=sg('", "', " in ")" |
Definition at line 66 of file SGInterface.cpp.
#define USAGE_O | ( | method, | |
out | |||
) | "[" out "]=sg('", "')" |
Definition at line 65 of file SGInterface.cpp.
#define USAGE_STR "'" |
Definition at line 68 of file SGInterface.cpp.
CSyntaxHighLight hilight |
Definition at line 46 of file SGInterface.cpp.
CSGInterface* interface =NULL |
Definition at line 45 of file SGInterface.cpp.
CSGInterfaceMethod sg_methods[] |
Definition at line 71 of file SGInterface.cpp.