代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/288961/3997369
java exceptioninheritancetest.java
package org.codehaus.xfire.aegis.inheritance;
import java.util.ArrayList;
import java.util.HashMap;
import org.codehaus.xfire.aegis.AbstractXFireAegisTest;
import org.codehaus.xfire.aegis.Aegi
www.eeworm.com/read/420998/2058239
cc main.cc
#include "inheritance.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else // HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#endif // HAVE_ANSI_CPLUSPLUS_HEADERS
using namespace std;
www.eeworm.com/read/416830/2107478
cc main.cc
#include "inheritance.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else // HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#endif // HAVE_ANSI_CPLUSPLUS_HEADERS
using namespace std;
www.eeworm.com/read/405478/2291148
java aimpl.java
//$Id: $
package org.hibernate.test.annotations.xml.hbm;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Inheritance;
import ja
www.eeworm.com/read/366702/2868184
c vthunk1.c
// PR c++/12007 Multiple inheritance float pass by value fails
// { dg-do run }
extern "C" void abort (void);
class gvImpl
{
public:
virtual void PutVal(float value){}
};
class foo { public: virt
www.eeworm.com/read/366702/2872027
c conversion6.c
// { dg-do run }
// PRMS Id: g++/6034
extern "C" int printf (const char *, ...);
class Base
{
char x;
};
template
// remove the public Base inheritance and the problem goes away...
clas
www.eeworm.com/read/158865/5594340
c search.c
/* Breadth-first and depth-first routines for
searching multiple-inheritance lattice for GNU C++.
Copyright (C) 1987, 89, 92-97, 1998, 1999 Free Software Foundation, Inc.
Contributed by Micha
www.eeworm.com/read/108874/15572898
htm ei39.htm
Effective C++, 2E | Item 39: Avoid casts down the inheritance hierarchy Back to Item 38: Never redefine an inherited default parameter value.
Continue to Item 40: Model "has-a" or "is-implemented-in-
www.eeworm.com/read/108874/15572938
htm ei40.htm
Effective C++, 2E | Item 40: Model "has-a" or "is-implemented-in-terms-of" through layering Back to Item 39: Avoid casts down the inheritance hierarchy.
Continue to Item 41: Differentiate between inh
www.eeworm.com/read/101783/15817121
htm ei39.htm
Effective C++, 2E | Item 39: Avoid casts down the inheritance hierarchy Back to Item 38: Never redefine an inherited default parameter value.
Continue to Item 40: Model "has-a" or "is-implemented-in-