Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_nset_begin
  rht_nset_it *rht_nset_begin(const rht_nset *s, rht_nset_it *i);


Parameters
  s nameset to get an iterator from
  i iterator to set at the start of the nameset


Return Values
  iterator referencing the start of the nameset


Description
  rht_nset_begin initializes the iterator to reference the first name in the nameset, or the special "end" entry if the set is empty.


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