C API
Replicated Hash Table
Version 2.0
|
rht_it_update_type
| |
rht_update_type rht_it_update_type(const
rht_it *i); |
|
Parameters
| |
i |
iterator to query the
update type of |
|
Return Values
| |
RHT_UPDATE_PUT or RHT_UPDATE_DEL |
|
Description
| |
rht_it_update_type returns
the update type of the key-value pair entry referenced
by an iterator. Currently, this can only be RHT_UPDATE_PUT
or RHT_UPDATE_DEL, which correspond, respectively, to
an entry place in the table by rht_put
or rht_del. |
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|
|
Copyright © 2004, Spread
Concepts LLC, All rights reserved |
|