Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Standard_Integer.hxx>
#include <Standard_Address.hxx>
#include <Standard_Boolean.hxx>
#include <TCollection_BasicMapIterator.lxx>
Data Structures | |
class | TCollection_BasicMapIterator |
This class provides basic services for the iterators on Maps. The iterators are inherited from this one. The iterator contains an array of pointers (buckets). Each bucket is a pointer on a node. A node contains a pointer on the next node. This class provides also basic services for the implementation of Maps. A map iterator provides a step by step exploration of all entries of a map. After initialization of a concrete derived iterator, use in a loop: More... |