代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/120923/14783283
cpp overhead.cpp
//: C10:Overhead.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Virtual base class overhead
www.eeworm.com/read/165904/5476687
java eins.java
package tutorial.dev.inheritance;
/**
*
* @hibernate.class
*/
public class Eins {
private Long id;
/**
* @hibernate.id
* column="ID"
* generator-class="hilo"
* unsaved-value="null"
www.eeworm.com/read/162614/5521462
c visibility8.c
// { dg-do assemble }
// GROUPS passed visibility
// Make sure private inheritance affects the visibility of
// static members used in an inherited context.
class foo
{
public:
static int y; // { d
www.eeworm.com/read/162614/5522052
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/5529183
c pr20927.c
/* This caused an ICE on s390x due to a reload inheritance bug. */
/* { dg-do compile { target s390*-*-* } } */
/* { dg-options "-O2" } */
struct point { double x, y; };
extern void use (struct poi
www.eeworm.com/read/110993/15520539
cpp overhead.cpp
//: C22:Overhead.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Virtual base class overhea
www.eeworm.com/read/110993/15520699
cpp privinh.cpp
//: C14:Privinh.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Private inheritance
cl
www.eeworm.com/read/165904/5476693
java cashpayment.java
package tutorial.inheritance.tablepersubclass;
/**
* @hibernate.joined-subclass
* @hibernate.joined-subclass-key
* column="id"
*/
public class CashPayment extends Payment {
private String someth
www.eeworm.com/read/213444/15134747
htm [22] inheritance abstract base classes (abcs), c++ faq lite.htm
www.eeworm.com/read/168845/5434073
rst empty_base.rst
.. Data Types/Miscellaneous//empty_base |20
empty_base
==========
Synopsis
--------
.. parsed-literal::
struct empty_base {};
Description
-----------
An empty base class