#include <graph.H>
|
| AdjacentArcIterator () |
|
| AdjacentArcIterator (const Graph &g, Node *n) |
|
| AdjacentArcIterator (const Graph &g, Node *n, DL *curr) |
|
| AdjacentArcIterator (const AdjacentArcIterator &it) |
|
| AdjacentArcIterator (AdjacentArcIterator &&it) |
|
AdjacentArcIterator & | operator= (const AdjacentArcIterator &it) |
|
AdjacentArcIterator & | operator= (AdjacentArcIterator &&it) |
|
void | swap (AdjacentArcIterator &it) |
|
Arc * | get_current () |
|
Arc * | get_current () const |
|
Node * | get_src_node () |
|
Node * | get_src_node () const |
|
Node * | get_tgt_node () |
|
const Node * | get_tgt_node () const |
|
| 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 () |
|
AdjacentArcIterator & | operator-- () |
|
AdjacentArcIterator | operator-- (int) |
|
AdjacentArcIterator & | operator++ () |
|
AdjacentArcIterator | 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 AdjacentArcIterator &it) const |
|
bool | operator!= (const AdjacentArcIterator &it) const |
|
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
Designar::Graph< NodeInfo, ArcInfo, GraphInfo >::AdjacentArcIterator::AdjacentArcIterator |
( |
| ) |
|
|
inline |
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
Designar::Graph< NodeInfo, ArcInfo, GraphInfo >::AdjacentArcIterator::AdjacentArcIterator |
( |
const Graph & |
g, |
|
|
Node * |
n, |
|
|
DL * |
curr |
|
) |
| |
|
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>
Arc* Designar::Graph< NodeInfo, ArcInfo, GraphInfo >::AdjacentArcIterator::get_current |
( |
| ) |
|
|
inline |
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
Arc* Designar::Graph< NodeInfo, ArcInfo, GraphInfo >::AdjacentArcIterator::get_current |
( |
| ) |
const |
|
inline |
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
Node* Designar::Graph< NodeInfo, ArcInfo, GraphInfo >::AdjacentArcIterator::get_src_node |
( |
| ) |
const |
|
inline |
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
template<typename NodeInfo , typename ArcInfo = EmptyClass, typename GraphInfo = EmptyClass>
const Node* Designar::Graph< NodeInfo, ArcInfo, GraphInfo >::AdjacentArcIterator::get_tgt_node |
( |
| ) |
const |
|
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>
The documentation for this class was generated from the following file: