#include <indexHolder.h>
Public Member Functions | |
Constructors and Destructor | |
| IndexHolder (T *v, unsigned int i) | |
| IndexHolder () | |
| ~IndexHolder () | |
Overload Operators | |
| bool | operator!= (IndexHolder< T > const &other) const |
| bool | operator< (IndexHolder< T > const &other) const |
| bool | operator<= (IndexHolder< T > const &other) const |
| bool | operator== (IndexHolder< T > const &other) const |
| bool | operator> (IndexHolder< T > const &other) const |
| bool | operator>= (IndexHolder< T > const &other) const |
Static Public Member Functions | |
| bool | lessThan (const IndexHolder< T > &a, const IndexHolder< T > &b) |
Public Attributes | |
| unsigned int | index |
| T * | value |
Definition at line 20 of file indexHolder.h.
|
|||||||||
|
Definition at line 27 of file indexHolder.h. |
|
||||||||||||||||
|
Definition at line 28 of file indexHolder.h. |
|
|||||||||
|
Definition at line 29 of file indexHolder.h. |
|
||||||||||||||||
|
Definition at line 35 of file indexHolder.h. |
|
||||||||||
|
Definition at line 61 of file indexHolder.h. References seq::IndexHolder< T >::value. |
|
||||||||||
|
Definition at line 41 of file indexHolder.h. |
|
||||||||||
|
Definition at line 49 of file indexHolder.h. |
|
||||||||||
|
Definition at line 57 of file indexHolder.h. References seq::IndexHolder< T >::value. |
|
||||||||||
|
Definition at line 45 of file indexHolder.h. References seq::IndexHolder< T >::value. |
|
||||||||||
|
Definition at line 53 of file indexHolder.h. References seq::IndexHolder< T >::value. |
|
|||||
|
Definition at line 23 of file indexHolder.h. |
|
|||||
|
Definition at line 22 of file indexHolder.h. Referenced by seq::IndexHolder< T >::operator!=(), seq::IndexHolder< T >::operator==(), seq::IndexHolder< T >::operator>(), and seq::IndexHolder< T >::operator>=(). |
1.3.9.1