symbol_struct_addField

Add a field to a struct s.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
symbol_struct_addField
(,
const(char)* name
,
type* t
,
uint offset
)

Parameters

s Symbol*

the struct symbol

name const(char)*

field name

t type*

the type of the field

offset uint

offset of the field

Meta