Module FFI
In: lib/ffi/tools/const_generator.rb
lib/ffi/tools/struct_generator.rb
lib/ffi/tools/generator.rb
lib/ffi/tools/types_generator.rb
lib/ffi/enum.rb
lib/ffi/types.rb
lib/ffi/platform.rb
lib/ffi/struct_layout_builder.rb
lib/ffi/errno.rb
lib/ffi/library.rb
lib/ffi/managedstruct.rb
lib/ffi/variadic.rb
lib/ffi/pointer.rb
lib/ffi/union.rb
lib/ffi/io.rb
lib/ffi/autopointer.rb
lib/ffi/struct.rb
lib/ffi/memorypointer.rb

Copyright (C) 2008-2010 Wayne Meissner Copyright (C) 2008 Mike Dalessio

All rights reserved.

This file is part of ruby-ffi.

This code is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 only, as published by the Free Software Foundation.

This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License version 3 for more details.

You should have received a copy of the GNU Lesser General Public License version 3 along with this work. If not, see <www.gnu.org/licenses/>.

Methods

Classes and Modules

Module FFI::Generator
Module FFI::IO
Module FFI::Library
Module FFI::Platform
Class FFI::AutoPointer
Class FFI::ConstGenerator
Class FFI::Enum
Class FFI::Enums
Class FFI::Generator
Class FFI::ManagedStruct
Class FFI::MemoryPointer
Class FFI::NotFoundError
Class FFI::PlatformError
Class FFI::Pointer
Class FFI::StrPtrConverter
Class FFI::Struct
Class FFI::StructGenerator
Class FFI::StructLayout
Class FFI::StructLayoutBuilder
Class FFI::TypesGenerator
Class FFI::Union
Class FFI::VariadicInvoker

Constants

ARCH = case CPU.downcase
CURRENT_PROCESS = USE_THIS_PROCESS_AS_LIBRARY = Object.new

Public Class methods

[Validate]