Home | History | Annotate | Download | only in ext

Lines Matching refs:array_allocator

26 /** @file ext/array_allocator.h
98 class array_allocator : public array_allocator_base<_Tp>
117 { typedef array_allocator<_Tp1, _Array1> other; };
119 array_allocator(array_type* __array = 0) throw()
122 array_allocator(const array_allocator& __o) throw()
126 array_allocator(const array_allocator<_Tp1, _Array1>&) throw()
129 ~array_allocator() throw() { }
144 operator==(const array_allocator<_Tp, _Array>&,
145 const array_allocator<_Tp, _Array>&)
150 operator!=(const array_allocator<_Tp, _Array>&,
151 const array_allocator<_Tp, _Array>&)