rht_nset_it_next
| |
rht_nset_it *rht_nset_it_next(rht_nset_it
*i); |
|
Parameters
| |
i |
initial iterator to advance.
This iterator reset to reference the next position in
the nameset |
|
Return Values
| |
iterator referencing the next position in
the nameset |
| |
"end" iterator if the end of the
nameset was reached |
|
Description
| |
rht_nset_it_next advances
the iterator to reference the next entry in the name set
. It is illegal to call rht_nset_it_next on the special
"end" entry of a name set. |
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|