代码搜索:Inheritance

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

代码结果 1,689
www.eeworm.com/read/240162/4580649

c dyncast3.c

// { dg-do run } // Author: Alfred Miniarik // test of dynamic_cast // runtime detecting of nonpublic // inheritance within a cast // and therefor failing with result 0.
www.eeworm.com/read/240162/4580806

c dyncast1.c

// { dg-do run } // Author: Alfred Miniarik // test of dynamic_cast // runtime detecting of nonpublic // inheritance within a cast // and therefor failing with result 0.
www.eeworm.com/read/240162/4582789

c 900519_13.c

// { dg-do assemble } // g++ 1.37.1 bug 900519_13 // If multiple inheritance creates a situation in which a given name is // inherited from more than one base class, and if the inherited declaration
www.eeworm.com/read/233448/4673467

c dyncast3.c

// { dg-do run } // Author: Alfred Miniarik // test of dynamic_cast // runtime detecting of nonpublic // inheritance within a cast // and therefor failing with result 0.
www.eeworm.com/read/233448/4673626

c dyncast1.c

// { dg-do run } // Author: Alfred Miniarik // test of dynamic_cast // runtime detecting of nonpublic // inheritance within a cast // and therefor failing with result 0.
www.eeworm.com/read/233448/4675607

c 900519_13.c

// { dg-do assemble } // g++ 1.37.1 bug 900519_13 // If multiple inheritance creates a situation in which a given name is // inherited from more than one base class, and if the inherited declaration
www.eeworm.com/read/162614/5519911

c dyncast3.c

// { dg-do run } // Author: Alfred Miniarik // test of dynamic_cast // runtime detecting of nonpublic // inheritance within a cast // and therefor failing with result 0.
www.eeworm.com/read/162614/5520071

c dyncast1.c

// { dg-do run } // Author: Alfred Miniarik // test of dynamic_cast // runtime detecting of nonpublic // inheritance within a cast // and therefor failing with result 0.
www.eeworm.com/read/288961/3997390

java beanc.java

package org.codehaus.xfire.aegis.inheritance.ws1; /** * * * @author xfournet */ public class BeanC extends BeanB { private String m_propC; private BeanD[] m_tabC;
www.eeworm.com/read/288961/3997392

java ws1exception.java

package org.codehaus.xfire.aegis.inheritance.ws1; /** * * * @author xfournet */ public class WS1Exception extends Exception { private int m_errorCode; private Object