|
TRF Language Model
|
#include <wb-lhash.h>
Public Member Functions | |
| LHashIter (LHash< KeyT, DataT > *phash, bool(*sort)(KeyT, KeyT)=0) | |
| constructor More... | |
| ~LHashIter () | |
| destructor More... | |
| void | Init () |
| initialize the iter More... | |
| DataT * | Next (KeyT &key) |
| get next value More... | |
the iter of LHash
Definition at line 42 of file wb-lhash.h.
|
inline |
constructor
Definition at line 519 of file wb-lhash.h.
|
inline |
destructor
Definition at line 526 of file wb-lhash.h.
|
inline |
initialize the iter
Definition at line 533 of file wb-lhash.h.
|
inline |
get next value
| [out] | key | return the next key return return the pointer to the next value, to make it posible to modificate the value |
Definition at line 576 of file wb-lhash.h.