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