Searched refs:_Slist_base (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_slist.h226 struct _Slist_base struct in inherits:_Slist_alloc_base
235 _Slist_base(const allocator_type& __a) : _Base(__a) { _M_head._M_next = 0; } function in struct:_Slist_base
236 ~_Slist_base() { _M_erase_after(&_M_head, 0); }
255 struct _Slist_base { struct
259 _Slist_base(const allocator_type&) { _M_head._M_next = 0; } function in struct:_Slist_base
260 ~_Slist_base() { _M_erase_after(&_M_head, 0); }
286 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
300 class slist : private _Slist_base<_Tp,_Alloc>
303 typedef _Slist_base<_Tp,_Alloc> _Base;

Completed in 16 milliseconds