c++ Programming Glossary: adjustor
Why do we need “this pointer adjustor thunk”? http://stackoverflow.com/questions/3481548/why-do-we-need-this-pointer-adjustor-thunk do we need &ldquo this pointer adjustor thunk&rdquo I read about adjustor thunk from here . Here's.. &ldquo this pointer adjustor thunk&rdquo I read about adjustor thunk from here . Here's some quotation Now there is only one.. since its interface pointer is q not p. This is where the adjustor thunks come in. I am wondering why each function in a vtable..
|