1 #ifndef NUMBERLIKEARRAY_H
2 #define NUMBERLIKEARRAY_H
27 static const unsigned int N;
115 for (i = 0; i < len; i++)
130 for (i = 0; i <
len; i++)
146 for (i = 0; i < len; i++)
152 : cap(blen), len(blen) {
157 for (i = 0; i <
len; i++)
169 for (i = 0; i < len; i++)
170 if (blk[i] != x.
blk[i])
void allocateAndCopy(Index c)
bool operator==(const NumberlikeArray< Blk > &x) const
void operator=(const NumberlikeArray< Blk > &x)
Blk getBlock(Index i) const
static const unsigned int N
Index getCapacity() const
bool operator!=(const NumberlikeArray< Blk > &x) const