Home | History | Annotate | Download | only in pointers

Lines Matching defs:slist

29 #define SLIST_IMPL _STLP_PTR_IMPL_NAME(slist)
48 # define slist _STLP_NON_DBG_NAME(slist)
53 class slist
54 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (slist)
55 : public __stlport_class<slist<_Tp, _Alloc> >
63 typedef slist<_Tp, _Alloc> _Self;
87 explicit slist(const allocator_type& __a = allocator_type())
91 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type),
93 slist(size_type __n, const value_type& __x,
99 explicit slist(size_type __n) : _M_impl(__n) {}
106 slist(_InputIterator __first, _InputIterator __last,
118 slist(_InputIterator __first, _InputIterator __last)
126 slist(const_iterator __first, const_iterator __last,
130 slist(const value_type* __first, const value_type* __last,
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
410 #if defined (slist)
411 # undef slist