点此搜书

深度探索 C++ 对象模型
  • 作 者:(美)李普曼著
  • 出 版 社:北京:中国电力出版社
  • 出版年份:2003
  • ISBN:7508314050
  • 标注页数:280 页
  • PDF页数:300 页
  • 请阅读订购服务说明与试读!

文档类型

价格(积分)

购买连接

试读

PDF格式

10

立即购买

点击试读

订购服务说明

1、本站所有的书默认都是PDF格式,该格式图书只能阅读和打印,不能再次编辑。

2、除分上下册或者多册的情况下,一般PDF页数一定要大于标注页数才建议下单购买。【本资源300 ≥280页】

图书下载及付费说明

1、所有的电子图书为PDF格式,支持电脑、手机、平板等各类电子设备阅读;可以任意拷贝文件到不同的阅读设备里进行阅读。

2、电子图书在提交订单后一般半小时内处理完成,最晚48小时内处理完成。(非工作日购买会延迟)

3、所有的电子图书都是原书直接扫描方式制作而成。

1 Object Lessons 1

Layout Costs for Adding Encapsulation 5

1.1 The C++Object Model 6

A simple object model 6

A table-driven object model 7

1.2 A Keyword Distinction 12

Keywords schmeewords 13

The politically correct struct 16

1.3 An Object Distinction 18

The type of a pointer 24

Adding polymorphism 25

2 The Semantics of Constructors 31

2.1 Default Constructor Construction 32

Member class object with default constructor 34

Base class with default constructor 37

Class with a virtual function 37

Class with a virtual base class 38

Summary 39

2.2 Copy Constructor Construction 40

Default memberwise initialization 41

Bitwise copy semantics 43

Bitwise copy semantics-Not! 45

Resetting the Virtual Table Pointer 45

Handling the Virtual Base Class Subobject 47

Explicit initialization 50

2.3 Program Transformation Semantics 50

Argument initialization 51

Return value initialization 53

Optimization at the user level 54

Optimization at the compiler level 55

The copy constructor:to have or to have not? 59

Summary 61

2.4 Member Initialization List 62

3 The Semantics of Data 69

3.1 The Binding of a Data Member 72

3.3 Access of a Data Member 72

3.2 Data Member Layout 75

Static data members 78

Nonstatic data members 80

3.4 Inheritance and the Data Member 82

Inheritance without polymorphism 83

Adding polymorphism 87

Multiple inheritance 91

Virtual inheritance 95

3.5 Object Member Efficiency 101

3.6 Pointer to Data Members 106

Efficiency of pointers to members 109

4 The Semantics of Function 113

4.1 Varieties of Member Invocation 114

Nonstatic member functions 114

Virtual member functions 120

Static member functions 121

4.2 Virtual Member Functions 124

Virtual functions under MI 131

Virtual functions under virtual inheritance 138

4.3 Function Efficiency 139

4.4 Pointer-to-Member Functions 144

Supporting pointer-to-virtual member functions 145

Pointer-to-member functions under M1 147

Pointer-to-member efficiency 149

4.5 Inline Functions 151

Formal arguments 154

Local variables 155

5 Semantics of Construction,Destruction,and Copy 159

Presence of pure virtual destructor 160

Presence of a virtual specification 161

Presence of const within a virtual specification 162

A reconsidered class declaration 162

5.1 Object Construction without Inheritance 163

Abstract data type 165

Concrete base class 168

5.2 Object Construction under Inheritance 172

Virtual inheritance 176

The semantics of the vptr initialization 179

5.3 Object Copy Semantics 184

5.4 Object Efficiency 190

5.5 Semantics of Destruction 196

6 Runtime Semantics 201

6.1 Object Construction and Destruction 203

Global objects 205

Local static objects 209

Arrays of objects 211

Default constructors and arrays 214

6.2 Operators new and delete 215

The semantics of new arrays 218

6.3 Temporary Objects 227

A temporary myth 235

7 On the Cusp of the Object Model 239

7.1 Templates 239

Template instantiation 241

Error reporting within a template 244

Member function instantiation 250

7.2 Exception Handling 254

A quick review of exception handling 256

Exception handling support 260

7.3 Runtime Type Identification 264

Introducing a type safe downcast 266

A type safe dynamic cast 267

References are not pointers 269

Typeid Operator 270

7.4 Efficient,but Inflexible 272

Dynamic Shared Libraries 272

Shared Memory 272

Index 275

购买PDF格式(10分)
返回顶部