代码搜索:Inheritance

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

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

c virtual.c

// { dg-do assemble } // From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143) // Newsgroups: gnu.g++.bug // Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions
www.eeworm.com/read/233448/4675991

c virtual.c

// { dg-do assemble } // From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143) // Newsgroups: gnu.g++.bug // Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions
www.eeworm.com/read/196974/5099151

dot graph_legend.dot

digraph inheritance { Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="Helvetica",color="black",style="filled" fontcolor="white"]; Node10 -> Node9 [dir=back,color="m
www.eeworm.com/read/190666/5174630

c vtable3.c

// GROUPS passed vtable // vtable file // From: Pete Bevin // Date: Mon, 28 Nov 1994 19:57:53 +0000 (GMT) // Subject: g++-2.6.2: Virtual inheritance causes incorrect padding
www.eeworm.com/read/190666/5175310

c p6610a.c

// prms-id: 6610 // There is a bug in vtable thunks with multiple/virtual inheritance. int fail = 1; struct B; struct A { virtual int f(const B*) = 0; int g(const B*); }; int A::g(const B* t) { retur
www.eeworm.com/read/179906/5301127

java horrorshow.java

//: c08:HorrorShow.java // Extending an interface with inheritance. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. interfa
www.eeworm.com/read/340665/3275286

c vtable3.c

// GROUPS passed vtable // vtable file // From: Pete Bevin // Date: Mon, 28 Nov 1994 19:57:53 +0000 (GMT) // Subject: g++-2.6.2: Virtual inheritance causes incorrect padding
www.eeworm.com/read/340665/3275965

c p6610a.c

// prms-id: 6610 // There is a bug in vtable thunks with multiple/virtual inheritance. int fail = 1; struct B; struct A { virtual int f(const B*) = 0; int g(const B*); }; int A::g(const B* t) { retur
www.eeworm.com/read/305277/3779031

check t0152.check

t0152.scala:10: error: illegal inheritance; object boom inherits different type instances of class Value: Value[Int] and Value[java.lang.String] object boom extends Value[java.lang.String]("foo") wi
www.eeworm.com/read/288961/3997387

java xfirehelper.java

package org.codehaus.xfire.aegis.inheritance.xfire; import java.net.MalformedURLException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map;