Intellisense(tm) again

Damien House hadamin at hotmail.com
Wed Jun 23 00:00:39 BST 1999


For clarification --

A Descriptor table is simply a table who's fields include:

--MEMBER TABLE--
MemberType | MemberName | MemberClassType | ParamPtr

--FUNCTION TABLE--
ParamName | ParamType

example:
--TMyObject--
MemberType | MemberName | MemberClassType | ParamPtr |
___________|____________|_________________|__________|
property     MyName       string
function     MyFunction   string (return)   1


--MyFunctionPtr Table @ address 1-- (kinda confusing, i know)
ParamName | ParamType |
__________|___________|
Param1      integer
Param2      string


This is just a quick explanation, probably needs to be a little more clear, 
but hopefully you guys can understand what a descriptor table is in the 
CodeCompletion Sense.

Damien House
Chief Software Engineer
Full Circle Solutions, Inc.
410-659-9983


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com



More information about the KDevelop mailing list