contents   index   previous   next



LIST OF MEMBER SPECIFIERS

 

The second half of the variable locator is the object member to access. We will discuss specifying that first as doing so reduces the number of forward references.

 

When you want to access a member of some object, you use one of the following macros to indicate which member you'd like to access.

 


SE_MEM("member name")

SE_UNIMEM(seconstcharptr)

SE_HIDDEN_MEM("member name")

SE_HIDDEN_UNIMEM(seconstcharptr)

SE_COMPOUND_MEM("compound.member.name")

SE_COMPOUND_UNIMEM(seconstcharptr)

SE_NUM(sememcount)

SE_STR(sestring)

SE_INDEX(num)

SE_STRUCT(memdesc)

SE_VALUE

SE_STOCK(string)

SE_FUNCTION_TEXT

SE_FUNCTION_GLOBAL

SE_LIBRARY_DATA