symbol_membersearch

Symbol table search routine for members of structs, given that we don't know which struct it is in. Give error message if it appears more than once.

version(COMPILE && SCPP_HTOD)
extern (C++) nothrow @safe
symbol_membersearch
(
const(char)* id
)

Return Value

Type: Symbol*

null member not found symbol* symbol matching member

Suggestion Box / Bug Report