test/dfs_test.cc
changeset 2127 1d43a276fc26
parent 1956 a055123339d5
child 2135 15355b98fb84
equal deleted inserted replaced
3:f437dd9e6f8c 4:5ce7e4632ddc
    27 const int PET_SIZE =5;
    27 const int PET_SIZE =5;
    28 
    28 
    29 
    29 
    30 void check_Dfs_SmartGraph_Compile() 
    30 void check_Dfs_SmartGraph_Compile() 
    31 {
    31 {
    32   typedef concept::StaticGraph Graph;
    32   typedef concept::Graph Graph;
    33 
    33 
    34   typedef Graph::Edge Edge;
    34   typedef Graph::Edge Edge;
    35   typedef Graph::Node Node;
    35   typedef Graph::Node Node;
    36   typedef Graph::EdgeIt EdgeIt;
    36   typedef Graph::EdgeIt EdgeIt;
    37   typedef Graph::NodeIt NodeIt;
    37   typedef Graph::NodeIt NodeIt;
    65 
    65 
    66 
    66 
    67 void check_Dfs_Function_Compile() 
    67 void check_Dfs_Function_Compile() 
    68 {
    68 {
    69   typedef int VType;
    69   typedef int VType;
    70   typedef concept::StaticGraph Graph;
    70   typedef concept::Graph Graph;
    71 
    71 
    72   typedef Graph::Edge Edge;
    72   typedef Graph::Edge Edge;
    73   typedef Graph::Node Node;
    73   typedef Graph::Node Node;
    74   typedef Graph::EdgeIt EdgeIt;
    74   typedef Graph::EdgeIt EdgeIt;
    75   typedef Graph::NodeIt NodeIt;
    75   typedef Graph::NodeIt NodeIt;