src/hugo/vector_map_factory.h
changeset 785 a9b0863c2265
parent 782 df2e45e09652
child 786 d7b3b13b9df6
equal deleted inserted replaced
0:86998593792c 1:416bbd7e61b7
     4 
     4 
     5 #include <vector>
     5 #include <vector>
     6 
     6 
     7 #include <hugo/extended_pair.h>
     7 #include <hugo/extended_pair.h>
     8 
     8 
       
     9 ///\ingroup graphmapfactory
       
    10 ///\file
       
    11 ///\brief Vector based graph maps.
       
    12 
     9 namespace hugo {
    13 namespace hugo {
    10 
    14   
       
    15   /// \addtogroup graphmapfactory
       
    16   /// @{
       
    17   
    11   /** The VectorMapFactory template class is a factory class
    18   /** The VectorMapFactory template class is a factory class
    12    *  to create maps for the edge and nodes. This map factory
    19    *  to create maps for the edge and nodes. This map factory
    13    *  use the std::vector to implement the container function.
    20    *  use the std::vector to implement the container function.
    14    *
    21    *
    15    *  The template parameter is the MapRegistry that the maps
    22    *  The template parameter is the MapRegistry that the maps
   331 
   338 
   332     };
   339     };
   333 		
   340 		
   334   };
   341   };
   335 
   342 
       
   343   
       
   344   /// @}
       
   345   
       
   346 
   336 }
   347 }
   337 
   348 
   338 #endif
   349 #endif