|
DeSiGNAR
0.5a
Data Structures General Library
|
#include <graph.H>


Friends | |
| class | Digraph< NodeInfo, ArcInfo, GraphInfo > |
| class | DLNode< DigraphNode > |
Additional Inherited Members | |
Public Member Functions inherited from Designar::BaseGraphNode< NodeInfo, CommonNodeArc > | |
| NodeInfo & | get_info () |
| const NodeInfo & | get_info () const |
| nat_t | get_num_arcs () const |
Public Member Functions inherited from Designar::CommonNodeArc | |
| CommonNodeArc () | |
| void | visit (GraphTag) |
| void | unvisit (GraphTag) |
| bool | is_visited (GraphTag) const |
| void *& | cookie () |
| void | reset_tag () |
| lint_t & | counter () |
| void | reset () |
Protected Member Functions inherited from Designar::BaseGraphNode< NodeInfo, CommonNodeArc > | |
| BaseGraphNode () | |
| BaseGraphNode (const NodeInfo &_info) | |
| BaseGraphNode (NodeInfo &&_info) | |
| BaseGraphNode (BaseGraphNode *ptr) | |
Protected Attributes inherited from Designar::BaseGraphNode< NodeInfo, CommonNodeArc > | |
| NodeInfo | info |
| nat_t | num_arcs |
| DL | adjacent_arc_list |
|
friend |
|
friend |
1.8.11