AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
setlastindex()
template<class T>
void aff::LinearShape::setlastindex
inline
inherited
set last index to
last
Definition at line
152
of file
linearshape.h
.
153
{
154
AFF_assert
(((
last
>=
Mfirst
)&&(
last
<=
Mlast
)),
155
"ERROR (LinearShape::setlastindex): index value out of range"
);
156
Mlast
=
last
;
157
}
AFF_assert
#define AFF_assert(C, M)
Check an assertion and report by throwing an exception.
Definition:
error.h:162
aff::LinearShape::Mlast
Tsubscript Mlast
last valid index
Definition:
linearshape.h:167
aff::LinearShape::Mfirst
Tsubscript Mfirst
first valid index
Definition:
linearshape.h:166
aff::LinearShape::last
const Tsubscript & last() const
return last legal index
Definition:
linearshape.h:107
aff
Series
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14