size(types)
Class Public methods
Returns the offset for the packed sizes for the given types
.
1 2 3 4 5 | Fiddle::CStructEntity.size( [ Fiddle:: TYPE_DOUBLE , Fiddle:: TYPE_INT , Fiddle:: TYPE_CHAR , Fiddle:: TYPE_VOIDP ]) #=> 24 |
Please login to continue.