Home | History | Annotate | Download | only in ext

Lines Matching refs:array_allocator

26 /** @file ext/array_allocator.h
96 class array_allocator : public array_allocator_base<_Tp>
115 { typedef array_allocator<_Tp1, _Array1> other; };
117 array_allocator(array_type* __array = NULL) throw()
120 array_allocator(const array_allocator& __o) throw()
124 array_allocator(const array_allocator<_Tp1, _Array1>&) throw()
127 ~array_allocator() throw() { }
142 operator==(const array_allocator<_Tp, _Array>&,
143 const array_allocator<_Tp, _Array>&)
148 operator!=(const array_allocator<_Tp, _Array>&,
149 const array_allocator<_Tp, _Array>&)