宏定义 | |
| #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 "'" |
变量 | |
| CSGInterface * | interface =NULL |
| CSyntaxHighLight | hilight |
| CSGInterfaceMethod | sg_methods [] |
| #define USAGE | ( | method | ) | "sg('", "')" |
在文件 SGInterface.cpp 第 63 行定义.
| #define USAGE_COMMA ", " |
在文件 SGInterface.cpp 第 67 行定义.
| #define USAGE_I | ( | method, | |
| in | |||
| ) | "sg('", "', " in ")" |
在文件 SGInterface.cpp 第 64 行定义.
| #define USAGE_IO | ( | method, | |
| in, | |||
| out | |||
| ) | "[" out "]=sg('", "', " in ")" |
在文件 SGInterface.cpp 第 66 行定义.
| #define USAGE_O | ( | method, | |
| out | |||
| ) | "[" out "]=sg('", "')" |
在文件 SGInterface.cpp 第 65 行定义.
| #define USAGE_STR "'" |
在文件 SGInterface.cpp 第 68 行定义.
| CSyntaxHighLight hilight |
在文件 SGInterface.cpp 第 46 行定义.
| CSGInterface* interface =NULL |
在文件 SGInterface.cpp 第 45 行定义.
| CSGInterfaceMethod sg_methods[] |
在文件 SGInterface.cpp 第 71 行定义.