Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_it_next
  rht_it *rht_it_next(rht_it *i);


Parameters
  i iterator to be advanced


Return Values
  returns the iterator referencing the next key-value pair entry
  returns "end" iterator when no more entries available


Description
 

rht_it_next advances the iterator it to the next key-value pair in the referenced snapshot.

Note that it is illegal to call this function on the special "end" position of the snapshot.



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


Also See
  RHT reference guide


Copyright © 2004, Spread Concepts LLC, All rights reserved