50 if ( ( physicalindex < 0 ) || ( physicalindex >
length ) )
53 return number[physicalindex];
@ RET_INDEXLIST_OUTOFBOUNDS
Definition MessageHandling.hpp:84
BooleanType
Definition Types.hpp:204
@ BT_TRUE
Definition Types.hpp:206
@ BT_FALSE
Definition Types.hpp:205
int int_t
Definition Types.hpp:180
#define END_NAMESPACE_QPOASES
Definition Types.hpp:110
#define BEGIN_NAMESPACE_QPOASES
Definition Types.hpp:107
int_t getIndex(int_t givennumber) const
Definition Indexlist.cpp:157
int_t getNumber(int_t physicalindex) const
Definition Indexlist.ipp:47
int_t getLength() const
Definition Indexlist.ipp:60
int_t length
Definition Indexlist.hpp:183
BooleanType isMember(int_t _number) const
Definition Indexlist.ipp:78
int_t getLastNumber() const
Definition Indexlist.ipp:69
int_t * number
Definition Indexlist.hpp:180