#include <shashtbl.hpp>
Collaboration diagram for SExpressionHashTable::Iterator:

Definition at line 136 of file shashtbl.hpp.
Public Member Functions | |
| Iterator (const SExpressionHashTable &tbl) | |
| The constructor. | |
| SReference & | GetNext () |
| Iterate. | |
|
|
The constructor.
Definition at line 324 of file shashtbl.cpp. References SExpressionHashTable::HandleLastFoundPos(). |
|
|
Iterate. Returns a reference to the pair (cons) of the key and the value; returns unbound reference in case the table is over.
Definition at line 333 of file shashtbl.cpp. References SReference::GetPtr(). |
1.4.1