Sha256: ecb36728b6f1c053b677b3575e5309bb42bdd4bcb3a78ebc136db7eb4c0fadd1

Contents?: true

Size: 947 Bytes

Versions: 4

Compression:

Stored size: 947 Bytes

Contents

module MTLibcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :cookie ::
  #   (FFI::Pointer(*Void))
  # :key ::
  #   (FFI::Pointer(*Void))
  # :nkey ::
  #   (Integer)
  # :cas ::
  #   (Integer)
  # :rc ::
  #   (ErrorT)
  # :version ::
  #   (Integer)
  # :rflags ::
  #   (Integer)
  # :value ::
  #   (FFI::Pointer(*Void)) < Value buffer for the item
  # :nvalue ::
  #   (Integer) < Length of value
  # :bufh ::
  #   (FFI::Pointer(*Void))
  # :datatype ::
  #   (Integer) < @private
  # :itmflags ::
  #   (Integer) < User-defined flags for the item
  class RESPGET < FFI::Struct
    layout :cookie, :pointer,
           :key, :pointer,
           :nkey, :ulong,
           :cas, :ulong_long,
           :rc, ErrorT,
           :version, :ushort,
           :rflags, :ushort,
           :value, :pointer,
           :nvalue, :ulong,
           :bufh, :pointer,
           :datatype, :uchar,
           :itmflags, :uint
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mt-libcouchbase-1.4.03 lib/mt-libcouchbase/ext/mt-libcouchbase/respget.rb
mt-libcouchbase-1.4.02 lib/mt-libcouchbase/ext/mt-libcouchbase/respget.rb
mt-libcouchbase-1.4.01 lib/mt-libcouchbase/ext/mt-libcouchbase/respget.rb
mt-libcouchbase-1.4.0 lib/mt-libcouchbase/ext/mt-libcouchbase/respget.rb