src/hugo/map_defines.h
changeset 792 147eb3a58706
parent 782 df2e45e09652
child 822 88226d9fe821
equal deleted inserted replaced
0:8587d52a2309 1:e5dc70bdb132
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef MAP_DEFINES_H
     2 #ifndef MAP_DEFINES_H
     3 #define MAP_DEFINES_H
     3 #define MAP_DEFINES_H
       
     4 
       
     5 ///\ingroup graphmapfactory
       
     6 ///\file
       
     7 ///\brief Defines to help creating graph maps.
       
     8 
       
     9 /// \addtogroup graphmapfactory
       
    10 /// @{
     4 
    11 
     5 /** Creates the EdgeMapRegistry type an declare a mutable instance 
    12 /** Creates the EdgeMapRegistry type an declare a mutable instance 
     6  *  named edge_maps.
    13  *  named edge_maps.
     7  */
    14  */
     8 #define CREATE_EDGE_MAP_REGISTRY \
    15 #define CREATE_EDGE_MAP_REGISTRY \
   207 	MapImpl::operator=(copy); \
   214 	MapImpl::operator=(copy); \
   208 	return *this; \
   215 	return *this; \
   209       } \
   216       } \
   210     };
   217     };
   211 
   218 
       
   219   
       
   220 /// @}
       
   221   
   212 #endif
   222 #endif