Class: FDB::LazyString

Inherits:
LazyFuture show all
Defined in:
lib/fdbimpl.rb

Direct Known Subclasses

Key, Value

Instance Method Summary collapse

Methods inherited from LazyFuture

#initialize, #method_missing, #respond_to?, #value

Methods inherited from Future

#block_until_ready, #callback_wrapper, #cancel, finalize, #initialize, #on_ready, #ready?, wait_for_any

Constructor Details

This class inherits a constructor from FDB::LazyFuture

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FDB::LazyFuture

Instance Method Details

#to_ptrObject



443
444
445
# File 'lib/fdbimpl.rb', line 443

def to_ptr
  FFI::MemoryPointer.from_string(value)
end