Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
PQBasicKeyRoot.h
Go to the documentation of this file.
1
32#pragma once
33
34#include <ogdf/basic/basic.h>
35#include <ogdf/basic/memory.h>
36
37namespace ogdf {
38
45public:
46 //Constructor
48
49 //Destructor
51
53};
54
55}
Basic declarations, included by all source files.
The class PQBasicKeyRoot is used as a base class of the class template basicKey.
#define OGDF_NEW_DELETE
Makes the class use OGDF's memory allocator.
Definition memory.h:84
Declaration of memory manager for allocating small pieces of memory.
The namespace for all OGDF objects.