Method: FFIGen::ByValueType#initialize

Defined in:
lib/ffi_gen.rb

#initialize(inner_type) ⇒ ByValueType

Returns a new instance of ByValueType.



223
224
225
# File 'lib/ffi_gen.rb', line 223

def initialize(inner_type)
  @inner_type = inner_type
end