src/test/graph_test.cc
changeset 783 81bf2d766164
parent 774 4297098d9677
child 787 584270fba752
equal deleted inserted replaced
12:28bb918f9c25 13:55d6b0dbcf8e
   318 template
   318 template
   319 void checkCompileErase<EraseableGraphSkeleton>(EraseableGraphSkeleton &);
   319 void checkCompileErase<EraseableGraphSkeleton>(EraseableGraphSkeleton &);
   320 
   320 
   321 //Compile SmartGraph
   321 //Compile SmartGraph
   322 template void checkCompile<SmartGraph>(SmartGraph &);
   322 template void checkCompile<SmartGraph>(SmartGraph &);
       
   323 
   323 //Compile SymSmartGraph
   324 //Compile SymSmartGraph
   324 template void checkCompile<SymSmartGraph>(SymSmartGraph &);
   325 template void checkCompile<SymSmartGraph>(SymSmartGraph &);
   325 
   326 
   326 //Compile ListGraph
   327 //Compile ListGraph
   327 template void checkCompile<ListGraph>(ListGraph &);
   328 template void checkCompile<ListGraph>(ListGraph &);
   328 template void checkCompileErase<ListGraph>(ListGraph &);
   329 template void checkCompileErase<ListGraph>(ListGraph &);
   329 template void checkCompileFindEdge<ListGraph>(ListGraph &);
   330 template void checkCompileFindEdge<ListGraph>(ListGraph &);
       
   331 
   330 
   332 
   331 //Compile SymListGraph
   333 //Compile SymListGraph
   332 template void checkCompile<SymListGraph>(SymListGraph &);
   334 template void checkCompile<SymListGraph>(SymListGraph &);
   333 template void checkCompileErase<SymListGraph>(SymListGraph &);
   335 template void checkCompileErase<SymListGraph>(SymListGraph &);
   334 template void checkCompileFindEdge<SymListGraph>(SymListGraph &);
   336 template void checkCompileFindEdge<SymListGraph>(SymListGraph &);