5template <
class T, TINT Capacity>
11 for (
TINT i = 0; i < Capacity; i++ )
29 TASSERT( a_iIndex >= 0 && a_iIndex < Capacity );
35 TASSERT( a_iIndex >= 0 && a_iIndex < Capacity );
40 TCHAR m_pData[
sizeof( T ) * Capacity ];
#define TREINTERPRETCAST(TYPE, VALUE)
#define TOSHI_NAMESPACE_START
#define TOSHI_NAMESPACE_END
const T & operator[](TINT a_iIndex) const
void InitialiseAll(const T &a_oValue)
T & operator[](TINT a_iIndex)