reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
99 ValueT Data; 103 SMSNode(ValueT D, unsigned P, unsigned N) : Data(D), Prev(P), Next(N) {} 126 SparseSetValFunctor<KeyT, ValueT, KeyFunctorT> ValIndexOf; 134 unsigned sparseIndex(const ValueT &Val) const { 159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { 185 using value_type = ValueT; 186 using reference = ValueT &; 187 using const_reference = const ValueT &; 188 using pointer = ValueT *; 189 using const_pointer = const ValueT *; 221 ValueT> { 250 using super = std::iterator<std::bidirectional_iterator_tag, ValueT>; 419 iterator insert(const ValueT &Val) {