- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Homology/HomologyContainer.hpp
ra2a2f7 r707a2b 181 181 void clear(); 182 182 183 /** Returns the number of keys in the container. 184 * 185 * \return size of internal container 186 */ 187 const size_t size() 188 { return container.size(); } 189 183 190 private: 184 191 //!> multimap containing all homologous graph under same key but each with its value
Note:
See TracChangeset
for help on using the changeset viewer.