Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_it_key
  rht_blob rht_it_key(const rht_it *i);


Parameters
  i iterator to get the key from


Return Values
  key of the position referenced by the specified iterator


Description
  rht_it_key returns a constant pointer to the key of the key-value pair referenced by an iterator.


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