Searched defs:HashIterator (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h1 //===- HashIterator.h -----------------------------------------------------===//
242 /** \class HashIterator
243 * \brief HashIterator provides a policy-based iterator.
249 * HashIterator is a template policy-based iterator, which can change its
255 class HashIterator : public IteratorBase class in namespace:mcld
265 typedef HashIterator<IteratorBase,
269 typedef HashIterator<IteratorBase,
273 typedef HashIterator<IteratorBase,
278 HashIterator() function in class:mcld::HashIterator
282 /// HashIterator
283 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex) function in class:mcld::HashIterator
288 explicit HashIterator(typename IteratorBase::hash_table* pTable, function in class:mcld::HashIterator
294 HashIterator(const HashIterator& pCopy) function in class:mcld::HashIterator
[all...]

Completed in 278 milliseconds