28 Array2(
size_t bound0,
size_t bound1);
29 Array2(
size_t bound0,
size_t bound1, T* objects);
102 template <
typename T>
105 *
this = std::move(other);
108 template <
typename T>
112 mObjects = std::move(other.mObjects);
117 template <
typename T>
inline 123 template <
typename T>
inline 129 template <
typename T>
inline 135 template <
typename T>
inline 141 template <
typename T>
144 for (
size_t i1 = 0; i1 <
mBound1; ++i1)
151 template <
typename T>
std::vector< T * > mIndirect1
Array2 & operator=(Array2 const &other)
GLenum GLenum GLsizei void * row
void SetPointers(T *objects)
T const * operator[](int row) const
std::vector< T > mObjects