/vmv - Declare Virtual Inheritance (Windows CE 5.0)

Send Feedback

This option specifies the most general representation of a pointer to a member of a class to be one that uses virtual inheritance.

In terms of pointer size and the code required to interpret the pointer, this is the most expensive option. However, this option never causes an error and is the default.

Use the /vmv option with the /vmg - Use Full Generality for Pointers option.

The corresponding argument to the pointers_to_members pragma is virtual_inheritance.

See Also

Compiler Options | /vmg - Use Full Generality for Pointers | /vmm - Declare Multiple Inheritance | /vms - Declare Single Inheritance

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.