Declaration of class HashArray2D. More...
#include <ogdf/basic/HashArray.h>
#include <ogdf/basic/HashIterator2D.h>
#include <ogdf/basic/tuples.h>
Go to the source code of this file.
Classes | |
class | ogdf::HashArray2D< I1, I2, E, H1, H2 > |
Indexed 2-dimensional arrays using hashing for element access. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of class HashArray2D.
This is a class implementing a 2-dimensional Hash array. It uses templates for the keys and the data of the objects stored in it.
Definition in file HashArray2D.h.