Sha256: 11689a3bfc73e6e24759915a9c57af2dec7aa9e405c88726884ecee01ef780bf

Contents?: true

Size: 945 Bytes

Versions: 32

Compression:

Stored size: 945 Bytes

Contents

module Libcouchbase::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

32 entries across 32 versions & 2 rubygems

Version Path
libcouchbase-mapo-1.4.1 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.3.2 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.3.0 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.8 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.7 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.6 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.5 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.4 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.3 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.2 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.1 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.2.0 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.1.1 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.1.0 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.0.4 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.0.3 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.0.2 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.0.1 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-1.0.0 lib/libcouchbase/ext/libcouchbase/respget.rb
libcouchbase-0.3.3 lib/libcouchbase/ext/libcouchbase/respget.rb