class FFIGen::StringType

Public Instance Methods

java_jna_type() click to toggle source
# File lib/ffi_gen/java_output.rb, line 325
def java_jna_type
  "String"
end
java_name() click to toggle source
# File lib/ffi_gen/java_output.rb, line 321
def java_name
  "String"
end
name() click to toggle source
# File lib/ffi_gen.rb, line 218
def name
  Name.new ["string"]
end
ruby_ffi_type() click to toggle source
# File lib/ffi_gen/ruby_output.rb, line 252
def ruby_ffi_type
  ":string"
end
ruby_name() click to toggle source
# File lib/ffi_gen/ruby_output.rb, line 248
def ruby_name
  "String"
end