src/cx/map.h

changeset 564
5d8ad7a0ff71
parent 563
69a83fad8a35
child 630
ac5e7f789048
equal deleted inserted replaced
563:69a83fad8a35 564:5d8ad7a0ff71
230 } 230 }
231 231
232 /** 232 /**
233 * Creates a key iterator for a map. 233 * Creates a key iterator for a map.
234 * 234 *
235 * The elements of the iterator are keys of type CxDataPtr. 235 * The elements of the iterator are keys of type CxHashKey.
236 * 236 *
237 * \note An iterator iterates over all elements successively. Therefore the order 237 * \note An iterator iterates over all elements successively. Therefore the order
238 * highly depends on the map implementation and may change arbitrarily when the contents change. 238 * highly depends on the map implementation and may change arbitrarily when the contents change.
239 * 239 *
240 * @param map the map to create the iterator for 240 * @param map the map to create the iterator for

mercurial