Pointers to Class Members in C++

01 January 1988

New Image

This paper discusses the syntax, semantics, implementation and use of pointers to members. Pointers to members are not a particularly important part of C++ but they relate directly to key issues. Their presentation here shown how the design and implementation of pointers to members are determined by the strategy for object layout, the implementation of virtual functions, and the need for an efficient function call mechanism.