equal
deleted
inserted
replaced
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 |