📄 typedef.idl
字号:
// there is a bug in gcc that causes foo::S::~S() to be undefined if// we typedef string S here ...typedef string S1;typedef struct SS_ { octet a, b; } SSx;interface foo { typedef long L; struct S { long a; char b; }; void bar1( in string s ); void bar2( in L l ); void bar3( in S s );};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -