Share via


/vms - Declare Single Inheritance

This option specifies the most general representation of a pointer to a member of a class to be one that uses either no inheritance or single inheritance. This is the smallest possible representation of a pointer to a member of a class. Use the /vms option with the /vmg - Use Full Generality for Pointers option.

If the inheritance model of a class definition for which a pointer to a member is declared is multiple or virtual, the compiler generates an error.

The corresponding argument to the pointers_to_members pragma is single_inheritance.

See Also

About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide | /vmg - Use Full Generality for Pointers | /vmm - Declare Multiple Inheritance | /vmv - Declare Virtual Inheritance

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.