Module: NiceFFI

Defined in:
lib/nice-ffi.rb

Defined Under Namespace

Modules: AutoRelease, Library Classes: OpaqueStruct, PathSet, Struct, TypedPointer

Class Method Summary collapse

Class Method Details

.TypedPointer(type) ⇒ Object

Equivalent to TypedPointer.new( type )



99
100
101
# File 'lib/nice-ffi/typedpointer.rb', line 99

def NiceFFI::TypedPointer( type )
  NiceFFI::TypedPointer.new( type )
end