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
struct Paramblock {}

Members

Variables

id
const(char)* id;
Undocumented in source.
s
Symbol* s;
Undocumented in source.
sm
Symbol* sm;
Undocumented in source.

Return Value

null member not found symbol* symbol matching member

Meta