C API
Replicated Hash Table
Version 2.0
|
rht_nset_get_it
| |
rht_nset_it *rht_nset_get_it(const rht_nset
*s, const rht_name *n, rht_nset_it
*i); |
|
Parameters
| |
s |
nameset to query |
| |
n |
name being looked up |
| |
i |
returned iterator to the
position in the nameset containing the specified name |
|
Return Values
| |
iterator referencing the position in the
nameset with the specified name |
| |
"end" iterator if the name is
not contained in the nameset |
|
Description
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|
|
Copyright © 2004, Spread
Concepts LLC, All rights reserved |
|