#include <graph.H>
|
| ArcIterator () |
|
| ArcIterator (const Graph &g) |
|
| ArcIterator (const Graph &g, DL *curr) |
|
| ArcIterator (const ArcIterator &it) |
|
| ArcIterator (ArcIterator &&it) |
|
ArcIterator & | operator= (const ArcIterator &it) |
|
ArcIterator & | operator= (ArcIterator &&it) |
|
void | swap (ArcIterator &it) |
|
Arc * | get_current () |
|
Arc * | get_current () const |
|
void | del () |
|
| Iterator () |
|
| Iterator (DL *h) |
|
| Iterator (DL *h, DL *c) |
|
| Iterator (const Iterator &it) |
|
| Iterator (Iterator &&it) |
|
Iterator & | operator= (const Iterator &it) |
|
Iterator & | operator= (Iterator &&it) |
|
void | swap (Iterator &it) |
|
bool | has_current () const |
|
DL * | get_current () |
|
DL * | get_current () const |
|
void | next () |
|
void | prev () |
|
void | reset () |
|
DL * | del () |
|
ArcIterator & | operator-- () |
|
ArcIterator | operator-- (int) |
|
ArcIterator & | operator++ () |
|
ArcIterator | operator++ (int) |
|
bool | has_curr () const |
|
RetType< RET_CPY, Arc *, Arc *& > | get_curr () |
|
RetType< RET_CPY, Arc *, const Arc *& > | get_curr () const |
|
RetType< RET_CPY, Arc *, Arc *& > | operator* () |
|
RetType< RET_CPY, Arc *, const Arc *& > | operator* () const |
|
Arc ** | operator-> () |
|
bool | operator== (const ArcIterator &it) const |
|
bool | operator!= (const ArcIterator &it) const |
|
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
Designar::Graph< NodeInfo, ArcInfo, GraphInfo >::ArcIterator::ArcIterator |
( |
| ) |
|
|
inline |
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
The documentation for this class was generated from the following file: