├── image ├── DataMember2.png ├── DataMember3.png ├── DataMember4.png ├── DataMember5.png ├── DataMember6.png ├── DataMember7.png ├── vtbl多重继承1.png ├── vtbl多重继承2.png ├── vtbl多重继承3.png ├── 多重继承1.jpg ├── 对象成员执行效率对比.jpg ├── 简单对象模型.png ├── 简单对象模型.scap ├── 虚拟成员函数1.png ├── 虚拟成员函数多继承1.png ├── 虚拟继承1.png ├── 虚拟继承2.png ├── 虚拟继承下的virtual_function.png └── 表格驱动对象模型.scap └── 笔记 ├── C:C++中的内存对齐.MD ├── Copy Constructor 的构造操作.MD ├── Data 语义学.md ├── Data语义学--“继承”与_data_member.md ├── c++对象模型.md ├── exception_handling.md ├── inline_functions.md ├── linux进程和线程的区别.md ├── new_和_delete_运算符.md ├── nonstatic_member_function.md ├── template.md ├── virtual_function_带来的_class_产生的膨胀作用.md ├── vptr初始化语义学.md ├── “无继承情况下的对象构造”.md ├── 临时性对象.md ├── 为什么_static_member_function_不能有_const_修饰.md ├── 关键词所带来的差异.md ├── 对象复制语义学.md ├── 对象成员的效率.md ├── 对象数组.md ├── 对象的差异.MD ├── 成员们的初始化队伍.MD ├── 执行期语意学.md ├── 抽象数据类型.md ├── 指向data_member_的指针.md ├── 支持“指向_virtual_member_functions”的指针.md ├── 支持多态class object的内存布局.md ├── 析构语意学.md ├── 程序转化.md ├── 纯虚函数.md ├── 继承体系下的对象构造.md ├── 虚函数和纯虚函数的区别.md ├── 虚拟成员函数.MD └── 默认构造函数.md /image/DataMember2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/DataMember2.png -------------------------------------------------------------------------------- /image/DataMember3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/DataMember3.png -------------------------------------------------------------------------------- /image/DataMember4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/DataMember4.png -------------------------------------------------------------------------------- /image/DataMember5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/DataMember5.png -------------------------------------------------------------------------------- /image/DataMember6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/DataMember6.png -------------------------------------------------------------------------------- /image/DataMember7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/DataMember7.png -------------------------------------------------------------------------------- /image/vtbl多重继承1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/vtbl多重继承1.png -------------------------------------------------------------------------------- /image/vtbl多重继承2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/vtbl多重继承2.png -------------------------------------------------------------------------------- /image/vtbl多重继承3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/vtbl多重继承3.png -------------------------------------------------------------------------------- /image/多重继承1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/多重继承1.jpg -------------------------------------------------------------------------------- /image/对象成员执行效率对比.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/对象成员执行效率对比.jpg -------------------------------------------------------------------------------- /image/简单对象模型.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/简单对象模型.png -------------------------------------------------------------------------------- /image/简单对象模型.scap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/简单对象模型.scap -------------------------------------------------------------------------------- /image/虚拟成员函数1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/虚拟成员函数1.png -------------------------------------------------------------------------------- /image/虚拟成员函数多继承1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/虚拟成员函数多继承1.png -------------------------------------------------------------------------------- /image/虚拟继承1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/虚拟继承1.png -------------------------------------------------------------------------------- /image/虚拟继承2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/虚拟继承2.png -------------------------------------------------------------------------------- /image/虚拟继承下的virtual_function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/虚拟继承下的virtual_function.png -------------------------------------------------------------------------------- /image/表格驱动对象模型.scap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/image/表格驱动对象模型.scap -------------------------------------------------------------------------------- /笔记/C:C++中的内存对齐.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/C:C++中的内存对齐.MD -------------------------------------------------------------------------------- /笔记/Copy Constructor 的构造操作.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/Copy Constructor 的构造操作.MD -------------------------------------------------------------------------------- /笔记/Data 语义学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/Data 语义学.md -------------------------------------------------------------------------------- /笔记/Data语义学--“继承”与_data_member.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/Data语义学--“继承”与_data_member.md -------------------------------------------------------------------------------- /笔记/c++对象模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/c++对象模型.md -------------------------------------------------------------------------------- /笔记/exception_handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/exception_handling.md -------------------------------------------------------------------------------- /笔记/inline_functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/inline_functions.md -------------------------------------------------------------------------------- /笔记/linux进程和线程的区别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/linux进程和线程的区别.md -------------------------------------------------------------------------------- /笔记/new_和_delete_运算符.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/new_和_delete_运算符.md -------------------------------------------------------------------------------- /笔记/nonstatic_member_function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/nonstatic_member_function.md -------------------------------------------------------------------------------- /笔记/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/template.md -------------------------------------------------------------------------------- /笔记/virtual_function_带来的_class_产生的膨胀作用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/virtual_function_带来的_class_产生的膨胀作用.md -------------------------------------------------------------------------------- /笔记/vptr初始化语义学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/vptr初始化语义学.md -------------------------------------------------------------------------------- /笔记/“无继承情况下的对象构造”.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/“无继承情况下的对象构造”.md -------------------------------------------------------------------------------- /笔记/临时性对象.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/临时性对象.md -------------------------------------------------------------------------------- /笔记/为什么_static_member_function_不能有_const_修饰.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/为什么_static_member_function_不能有_const_修饰.md -------------------------------------------------------------------------------- /笔记/关键词所带来的差异.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/关键词所带来的差异.md -------------------------------------------------------------------------------- /笔记/对象复制语义学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/对象复制语义学.md -------------------------------------------------------------------------------- /笔记/对象成员的效率.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/对象成员的效率.md -------------------------------------------------------------------------------- /笔记/对象数组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/对象数组.md -------------------------------------------------------------------------------- /笔记/对象的差异.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/对象的差异.MD -------------------------------------------------------------------------------- /笔记/成员们的初始化队伍.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/成员们的初始化队伍.MD -------------------------------------------------------------------------------- /笔记/执行期语意学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/执行期语意学.md -------------------------------------------------------------------------------- /笔记/抽象数据类型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/抽象数据类型.md -------------------------------------------------------------------------------- /笔记/指向data_member_的指针.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/指向data_member_的指针.md -------------------------------------------------------------------------------- /笔记/支持“指向_virtual_member_functions”的指针.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/支持“指向_virtual_member_functions”的指针.md -------------------------------------------------------------------------------- /笔记/支持多态class object的内存布局.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/支持多态class object的内存布局.md -------------------------------------------------------------------------------- /笔记/析构语意学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/析构语意学.md -------------------------------------------------------------------------------- /笔记/程序转化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/程序转化.md -------------------------------------------------------------------------------- /笔记/纯虚函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/纯虚函数.md -------------------------------------------------------------------------------- /笔记/继承体系下的对象构造.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/继承体系下的对象构造.md -------------------------------------------------------------------------------- /笔记/虚函数和纯虚函数的区别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/虚函数和纯虚函数的区别.md -------------------------------------------------------------------------------- /笔记/虚拟成员函数.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/虚拟成员函数.MD -------------------------------------------------------------------------------- /笔记/默认构造函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiezhw3/Inside-the-C-plus-plus-Object-Model-note/HEAD/笔记/默认构造函数.md --------------------------------------------------------------------------------