34 #ifndef __H__UG__COMMON__FIXED_ARRAY_SPECIALIZATION_H__
35 #define __H__UG__COMMON__FIXED_ARRAY_SPECIALIZATION_H__
53 size()
const {
return Size; }
Definition: fixed_array_specialization.h:41
const T & at(size_type i) const
Definition: fixed_array_specialization.h:72
FixedArray1()
Definition: fixed_array_specialization.h:48
FixedArray1(const FixedArray1< T, 1 > &other)
Definition: fixed_array_specialization.h:49
size_type size() const
Definition: fixed_array_specialization.h:53
size_t size_type
Definition: fixed_array_specialization.h:44
value_type values[1]
Definition: fixed_array_specialization.h:85
bool resize(size_type newN)
Definition: fixed_array_specialization.h:56
T value_type
Definition: fixed_array_specialization.h:43
value_type x
Definition: fixed_array_specialization.h:82
T & at(size_type i)
Definition: fixed_array_specialization.h:75
Definition: fixed_array_specialization.h:93
FixedArray1(const FixedArray1< T, 2 > &other)
Definition: fixed_array_specialization.h:101
T & at(size_type i)
Definition: fixed_array_specialization.h:127
bool resize(size_type newN)
Definition: fixed_array_specialization.h:108
FixedArray1()
Definition: fixed_array_specialization.h:100
size_t size_type
Definition: fixed_array_specialization.h:96
value_type values[2]
Definition: fixed_array_specialization.h:137
size_type size() const
Definition: fixed_array_specialization.h:105
value_type y
Definition: fixed_array_specialization.h:134
T value_type
Definition: fixed_array_specialization.h:95
const T & at(size_type i) const
Definition: fixed_array_specialization.h:124
value_type x
Definition: fixed_array_specialization.h:133
Definition: fixed_array_specialization.h:144
value_type x
Definition: fixed_array_specialization.h:185
value_type values[3]
Definition: fixed_array_specialization.h:190
FixedArray1()
Definition: fixed_array_specialization.h:151
value_type z
Definition: fixed_array_specialization.h:187
T & at(size_type i)
Definition: fixed_array_specialization.h:178
FixedArray1(const FixedArray1< T, 3 > &other)
Definition: fixed_array_specialization.h:152
size_t size_type
Definition: fixed_array_specialization.h:147
bool resize(size_type newN)
Definition: fixed_array_specialization.h:159
value_type y
Definition: fixed_array_specialization.h:186
T value_type
Definition: fixed_array_specialization.h:146
size_type size() const
Definition: fixed_array_specialization.h:156
const T & at(size_type i) const
Definition: fixed_array_specialization.h:175
Definition: fixed_array_specialization.h:196
value_type z
Definition: fixed_array_specialization.h:238
value_type y
Definition: fixed_array_specialization.h:237
FixedArray1()
Definition: fixed_array_specialization.h:203
value_type x
Definition: fixed_array_specialization.h:236
value_type values[4]
Definition: fixed_array_specialization.h:242
FixedArray1(const FixedArray1< T, 4 > &other)
Definition: fixed_array_specialization.h:204
value_type w
Definition: fixed_array_specialization.h:239
T & at(size_type i)
Definition: fixed_array_specialization.h:230
bool resize(size_type newN)
Definition: fixed_array_specialization.h:211
T value_type
Definition: fixed_array_specialization.h:198
const T & at(size_type i) const
Definition: fixed_array_specialization.h:227
size_t size_type
Definition: fixed_array_specialization.h:199
size_type size() const
Definition: fixed_array_specialization.h:208
Definition: fixed_array.h:56
T values[n]
Definition: fixed_array.h:111
const T & operator[](size_type i) const
Definition: fixed_array_impl.h:106
const T & at(size_type i) const
Definition: fixed_array.h:87
size_t size_type
Definition: fixed_array.h:59