Module: CF

Extended by:
FFI::Library
Defined in:
lib/corefoundation/base.rb,
lib/corefoundation.rb,
lib/corefoundation/data.rb,
lib/corefoundation/date.rb,
lib/corefoundation/null.rb,
lib/corefoundation/array.rb,
lib/corefoundation/range.rb,
lib/corefoundation/memory.rb,
lib/corefoundation/number.rb,
lib/corefoundation/string.rb,
lib/corefoundation/boolean.rb,
lib/corefoundation/version.rb,
lib/corefoundation/register.rb,
lib/corefoundation/dictionary.rb,
lib/corefoundation/exceptions.rb,
lib/corefoundation/preferences.rb,
lib/corefoundation/refinements.rb

Overview

The top level namespace for the corefoundation library. The raw FFI generated methods are attached here

Defined Under Namespace

Modules: Exceptions, Memory, Refinements, Register Classes: Array, ArrayCallbacks, Base, Boolean, Data, Date, Dictionary, DictionaryKeyCallbacks, DictionaryValueCallbacks, Null, Number, Preferences, Range, String

Constant Summary collapse

NULL =

The singleton CFNull instance

Null.new(CF.kCFNull)
VERSION =

The current version string

"0.3.13"