#include <ogdf/geometric/cr_min/datastructure/OGDFVector.h>
Public Member Functions | |
EdgeVector () | |
EdgeVector (const EdgeVector &&x) | |
EdgeVector (const EdgeVector &x) | |
EdgeVector (const Graph &_g) | |
EdgeVector (const Graph &_g, T &v) | |
EdgeVector (const Graph &_g, T v) | |
void | adapt () |
EdgeVector< T, Graph > & | operator= (const EdgeVector< T, Graph > &x) |
EdgeVector< T, Graph > & | operator= (EdgeVector< T, Graph > &&x) |
reference | operator[] (const Edge &e) |
const_reference | operator[] (const Edge &e) const |
Private Types | |
using | const_reference = typename std::vector< T >::const_reference |
using | Edge = typename Graph::Edge |
using | reference = typename std::vector< T >::reference |
Private Attributes | |
T | default_value |
const Graph * | g |
Definition at line 97 of file OGDFVector.h.
|
private |
Definition at line 101 of file OGDFVector.h.
|
private |
Definition at line 99 of file OGDFVector.h.
|
private |
Definition at line 100 of file OGDFVector.h.
|
inline |
Definition at line 106 of file OGDFVector.h.
|
inline |
Definition at line 108 of file OGDFVector.h.
|
inline |
Definition at line 110 of file OGDFVector.h.
|
inline |
Definition at line 113 of file OGDFVector.h.
|
inline |
Definition at line 116 of file OGDFVector.h.
|
inline |
Definition at line 118 of file OGDFVector.h.
|
inline |
Definition at line 121 of file OGDFVector.h.
|
inline |
Definition at line 137 of file OGDFVector.h.
|
inline |
Definition at line 143 of file OGDFVector.h.
|
inline |
Definition at line 127 of file OGDFVector.h.
|
inline |
Definition at line 132 of file OGDFVector.h.
|
private |
Definition at line 103 of file OGDFVector.h.
|
private |
Definition at line 102 of file OGDFVector.h.