Base class for GraphElement lists.
More...
#include <ogdf/basic/Graph_d.h>
List of all members.
Detailed Description
Base class for GraphElement lists.
Definition at line 102 of file Graph_d.h.
Constructor & Destructor Documentation
| ogdf::GraphListBase::GraphListBase |
( |
|
) |
[inline] |
Constructs an empty list.
Definition at line 109 of file Graph_d.h.
| ogdf::GraphListBase::~GraphListBase |
( |
|
) |
[inline] |
Member Function Documentation
| bool ogdf::GraphListBase::consistencyCheck |
( |
|
) |
[inline] |
| void ogdf::GraphListBase::del |
( |
GraphElement * |
pX |
) |
[inline] |
Removes element pX from the list.
Definition at line 142 of file Graph_d.h.
Inserts element pX after element pY.
Definition at line 124 of file Graph_d.h.
Inserts element pX before element pY.
Definition at line 133 of file Graph_d.h.
| void ogdf::GraphListBase::operator delete |
( |
void * |
p, |
|
|
size_t |
nBytes | |
|
) |
| | [inline] |
| void* ogdf::GraphListBase::operator new |
( |
size_t |
, |
|
|
void * |
p | |
|
) |
| | [inline] |
| void* ogdf::GraphListBase::operator new |
( |
size_t |
nBytes |
) |
[inline] |
| void ogdf::GraphListBase::pushBack |
( |
GraphElement * |
pX |
) |
[inline] |
Adds element pX at the end of the list.
Definition at line 114 of file Graph_d.h.
| void ogdf::GraphListBase::reverse |
( |
|
) |
[inline] |
template<class LIST >
| void ogdf::GraphListBase::sort |
( |
const LIST & |
newOrder |
) |
[inline] |
Sorts the list according to newOrder.
Definition at line 157 of file Graph_d.h.
Exchanges the positions of pX and pY in the list.
Definition at line 185 of file Graph_d.h.
Member Data Documentation
Pointer to the first element in the list.
Definition at line 104 of file Graph_d.h.
Pointer to the last element in the list.
Definition at line 105 of file Graph_d.h.
The documentation for this class was generated from the following file: