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-mapo-1.4.1 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.3.2 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.3.0 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.8 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.7 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.6 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.5 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.4 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.3 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.2 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.1 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.2.0 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.1.1 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.1.0 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.0.4 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.0.3 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.0.2 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.0.1 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-1.0.0 lib/libcouchbase/ext/libcouchbase/cmdbase.rb
libcouchbase-0.3.3 lib/libcouchbase/ext/libcouchbase/cmdbase.rb