34#ifndef __H__UG__COMMON__FIXED_ARRAY_SPECIALIZATION_H__
35#define __H__UG__COMMON__FIXED_ARRAY_SPECIALIZATION_H__
53 size()
const {
return Size; }
FixedArray1()
Definition fixed_array_specialization.h:48
T & at(size_type i)
Definition fixed_array_specialization.h:75
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
bool resize(size_type newN)
Definition fixed_array_specialization.h:56
T value_type
Definition fixed_array_specialization.h:43
const T & at(size_type i) const
Definition fixed_array_specialization.h:72
value_type x
Definition fixed_array_specialization.h:82
FixedArray1(const FixedArray1< T, 2 > &other)
Definition fixed_array_specialization.h:101
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
const T & at(size_type i) const
Definition fixed_array_specialization.h:124
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
T & at(size_type i)
Definition fixed_array_specialization.h:127
value_type x
Definition fixed_array_specialization.h:133
value_type x
Definition fixed_array_specialization.h:185
T & at(size_type i)
Definition fixed_array_specialization.h:178
FixedArray1()
Definition fixed_array_specialization.h:151
value_type z
Definition fixed_array_specialization.h:187
FixedArray1(const FixedArray1< T, 3 > &other)
Definition fixed_array_specialization.h:152
const T & at(size_type i) const
Definition fixed_array_specialization.h:175
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
value_type z
Definition fixed_array_specialization.h:238
value_type y
Definition fixed_array_specialization.h:237
T & at(size_type i)
Definition fixed_array_specialization.h:230
FixedArray1()
Definition fixed_array_specialization.h:203
value_type x
Definition fixed_array_specialization.h:236
const T & at(size_type i) const
Definition fixed_array_specialization.h:227
FixedArray1(const FixedArray1< T, 4 > &other)
Definition fixed_array_specialization.h:204
value_type w
Definition fixed_array_specialization.h:239
bool resize(size_type newN)
Definition fixed_array_specialization.h:211
T value_type
Definition fixed_array_specialization.h:198
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