Declaration and implementation of class Array2D which implements dynamic two dimensional arrays. More...
#include <ogdf/basic/basic.h>
#include <ogdf/basic/exceptions.h>
#include <cmath>
#include <cstdlib>
#include <new>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ogdf::Array2D< E > |
The parameterized class Array2D implements dynamic two-dimensional arrays. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration and implementation of class Array2D which implements dynamic two dimensional arrays.
Definition in file Array2D.h.