Searched defs:slist (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_slist.h300 class slist : private _Slist_base<_Tp,_Alloc> class in inherits:_Slist_base
353 explicit slist(const allocator_type& __a = allocator_type()) : _Base(__a) {} function in class:slist
355 slist(size_type __n, const value_type& __x, function in class:slist
359 explicit slist(size_type __n) : _Base(allocator_type()) function in class:slist
366 slist(_InputIterator __first, _InputIterator __last, function in class:slist
371 slist(const_iterator __first, const_iterator __last, function in class:slist
374 slist(const value_type* __first, const value_type* __last, function in class:slist
379 slist(const slist& __x) : _Base(__x.get_allocator()) function in class:slist
685 operator =(const slist<_Tp,_Alloc>& __x) argument
746 operator ==(const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) argument
759 operator <(const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) argument
[all...]

Completed in 26 milliseconds