代码搜索:Inheritance

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

代码结果 1,689
www.eeworm.com/read/470693/1458503

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/470693/1458959

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/470693/1459828

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/251035/4424387

tex classsavewidget.tex

\section{Save\-Widget Class Reference} \label{classSaveWidget}\index{SaveWidget@{Save\-Widget}} {\tt \#include $$} Inheritance diagram for Save\-Widget::\begin{figure}[H] \begin{center} \
www.eeworm.com/read/251035/4424392

tex classpolld.tex

\section{Polld Class Reference} \label{classPolld}\index{Polld@{Polld}} {\tt \#include $$} Inheritance diagram for Polld::\begin{figure}[H] \begin{center} \leavevmode \includegraphics[hei
www.eeworm.com/read/251035/4424453

tex classdelaywidget.tex

\section{Delay\-Widget Class Reference} \label{classDelayWidget}\index{DelayWidget@{Delay\-Widget}} {\tt \#include $$} Inheritance diagram for Delay\-Widget::\begin{figure}[H] \begin{cent
www.eeworm.com/read/240162/4581745

c template2.c

// { dg-do assemble } //Inheritance from templates which are namespace members namespace foo { template struct x { x(){} }; } class y : public foo::x {}; y r;
www.eeworm.com/read/240162/4582200

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/233448/4674562

c template2.c

// { dg-do assemble } //Inheritance from templates which are namespace members namespace foo { template struct x { x(){} }; } class y : public foo::x {}; y r;
www.eeworm.com/read/233448/4675016

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