代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/233448/4675739
c destruct3.c
// { dg-do assemble }
// { dg-options "-w" }
// PRMS Id: 4342 (second testcase)
// Bug: g++ still can't deal with ambiguous inheritance in destructor calls.
struct ccUnwind
{
ccUnwind ();
v
www.eeworm.com/read/197479/5094651
cpp factory.cpp
/* factory.cpp
Remote object factory
The remote object factory uses a lease-based system. Remote objects
are purged from the pool when the lease expires. Supports inheritance.
Compile:
soapcpp
www.eeworm.com/read/190666/5173231
c friend1.c
// Build don't link:
// f() should be able to access B::j, as of FDIS [class.protected]/1
// Subject: Re: [bug] Inheritance and friend access control broken
// References:
www.eeworm.com/read/190666/5175530
c destruct3.c
// Special g++ Options: -w
// PRMS Id: 4342 (second testcase)
// Bug: g++ still can't deal with ambiguous inheritance in destructor calls.
// Build don't link:
struct ccUnwind
{
ccUnwind ();
www.eeworm.com/read/190666/5175772
c conversion6.c
// 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...
class Container : publ
www.eeworm.com/read/183001/5260417
sql inherit.sql
--
-- Test inheritance features
--
CREATE TABLE a (aa TEXT);
CREATE TABLE b (bb TEXT) INHERITS (a);
CREATE TABLE c (cc TEXT) INHERITS (a);
CREATE TABLE d (dd TEXT) INHERITS (b,c,a);
INSERT INTO a(aa)
www.eeworm.com/read/162614/5519892
c friend1.c
// { dg-do assemble }
// f() should be able to access B::j, as of FDIS [class.protected]/1
// Subject: Re: [bug] Inheritance and friend access control broken
// References:
www.eeworm.com/read/162614/5522184
c destruct3.c
// { dg-do assemble }
// { dg-options "-w" }
// PRMS Id: 4342 (second testcase)
// Bug: g++ still can't deal with ambiguous inheritance in destructor calls.
struct ccUnwind
{
ccUnwind ();
v
www.eeworm.com/read/340665/3273888
c friend1.c
// Build don't link:
// f() should be able to access B::j, as of FDIS [class.protected]/1
// Subject: Re: [bug] Inheritance and friend access control broken
// References:
www.eeworm.com/read/340665/3276184
c destruct3.c
// Special g++ Options: -w
// PRMS Id: 4342 (second testcase)
// Bug: g++ still can't deal with ambiguous inheritance in destructor calls.
// Build don't link:
struct ccUnwind
{
ccUnwind ();