ReactOS 0.4.16-dev-433-g6363f78
|
#include <_string_sum.h>
Public Types | |
typedef basic_string< _CharT, _Traits, _Alloc > | _BString |
typedef _BString::const_reference | const_reference |
typedef _BString::const_iterator | const_iterator |
typedef _BString::const_reverse_iterator | const_reverse_iterator |
typedef _BString::size_type | size_type |
typedef _BString::allocator_type | allocator_type |
typedef __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection > | _Self |
typedef __bstr_sum< _CharT, _Traits, _Alloc, _Self, __bstr_wrapper< _CharT, _Traits, _Alloc >, __on_left > | _BStrOnLeft |
typedef __bstr_sum< _CharT, _Traits, _Alloc, _Self, __cstr_wrapper< _CharT >, __on_left > | _CStrOnLeft |
typedef __bstr_sum< _CharT, _Traits, _Alloc, _Self, __char_wrapper< _CharT >, __on_left > | _CharOnLeft |
Private Attributes | |
_Left | _lhs |
_Right | _rhs |
Definition at line 86 of file _string_sum.h.
typedef basic_string<_CharT, _Traits, _Alloc> __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_BString |
Definition at line 88 of file _string_sum.h.
typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_BStrOnLeft |
Definition at line 123 of file _string_sum.h.
typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_CharOnLeft |
Definition at line 129 of file _string_sum.h.
typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_CStrOnLeft |
Definition at line 126 of file _string_sum.h.
typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_Self |
Definition at line 94 of file _string_sum.h.
typedef _BString::allocator_type __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::allocator_type |
Definition at line 93 of file _string_sum.h.
typedef _BString::const_iterator __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::const_iterator |
Definition at line 90 of file _string_sum.h.
typedef _BString::const_reference __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::const_reference |
Definition at line 89 of file _string_sum.h.
typedef _BString::const_reverse_iterator __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::const_reverse_iterator |
Definition at line 91 of file _string_sum.h.
typedef _BString::size_type __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::size_type |
Definition at line 92 of file _string_sum.h.
|
inline |
Definition at line 96 of file _string_sum.h.
|
inline |
Definition at line 254 of file _string_sum.h.
Referenced by __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_M_get_storage(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::append(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::assign(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::at(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::begin(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::c_str(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::compare(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::copy(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::data(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::end(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::erase(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::find(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::find_first_not_of(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::find_first_of(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::find_last_not_of(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::find_last_of(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::get_allocator(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::insert(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::max_size(), operator<(), operator==(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::rbegin(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::rend(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::replace(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::rfind(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::substr(), and __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::swap().
|
inline |
Definition at line 268 of file _string_sum.h.
|
inline |
Definition at line 258 of file _string_sum.h.
|
inline |
Definition at line 263 of file _string_sum.h.
|
inline |
Definition at line 286 of file _string_sum.h.
|
inline |
Definition at line 276 of file _string_sum.h.
|
inline |
Definition at line 281 of file _string_sum.h.
|
inline |
Definition at line 272 of file _string_sum.h.
|
inline |
Definition at line 146 of file _string_sum.h.
|
inline |
Definition at line 133 of file _string_sum.h.
Referenced by __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::operator+=().
|
inline |
Definition at line 135 of file _string_sum.h.
|
inline |
Definition at line 137 of file _string_sum.h.
|
inline |
Definition at line 141 of file _string_sum.h.
|
inline |
Definition at line 143 of file _string_sum.h.
|
inline |
Definition at line 150 of file _string_sum.h.
|
inline |
Definition at line 151 of file _string_sum.h.
|
inline |
Definition at line 153 of file _string_sum.h.
|
inline |
Definition at line 152 of file _string_sum.h.
|
inline |
Definition at line 154 of file _string_sum.h.
|
inline |
Definition at line 119 of file _string_sum.h.
|
inline |
Definition at line 104 of file _string_sum.h.
|
inline |
Definition at line 185 of file _string_sum.h.
|
inline |
Definition at line 113 of file _string_sum.h.
|
inline |
Definition at line 239 of file _string_sum.h.
|
inline |
Definition at line 245 of file _string_sum.h.
|
inline |
Definition at line 247 of file _string_sum.h.
|
inline |
Definition at line 249 of file _string_sum.h.
|
inline |
Definition at line 241 of file _string_sum.h.
|
inline |
Definition at line 243 of file _string_sum.h.
|
inline |
Definition at line 179 of file _string_sum.h.
|
inline |
Definition at line 186 of file _string_sum.h.
|
inline |
Definition at line 114 of file _string_sum.h.
|
inline |
Definition at line 105 of file _string_sum.h.
|
inline |
Definition at line 165 of file _string_sum.h.
|
inline |
Definition at line 192 of file _string_sum.h.
|
inline |
Definition at line 189 of file _string_sum.h.
|
inline |
Definition at line 191 of file _string_sum.h.
|
inline |
Definition at line 190 of file _string_sum.h.
|
inline |
Definition at line 223 of file _string_sum.h.
|
inline |
Definition at line 217 of file _string_sum.h.
|
inline |
Definition at line 221 of file _string_sum.h.
|
inline |
Definition at line 219 of file _string_sum.h.
|
inline |
Definition at line 205 of file _string_sum.h.
|
inline |
Definition at line 199 of file _string_sum.h.
|
inline |
Definition at line 203 of file _string_sum.h.
|
inline |
Definition at line 201 of file _string_sum.h.
|
inline |
Definition at line 232 of file _string_sum.h.
|
inline |
Definition at line 226 of file _string_sum.h.
|
inline |
Definition at line 230 of file _string_sum.h.
|
inline |
Definition at line 228 of file _string_sum.h.
|
inline |
Definition at line 214 of file _string_sum.h.
|
inline |
Definition at line 208 of file _string_sum.h.
|
inline |
Definition at line 212 of file _string_sum.h.
|
inline |
Definition at line 210 of file _string_sum.h.
|
inline |
Definition at line 102 of file _string_sum.h.
|
inline |
Definition at line 99 of file _string_sum.h.
|
inline |
Definition at line 100 of file _string_sum.h.
|
inline |
Definition at line 157 of file _string_sum.h.
|
inline |
Definition at line 158 of file _string_sum.h.
|
inline |
Definition at line 161 of file _string_sum.h.
|
inline |
Definition at line 160 of file _string_sum.h.
|
inline |
Definition at line 162 of file _string_sum.h.
|
inline |
Definition at line 110 of file _string_sum.h.
|
inline |
Definition at line 112 of file _string_sum.h.
|
inline |
Definition at line 130 of file _string_sum.h.
|
inline |
Definition at line 124 of file _string_sum.h.
|
inline |
Definition at line 127 of file _string_sum.h.
|
inline |
|
inline |
Definition at line 106 of file _string_sum.h.
|
inline |
Definition at line 107 of file _string_sum.h.
|
inline |
Definition at line 168 of file _string_sum.h.
|
inline |
Definition at line 174 of file _string_sum.h.
|
inline |
Definition at line 172 of file _string_sum.h.
|
inline |
Definition at line 176 of file _string_sum.h.
|
inline |
Definition at line 170 of file _string_sum.h.
|
inline |
Definition at line 197 of file _string_sum.h.
|
inline |
Definition at line 194 of file _string_sum.h.
|
inline |
Definition at line 196 of file _string_sum.h.
|
inline |
Definition at line 195 of file _string_sum.h.
|
inline |
Definition at line 109 of file _string_sum.h.
Referenced by __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::capacity(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::empty(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::length(), and operator==().
|
inline |
Definition at line 235 of file _string_sum.h.
|
inline |
Definition at line 182 of file _string_sum.h.
|
private |
Definition at line 291 of file _string_sum.h.
Referenced by __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_M_get_storage(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::getLhs(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::operator[](), and __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::size().
|
private |
Definition at line 292 of file _string_sum.h.
Referenced by __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_M_get_storage(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::getRhs(), __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::operator[](), and __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::size().