@return Constant iterator pointer from start of repository
| 1374 | |
| 1375 | /// @return Constant iterator pointer from start of repository |
| 1376 | virtual inline const_iterator cbegin(void) const ELPP_FINAL { |
| 1377 | return m_list.cbegin(); |
| 1378 | } |
| 1379 | |
| 1380 | /// @return End of repository |
| 1381 | virtual inline const_iterator cend(void) const ELPP_FINAL { |