Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_end
  rht_code rht_end(rht r, rht_it *i);


Parameters
  r replica to get the end iterator on
  i returned iterator pointing to the special "end of replica" position


Return Values
  0 on success
  non-zero for error


Description
  rht_end fills out a rht_it to point to the sentinel "end entry" of the dictionary, which is one past the last entry in the dictionary.


Requirements
  Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0


Also See
  RHT reference guide, local lock operations


Copyright © 2004, Spread Concepts LLC, All rights reserved