Sha256: a102cf2f66727065b7df8e08dd30bc1fa90445b441af9ee3acf62b4da9bc6a99

Contents?: true

Size: 596 Bytes

Versions: 32

Compression:

Stored size: 596 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)
  # :server ::
  #   (String)
  class RESPSERVERBASE < FFI::Struct
    layout :cookie, :pointer,
           :key, :pointer,
           :nkey, :ulong,
           :cas, :ulong_long,
           :rc, ErrorT,
           :version, :ushort,
           :rflags, :ushort,
           :server, :string
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

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