module NiceFFI
Public Class Methods
TypedPointer( type )
click to toggle source
Equivalent to NiceFFI::TypedPointer.new( type )
# File lib/nice-ffi/typedpointer.rb, line 99 def NiceFFI::TypedPointer( type ) NiceFFI::TypedPointer.new( type ) end