代码搜索:Inheritance

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

代码结果 1,689
www.eeworm.com/read/340665/3275460

c visibility8.c

// Build don't link: // GROUPS passed visibility // Make sure private inheritance affects the visibility of // static members used in an inherited context. class foo { public: static int y; // ERRO
www.eeworm.com/read/340665/3276329

c opeq5.c

// Testcase for tricky synthesized op= in complex inheritance situation. // This used to test whether the virtual base was copy-assigned only once. // That feature is not required by ISO C++, so the t
www.eeworm.com/read/288961/3997395

java beana.java

package org.codehaus.xfire.aegis.inheritance.ws1; /** * * * @author xfournet */ public class BeanA implements java.io.Serializable { private String m_propA; public
www.eeworm.com/read/288961/3997398

java beand.java

package org.codehaus.xfire.aegis.inheritance.ws1; import java.io.Serializable; /** * @author jdavias */ public class BeanD implements Serializable { private String m_propD;
www.eeworm.com/read/280962/4121270

py manytomany.py

import testenv; testenv.configure_for_tests() from sqlalchemy import * from sqlalchemy.orm import * from testlib import * class InheritTest(ORMTest): """deals with inheritance and many-to-many r
www.eeworm.com/read/440906/1775539

c dyncast3.c

// Author: Alfred Miniarik // test of dynamic_cast // runtime detecting of nonpublic // inheritance within a cast // and therefor failing with result 0. extern "C" void a
www.eeworm.com/read/440906/1775696

c dyncast1.c

// Author: Alfred Miniarik // test of dynamic_cast // runtime detecting of nonpublic // inheritance within a cast // and therefor failing with result 0. extern "C" void a
www.eeworm.com/read/440906/1776636

c template2.c

//Build don't link: //Inheritance from templates which are namespace members namespace foo { template struct x { x(){} }; } class y : public foo::x {}; y r;
www.eeworm.com/read/440906/1777092

c visibility8.c

// Build don't link: // GROUPS passed visibility // Make sure private inheritance affects the visibility of // static members used in an inherited context. class foo { public: static int y; // ERRO
www.eeworm.com/read/440906/1777961

c opeq5.c

// Testcase for tricky synthesized op= in complex inheritance situation. // This used to test whether the virtual base was copy-assigned only once. // That feature is not required by ISO C++, so the t