Home | History | Annotate | Download | only in permissions

Lines Matching defs:ElementType

17 // should define |ElementType| for the type of elements to store in the set,
29 typedef typename BaseSetOperatorsTraits<T>::ElementType ElementType;
31 typedef std::map<ElementIDType, linked_ptr<ElementType> > Map;
34 public std::iterator<std::input_iterator_tag, const ElementType*> {
57 const ElementType* operator*() const {
61 const ElementType* operator->() const {
161 ElementType* p = it1->Diff(*it2);
190 ElementType* p = it1->Intersect(*it2);
262 void insert(ElementType* item) {