size(types)
Class Public methods
Given types
, returns the offset for the packed sizes of those
types
1 2 3 | DL ::CStructEntity.size([ DL :: TYPE_DOUBLE , DL :: TYPE_INT , DL :: TYPE_CHAR , DL :: TYPE_VOIDP ]) => 24 |
Please login to continue.