代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/470720/1445441
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/470720/1447737
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/470720/1447979
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/470693/1457387
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/470693/1459683
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/470693/1459925
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/251035/4424452
tex classplot.tex
\section{Plot Class Reference}
\label{classPlot}\index{Plot@{Plot}}
{\tt \#include $$}
Inheritance diagram for Plot::\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[height=2c
www.eeworm.com/read/240162/4580630
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/240162/4582920
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/233448/4673447
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: