代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/440906/1778150
c nested2.c
// PRMS Id: 3764 (c/h)
// Bug: g++ gets into an infinite loop trying to find the top-level context
// Build don't link:
class Menu;
class MenuItem;
class MenuAction {
public:
virtual void execute
www.eeworm.com/read/440906/1780155
m nested-1.m
/* Contributed by Nicola Pero Wed Feb 21 12:08:16 GMT 2001 */
int main (void)
{
void nested (void)
{
return;
}
return 0;
}
www.eeworm.com/read/440906/1780173
m nested-2.m
/* Contributed by Nicola Pero Mon Mar 5 19:57:11 CET 2001 */
int main (void)
{
inline int nested (void)
{
return 1;
}
if (nested () != 1)
{
exit (1);
}
return 0;
www.eeworm.com/read/440906/1780236
m nested-3.m
/* Contributed by Nicola Pero - Fri Mar 9 19:39:15 CET 2001 */
#include
/* Test defining a nested function inside a method */
@interface Test
{
Class isa;
}
+ (int) test;
@end
@imp
www.eeworm.com/read/440906/1783371
java nested_with_ctor.java
// Class nested_with_ctor
// Generated on Mon Jan 31 18:31:47 PST 2000
// The nested class contains explicit constructors. Their argument
// lists should be augmented with the alias initializer values
www.eeworm.com/read/440906/1783439
out nested_with_ctor.out
Testing class `nested_with_ctor'...
Yikes!321
(int)123