Paramblock

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
struct Paramblock {
const(char)* id;
Symbol* sm;
Symbol* s;
}

Return Value

null member not found symbol* symbol matching member

Suggestion Box / Bug Report