Object
Interface to access a record.
Visit a empty record space.
@param key the key.
@return If it is a string, the value is replaced by the content. If it is Visitor::NOP or Visitor::REMOVE, nothing is modified.
# File kyotocabinet.rb, line 161 def visit_empty(key) # (native code) end
Visit a record.
@param key the key.
@param value the value.
@return If it is a string, the value is replaced by the content. If it is Visitor::NOP, nothing is modified. If it is Visitor::REMOVE, the record is removed.
# File kyotocabinet.rb, line 155 def visit_full(key, value) # (native code) end
Generated with the Darkfish Rdoc Generator 2.