/reactos/sdk/include/c++/stlport/stl/ |
H A D | _istream.h | 68 basic_istream(_Self const&); 69 _Self& operator = (_Self const&); 83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&); 130 _Self& get(char_type& __c); 149 _Self& ignore(); 150 _Self& ignore(streamsize __n); 157 _Self& putback(char_type __c); 158 _Self& unget(); 164 _Self& seekg(pos_type __pos); 188 typedef sentry _Self; [all …]
|
H A D | _iterator.h | 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 80 _Self& operator++() { 84 _Self operator++(int) { 85 _Self __tmp = *this; 89 _Self& operator--() { 94 _Self __tmp = *this; 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 104 _Self operator-(difference_type __n) const { return _Self(current + __n); } 173 _Self& operator=(const _Self& __other) { 202 _Self& operator=(const _Self& __other) { [all …]
|
H A D | _string_workaround.h | 97 _Self& operator=(const _Self& __s) { 148 _Self& operator+=(const _Self& __s) { 162 _Self& append(const _Self& __s) { in append() 167 _Self& append(const _Self& __s, in append() 248 _Self& assign(const _Self& __s) { in assign() 253 _Self& assign(const _Self& __s, in assign() 319 _Self& insert(size_type __pos, const _Self& __s) { in insert() 324 _Self& insert(size_type __pos, const _Self& __s, in insert() 472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() 477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() [all …]
|
H A D | _ostream.h | 58 basic_ostream(_Self const&); 59 _Self& operator = (_Self const&); 77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&); 96 _Self& put(char_type __c); 106 _Self& operator<<(short __x); 108 _Self& operator<<(int __x); 117 _Self& operator<<(long __x); 130 _Self& operator<<(bool __x); 134 _Self& flush() { in flush() 173 typedef sentry _Self; typedef [all …]
|
H A D | _complex.h | 49 _Self& operator=(const _Self& __z) { 140 _Self& operator+= (const _Self& __z) { 146 _Self& operator-= (const _Self& __z) { 152 _Self& operator*= (const _Self& __z) { 160 _Self& operator/= (const _Self& __z) { 277 _Self& operator=(const _Self& __z) { 283 _Self& operator+= (const _Self& __z) { 289 _Self& operator-= (const _Self& __z) { 295 _Self& operator*= (const _Self& __z) { 415 _Self& operator=(const _Self& __z) { [all …]
|
H A D | _iterator_old.h | 92 _Self& operator++() { 96 _Self operator++(int) { 97 _Self __tmp = *this; 101 _Self& operator--() { 105 _Self operator--(int) { 106 _Self __tmp = *this; 178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; } 185 _Self& operator++() { 190 _Self __tmp = *this; 194 _Self& operator--() { [all …]
|
H A D | _string.h | 347 _Self& operator=(const _Self& __s) { 451 _Self& operator+=(const _Self& __s) { return append(__s); } 516 _Self& append(const _Self& __s) in append() 519 _Self& append(const _Self& __s, in append() 548 _Self& assign(const _Self& __s) in assign() 551 _Self& assign(const _Self& __s, in assign() 608 _Self& insert(size_type __pos, const _Self& __s) { in insert() 617 _Self& insert(size_type __pos, const _Self& __s, in insert() 813 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() 824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() [all …]
|
H A D | _stream_iterator.h | 120 _Self& operator++() { 124 _Self operator++(int) { 125 _Self __tmp = *this; 130 bool _M_equal(const _Self& __x) const { in _M_equal() 149 *_M_stream >> _STLP_MUTABLE(_Self, _M_value); in _M_read() 152 _STLP_MUTABLE(_Self, _M_read_done) = true; in _M_read() 166 typedef ostream_iterator<_TpP> _Self; typedef 180 _Self& operator=(const _TpP& __val) { 185 _Self& operator*() { return *this; } 186 _Self& operator++() { return *this; } [all …]
|
H A D | _rope.h | 202 > _Self; 204 > _Self; 234 _Self& operator= (_Self& __x) { 240 _Self& operator= (const _Self& __x) { 677 _Self& operator= (const _Self& __c) { 730 _Self& operator= (const _Self& __x) { 851 _Self& operator = (const _Self& __x) 902 _Self& operator= (const _Self& __x) { 1004 _Self& operator= (const _Self& __x) { 1491 _Self& operator=(const _Self& __x) { [all …]
|
H A D | _auto_ptr.h | 43 typedef auto_ptr_ref<_Tp> _Self; typedef 44 _Self& operator = (_Self const&); 51 typedef auto_ptr<_Tp> _Self; typedef 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } in auto_ptr() 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { 112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW {
|
H A D | _sstream.h | 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self; typedef 148 typedef basic_istringstream<_CharT, _Traits> _Self; typedef 150 basic_istringstream(_Self const&); 151 _Self& operator = (_Self const&); 192 typedef basic_ostringstream<_CharT, _Traits> _Self; typedef 194 basic_ostringstream(_Self const&); 195 _Self& operator = (_Self const&); 237 typedef basic_stringstream<_CharT, _Traits> _Self; typedef 239 basic_stringstream(_Self const&); 240 _Self& operator = (_Self const&);
|
H A D | _numpunct.h | 129 typedef numpunct_byname<char> _Self; typedef 130 numpunct_byname(_Self const&); 131 _Self& operator = (_Self const&); 160 typedef numpunct_byname<wchar_t> _Self; typedef 161 numpunct_byname(_Self const&); 162 _Self& operator = (_Self const&);
|
H A D | _monetary.h | 273 typedef moneypunct_byname<char, true> _Self; typedef 275 moneypunct_byname(_Self const&); 276 _Self& operator = (_Self const&); 306 typedef moneypunct_byname<char, false> _Self; typedef 308 moneypunct_byname(_Self const&); 309 _Self& operator = (_Self const&); 340 typedef moneypunct_byname<wchar_t, true> _Self; typedef 342 moneypunct_byname(_Self const&); 343 _Self& operator = (_Self const&); 375 moneypunct_byname(_Self const&); [all …]
|
H A D | _messages_facets.h | 141 typedef messages_byname<char> _Self; typedef 143 messages_byname(_Self const&); 144 _Self& operator = (_Self const&); 169 typedef messages_byname<wchar_t> _Self; typedef 171 messages_byname(_Self const&); 172 _Self& operator = (_Self const&);
|
H A D | _list.h | 122 _Self& operator++() { 126 _Self operator++(int) { 127 _Self __tmp = *this; 131 _Self& operator--() { 135 _Self operator--(int) { 136 _Self __tmp = *this; 359 list(__move_source<_Self> src) 365 _Self& operator = (const _Self& __x); 401 void swap(_Self& __x) { 648 void merge(_Self& __x) [all …]
|
H A D | _map.h | 49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef 146 map(const _Self& __x) : _M_t(__x._M_t) {} in _STLP_CREATE_ITERATOR_TRAITS() 149 map(__move_source<_Self> src) in _STLP_CREATE_ITERATOR_TRAITS() 153 _Self& operator=(const _Self& __x) { in _STLP_CREATE_ITERATOR_TRAITS() 182 void swap(_Self& __x) { _M_t.swap(__x._M_t); } in _STLP_CREATE_ITERATOR_TRAITS() 184 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 331 multimap(const _Self& __x) : _M_t(__x._M_t) {} in _STLP_CREATE_ITERATOR_TRAITS() 334 multimap(__move_source<_Self> src) in _STLP_CREATE_ITERATOR_TRAITS() 338 _Self& operator=(const _Self& __x) { in _STLP_CREATE_ITERATOR_TRAITS() 360 void swap(_Self& __x) { _M_t.swap(__x._M_t); } in _STLP_CREATE_ITERATOR_TRAITS() [all …]
|
H A D | _set.h | 51 typedef set<_Key, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef 134 set(const _Self& __x) : _M_t(__x._M_t) {} in _STLP_CREATE_ITERATOR_TRAITS() 137 set(__move_source<_Self> src) in _STLP_CREATE_ITERATOR_TRAITS() 141 _Self& operator=(const _Self& __x) { in _STLP_CREATE_ITERATOR_TRAITS() 162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } in _STLP_CREATE_ITERATOR_TRAITS() 164 void _M_swap_workaround(_Self& __x) { swap(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 221 typedef multiset<_Key, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef 306 multiset(const _Self& __x) : _M_t(__x._M_t) {} in _STLP_CREATE_ITERATOR_TRAITS() 307 _Self& operator=(const _Self& __x) { in _STLP_CREATE_ITERATOR_TRAITS() 313 multiset(__move_source<_Self> src) in _STLP_CREATE_ITERATOR_TRAITS() [all …]
|
H A D | _slist.h | 106 _Self& operator++() { 110 _Self operator++(int) { 111 _Self __tmp = *this; 152 typedef _Slist_base<_Tp, _Alloc> _Self; 165 _Slist_base(__move_source<_Self> src) : 227 typedef slist<_Tp,_Alloc> _Self; 329 slist(const _Self& __x) 334 slist(__move_source<_Self> src) 338 _Self& operator= (const _Self& __x); 430 void swap(_Self& __x) [all …]
|
H A D | _queue.h | 70 typedef queue<_Tp> _Self; typedef 72 typedef queue<_Tp, _Sequence> _Self; 90 queue(__move_source<_Self> src) in queue() 105 void _M_swap_workaround(_Self& __x) { in _M_swap_workaround() 154 typedef priority_queue<_Tp> _Self; in _STLP_RELOPS_OPERATORS() typedef 156 typedef priority_queue<_Tp, _Sequence, _Compare> _Self; in _STLP_RELOPS_OPERATORS() 177 priority_queue(__move_source<_Self> src) in _STLP_RELOPS_OPERATORS() 238 void _M_swap_workaround(_Self& __x) { in _STLP_RELOPS_OPERATORS()
|
H A D | _ctype.h | 167 typedef ctype_byname<char> _Self; typedef 168 ctype_byname(_Self const&); 169 _Self& operator = (_Self const&); 264 typedef ctype_byname<wchar_t> _Self; typedef 265 ctype_byname(_Self const&); 266 _Self& operator = (_Self const&);
|
/reactos/sdk/include/c++/stlport/stl/debug/ |
H A D | _string.h | 165 _Self& operator=(const _Self& __s) { 234 _Self& operator+=(const _Self& __s) { return append(__s); } 273 _Self& append(const _Self& __s) { in append() 280 _Self& append(const _Self& __s, size_type __pos, size_type __n) { in append() 324 _Self& assign(const _Self& __s) { in assign() 330 _Self& assign(const _Self& __s, size_type __pos, size_type __n) { in assign() 389 _Self& insert(size_type __pos, const _Self& __s) { in insert() 396 _Self& insert(size_type __pos, const _Self& __s, in insert() 515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() 522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() [all …]
|
H A D | _iterator.h | 231 _DBG_iter(const _Self& __rhs) : in _DBG_iter() 241 _Self& operator=(const _Self& __rhs) { 250 _Self& operator++() { 254 _Self operator++(int) { 255 _Self __tmp = *this; 259 _Self& operator--() { 263 _Self operator--(int) { 264 _Self __tmp = *this; 269 _Self& operator+=(difference_type __n) { 279 _Self __tmp(*this); [all …]
|
/reactos/sdk/include/c++/stlport/stl/pointers/ |
H A D | _slist.h | 63 typedef slist<_Tp, _Alloc> _Self; typedef 136 slist(const _Self& __x) : _M_impl(__x._M_impl) {} in slist() 139 slist(__move_source<_Self> src) in slist() 143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; } 199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } in swap() 201 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() 365 void splice_after(iterator __pos, _Self& __x, in splice_after() 371 void splice_after(iterator __pos, _Self& __x) in splice_after() 373 void splice(iterator __pos, _Self& __x) in splice() 375 void splice(iterator __pos, _Self& __x, iterator __i) in splice() [all …]
|
H A D | _list.h | 70 typedef list<_Tp, _Alloc> _Self; typedef 145 list(const _Self& __x) : _M_impl(__x._M_impl) {} in list() 148 list(__move_source<_Self> src) in list() 173 void swap(_Self &__x) { _M_impl.swap(__x._M_impl); } in swap() 175 void _M_swap_workaround(_Self& __x) { swap(__x); } in _M_swap_workaround() 253 _Self& operator=(const _Self& __x) 293 void splice(iterator __pos, _Self& __x) in splice() 295 void splice(iterator __pos, _Self& __x, iterator __i) in splice() 297 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last) in splice() 304 void merge(_Self& __x) { _M_impl.merge(__x._M_impl); } in merge() [all …]
|
H A D | _tools.h | 349 typedef _IteWrapper<_StorageT, _ValueT, _Iterator> _Self; 350 typedef _Self _Ite; 356 _Self& operator= (_Self const& __rhs) { 361 _Self& operator++() { 366 _Self& operator--() { 371 _Self& operator += (difference_type __offset) { 375 difference_type operator -(_Self const& __other) const 378 bool operator == (_Self const& __other) const 381 bool operator != (_Self const& __other) const 384 bool operator < (_Self const& __rhs) const
|