代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/232130/4705341
h object3.h
/*
* OBJECT3.H
*
* Definition of the CObject1 class that uses mutliple
* inheritance to provide ISampleOne and ISampleTwo.
*
* Copyright (c)1993-1995 Microsoft Corporation, All Rights Rese
www.eeworm.com/read/190666/5172541
readme
Subdirectories:
abi Tests for ABI compatibility -- mangling, object layout, etc.
eh Tests for exception handling.
ext Tests for GNU language extensions.
inherit Tests for inheritance -- virtual f
www.eeworm.com/read/190666/5173250
c dyncast3.c
// Author: Alfred Miniarik
// test of dynamic_cast
// runtime detecting of nonpublic
// inheritance within a cast
// and therefor failing with result 0.
extern "C" void a
www.eeworm.com/read/190666/5173407
c dyncast1.c
// Author: Alfred Miniarik
// test of dynamic_cast
// runtime detecting of nonpublic
// inheritance within a cast
// and therefor failing with result 0.
extern "C" void a
www.eeworm.com/read/190666/5174348
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/190666/5174804
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/190666/5175675
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/340665/3273907
c dyncast3.c
// Author: Alfred Miniarik
// test of dynamic_cast
// runtime detecting of nonpublic
// inheritance within a cast
// and therefor failing with result 0.
extern "C" void a
www.eeworm.com/read/340665/3274064
c dyncast1.c
// Author: Alfred Miniarik
// test of dynamic_cast
// runtime detecting of nonpublic
// inheritance within a cast
// and therefor failing with result 0.
extern "C" void a
www.eeworm.com/read/340665/3275004
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;