Home | History | Annotate | Download | only in ADT

Lines Matching refs:ValT

194 template <typename ValT>
196 : public ImmutableMap<Interval, ValT, ImutIntervalInfo<ValT> > {
198 typedef typename ImutIntervalInfo<ValT>::value_type value_type;
199 typedef typename ImutIntervalInfo<ValT>::value_type_ref value_type_ref;
200 typedef typename ImutIntervalInfo<ValT>::key_type key_type;
201 typedef typename ImutIntervalInfo<ValT>::key_type_ref key_type_ref;
202 typedef typename ImutIntervalInfo<ValT>::data_type data_type;
203 typedef typename ImutIntervalInfo<ValT>::data_type_ref data_type_ref;
204 typedef ImutAVLTree<ImutIntervalInfo<ValT> > TreeTy;
208 : ImmutableMap<Interval, ValT, ImutIntervalInfo<ValT> >(R) {}
211 ImutIntervalAVLFactory<ImutIntervalInfo<ValT> > F;