Home | History | Annotate | Download | only in ADT

Lines Matching defs:Self

109   typedef PolicyIteratorBase<value_type, Traits, IteratorType>          Self;
150 typedef PolicyIterator<DataType, Traits, IteratorType> Self;
167 Self& operator++() {
172 Self operator++(int) {
173 Self tmp = *this;
200 typedef TreeIterator<value_type, Traits> Self;
233 Self& operator++() {
238 Self operator++(int) {
239 Self tmp = *this;
244 Self& operator--() {
249 Self operator--(int) {
250 Self tmp = *this;
374 typedef BinaryTree<DataType> Self;