将数据以位制显示
msmtp配置

虚函数内存占用

yichen posted @ 2014年8月28日 18:00 in Essay , 450 阅读

#include <iostream>

using namespace std;

class A
{
    int a;
    virtual void f();
};

class B
{
    int b;
    virtual void f();
    virtual void g();
};

class C:public A,public B
{
    int c;
    virtual void h();
};


class D:virtual public A
{
    int d;
    virtual void k();
};

class E:public A
{
    int e;
    virtual void k();
};

int main()
{
    cout << sizeof(A)
    << " "
    << sizeof(B)
    << " "
    << sizeof(C)
    << " "
    << sizeof(D)
    << " "
    << sizeof(E)
    << endl;
    return 0;
}

运行结果:8 8 20 16 12

可见g++对虚拟继承采用的是Pointer Strategy所产生的数据布局,如果采用Virtual Table Offset Strategy所产生的数据布局将会是8 8 20 12 12(详见《深度探索C++对象模型》P121-123)。

Avatar_small
carpet cleaning duba 说:
2019年9月11日 00:13

You might need a cleaning services that works for you, your program, and ones space – regardless how unconventional. Your cleaners could well be reliable in addition to consistent and build a healthy setting, happy staff members, and fascinated clients. Allowed to Clever Touch Clean-up Services, where by we locate your precise needs, pattern a clean-up service of which meets these individuals, and do the job tirelessly to perfect it – As well as surprise position checks.

Avatar_small
babysitting services 说:
2021年1月25日 00:50

There are various services of which claim they've already the almost all dependable maids in the profession. There are a great number of fly-by-night clean-up businesses advertised overnight, it's impossible to help them to have adequately screened in addition to checked all of their employees' recommendations and experience. You tend not to want simply just anyone going for walks into the house and in contact your factors. You wish only bondable, experienced in addition to trusted employees to address the house cleaning services duties in your residense.

Avatar_small
painters in Dubai 说:
2021年6月20日 22:52

After a period, I've wine basket a point to sort through know great competition. More or less, they're truly good at painting like a pro. Not delicious at in operation. They can get done a large amount of volume however it is not make a whole lot profit. Here is a perfect occasion. One night my spouse and i met a fabulous semi-competitor during a dinner. He volunteered what business he'd done the previous year. It was eventually the equal amount we done. I absolutely asked him are you wanting painters performed for the dog. Twice as much as worked for american! That's most suitable. We did the equivalent amount about business still his cooperate costs happen to be double ours.

Avatar_small
babysitting services 说:
2021年9月18日 20:00

Carpets and rugs, undoubtedly, are among the hotbeds associated with germs because they suffer from continuous dirt and grime. And, the dirty carpeting can lead significantly in order to indoor contaminants. So, cleaning them more often, especially prior to winter may benefit you in a number of ways.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter