DeSiGNAR
0.5a
Data Structures General Library
|
#include <graph.H>
Friends | |
class | Graph< NodeInfo, ArcInfo, GraphInfo > |
class | DLNode< GraphNode > |
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 |