Sha256: 9543657dedd9220a8b6b8e935c6795731acf92955b537e2d3ba59e471d550c16
Contents?: true
Size: 659 Bytes
Versions: 32
Compression:
Stored size: 659 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 :: # (Integer) Contains the _current_ value after the operation was performed class RESPCOUNTER < FFI::Struct layout :cookie, :pointer, :key, :pointer, :nkey, :ulong, :cas, :ulong_long, :rc, ErrorT, :version, :ushort, :rflags, :ushort, :value, :ulong_long end end
Version data entries
32 entries across 32 versions & 2 rubygems