代码搜索:Inheritance

找到约 1,689 项符合「Inheritance」的源代码

代码结果 1,689
www.eeworm.com/read/470693/1457561

c rtti2.c

// test of rtti of single inheritance and multiple inheritance classes // Special g++ Options: -frtti #include extern "C" { int printf(const char *, ...); void exit(int); } class X {
www.eeworm.com/read/240162/4580484

c rttid2.c

// { dg-do run } // { dg-options "-frtti" } // test of rtti of single inheritance and multiple inheritance classes // dynamic casting #include extern "C" { int printf(const char *, ...
www.eeworm.com/read/233448/4673301

c rttid2.c

// { dg-do run } // { dg-options "-frtti" } // test of rtti of single inheritance and multiple inheritance classes // dynamic casting #include extern "C" { int printf(const char *, ...
www.eeworm.com/read/190666/5173405

c rtti2.c

// test of rtti of single inheritance and multiple inheritance classes // Special g++ Options: -frtti #include extern "C" { int printf(const char *, ...); void exit(int); } class X {
www.eeworm.com/read/340665/3274062

c rtti2.c

// test of rtti of single inheritance and multiple inheritance classes // Special g++ Options: -frtti #include extern "C" { int printf(const char *, ...); void exit(int); } class X {
www.eeworm.com/read/288961/3997374

java testservice.java

package org.codehaus.xfire.aegis.inheritance.xfire704; import org.codehaus.xfire.aegis.inheritance.xfire704.response.TestSubResponse; public class TestService { public TestService() { }
www.eeworm.com/read/440906/1775694

c rtti2.c

// test of rtti of single inheritance and multiple inheritance classes // Special g++ Options: -frtti #include extern "C" { int printf(const char *, ...); void exit(int); } class X {
www.eeworm.com/read/366702/2869359

c rttid2.c

// { dg-do run } // { dg-options "-frtti" } // test of rtti of single inheritance and multiple inheritance classes // dynamic casting #include extern "C" { int printf(const char *, ...
www.eeworm.com/read/132541/14084882

java hasxy2.java

package examples.inheritance; /** An example Java subclass used to demonstrate * inheritance concepts */ public class HasXY2 extends HasX2 { private int y; /** Method to set the
www.eeworm.com/read/240162/4580804

c rtti2.c

// { dg-do run } // { dg-options "-frtti" } // test of rtti of single inheritance and multiple inheritance classes #include extern "C" { int printf(const char *, ...); void exit(int)