<< Map_pair_ptr_t
 Top   Types   Functions   Classes   Options   Index   Sources 
Global_map_iterator_sorted_t >>

struct Global_map_iterator_t / Global_map_iterator_t

Concrete Class


Description

This is an iterator for maps. You need to know about this struct when programming in C, since you have to declare such an iterator manually. Map iteration looks like this:

Global_map_iterator_t iter;
...
Map_forall (map, iter, key, value) {
    ...
}

The internal structure of this class is not important to the user, however -- you should never try to look inside an iterator structure.

Index

Stoppt die Vorratsdatenspeicherung
November 26th, 2007
Comments? Suggestions? Corrections? You can drop me a line.
zpentrabvagiktu@theiling.de
Schwerpunktpraxis