Sha256: 2a475e6915c1561ed83e1d01069ba9df4d5a21afc9b9b93060411112e9dc6d43

Contents?: true

Size: 415 Bytes

Versions: 32

Compression:

Stored size: 415 Bytes

Contents

module Libcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :cmdflags ::
  #   (Integer)
  # :exptime ::
  #   (Integer)
  # :cas ::
  #   (Integer)
  # :key ::
  #   (KEYBUF)
  # :hashkey ::
  #   (KEYBUF)
  class CMDBASE < FFI::Struct
    layout :cmdflags, :uint,
           :exptime, :uint,
           :cas, :ulong_long,
           :key, KEYBUF.by_value,
           :hashkey, KEYBUF.by_value
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
libcouchbase-0.3.1 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.2.0 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.1.0 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.9 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.8 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.7 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.6 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.5 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.4 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.3 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.2 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.0.1 lib/libcouchbase/ext/libcouchbase/cmdbase.rb