CryFixedStringT

Template specialization for char. More...

#include

Inherits CryStackStringT< T, S >.

Public Types

typedef CryStackStringT< char, S > _parentType
typedef CryFixedStringT< S > _Self
typedef size_t size_type
typedef char 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

CryFixedStringT (const _parentType &str)
CryFixedStringT (const _parentType &str, size_type nOff, size_type nCount)
CryFixedStringT (const _Self &str)
CryFixedStringT (const _Self &str, size_type nOff, size_type nCount)
CryFixedStringT (size_type nRepeat, value_type ch)
CryFixedStringT (const_str str)
CryFixedStringT (const_str str, size_type nLength)
CryFixedStringT (const_iterator _First, const_iterator _Last)
template
_Self & operator= (const CryFixedStringT< AnySize > &str)
template
_Self & operator= (const CryStackStringT< char, AnySize > &str)
_Self & operator= (value_type ch)
void GetMemoryUsage (class ICrySizer *pSizer) const

Static Public Attributes

static const size_type MAX_SIZE = S

Detailed Description

template class CryFixedStringT< S >

Template specialization for char.