Changeset 314:2cc60866a0c9 in lemon for lemon/maps.h
- Timestamp:
- 10/09/08 13:27:35 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/maps.h
r313 r314 1684 1684 } 1685 1685 1686 /// @} 1687 1688 /// \addtogroup maps 1689 /// @{ 1690 1686 1691 /// \brief Writable bool map for logging each \c true assigned element 1687 1692 /// … … 1776 1781 } 1777 1782 1783 /// @} 1784 1785 /// \addtogroup graph_maps 1786 /// @{ 1787 1778 1788 /// Provides an immutable and unique id for each item in the graph. 1779 1789 … … 1882 1892 /// The value type of the InvertableMap. 1883 1893 typedef typename Map::Value Value; 1884 1885 1886 1894 1887 1895 /// \brief Constructor. … … 2049 2057 return InverseMap(*this); 2050 2058 } 2051 2052 2053 2059 2054 2060 };
Note: See TracChangeset
for help on using the changeset viewer.