Searched defs:indexed_based_stl_iterator_base (Results 1 – 1 of 1) sorted by relevance
30 friend class indexed_based_stl_iterator_base<typename traits::const_iterator>; variable31 friend class indexed_based_stl_iterator_base<typename traits::non_const_iterator>; variable36 indexed_based_stl_iterator_base() EIGEN_NO_THROW : mp_xpr(0), m_index(0) {} in indexed_based_stl_iterator_base() function37 …indexed_based_stl_iterator_base(XprType& xpr, Index index) EIGEN_NO_THROW : mp_xpr(&xpr), m_index(… in indexed_based_stl_iterator_base() function39 indexed_based_stl_iterator_base(const non_const_iterator& other) EIGEN_NO_THROW in indexed_based_stl_iterator_base() function