symbol_struct_addBitField

Add a bit field to a struct s.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
symbol_struct_addBitField
(,
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

fieldWidth uint

width of bit field

bitOffset uint

bit number of start of field

Meta