rht_begin
| |
rht_code rht_begin(rht r, rht_it
*i); |
|
Parameters
| |
r |
replica to get a start iterator from |
| |
i |
iterator to be initialized
to the start of the replica table |
|
Return Values
|
Description
| |
rht_begin fills out a
rht_it to point to the first entry in the dictionary
or to the sentinel "end entry" of the dictionary
if it is empty. |
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|