Home | History | Annotate | Download | only in ADT

Lines Matching refs:PolicyIteratorBase

101 class PolicyIteratorBase : public IteratorType
109 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self;
112 typedef PolicyIteratorBase<value_type, nonconst_traits, IteratorType> iterator;
114 typedef PolicyIteratorBase<value_type, const_traits, IteratorType> const_iterator;
120 PolicyIteratorBase()
123 PolicyIteratorBase(const iterator &X)
126 explicit PolicyIteratorBase(NodeBase* X)
129 virtual ~PolicyIteratorBase() {}
144 class PolicyIterator : public PolicyIteratorBase<DataType, Traits, IteratorType>
148 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base;