Class: Uia::Library::SearchCondition

Inherits:
FFI::ManagedStruct
  • Object
show all
Extended by:
StructAttributes
Defined in:
lib/uia/library/element_structs.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from StructAttributes

struct_attr

Class Method Details

.release(pointer) ⇒ Object



89
90
91
# File 'lib/uia/library/element_structs.rb', line 89

def self.release(pointer)
  Library.release_condition(pointer)
end

Instance Method Details

#numbersObject



85
86
87
# File 'lib/uia/library/element_structs.rb', line 85

def numbers
  self[:numbers].read_array_of_int self[:numbers_count]
end