A C union wrapper
Methods
- M
- S
Included Modules
Class Public methods
malloc(types, func=nil)
Link
size(types)
Link
Given types
, returns the size needed for the union.
DL::CUnionEntity.size([DL::TYPE_DOUBLE, DL::TYPE_INT, DL::TYPE_CHAR,
DL::TYPE_VOIDP])
=> 8
Instance Public methods