A template specialization for wchar_t. More...
#include
Inherits CryStackStringT< T, S >.
Public Types | |
| typedef CryStackStringT< wchar_t, S > | _parentType |
| typedef CryFixedWStringT< S > | _Self |
| typedef size_t | size_type |
| typedef wchar_t | value_type |
| typedef const value_type * | const_str |
| typedef value_type * | pointer |
| typedef const value_type * | const_pointer |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
| typedef pointer | iterator |
| typedef const_pointer | const_iterator |
Public Member Functions | |
| CryFixedWStringT (const _parentType &str) | |
| CryFixedWStringT (const _parentType &str, size_type nOff, size_type nCount) | |
| CryFixedWStringT (const _Self &str) | |
| CryFixedWStringT (const _Self &str, size_type nOff, size_type nCount) | |
| CryFixedWStringT (size_type nRepeat, value_type ch) | |
| CryFixedWStringT (const_str str) | |
| CryFixedWStringT (const_str str, size_type nLength) | |
| CryFixedWStringT (const_iterator _First, const_iterator _Last) | |
|
template | |
| _Self & | operator= (const CryFixedWStringT< AnySize > &str) |
|
template | |
| _Self & | operator= (const CryStackStringT< wchar_t, AnySize > &str) |
A template specialization for wchar_t.