NGSolve
5.3
|
N integers. More...
#include <hashtable.hpp>
Public Member Functions | |
INLINE | INT (T ai1) |
init all | |
INLINE | INT (T ai1, T ai2) |
init i[0], i[1] | |
INLINE | INT (T ai1, T ai2, T ai3) |
init i[0], i[1], i[2] | |
INLINE | INT (T ai1, T ai2, T ai3, T ai4) |
init i[0], i[1], i[2] | |
template<int N2, typename T2 > | |
INLINE | INT (const INT< N2, T2 > &in2) |
INLINE bool | operator== (const INT &in2) const |
all ints equal ? | |
INLINE void | Sort () |
sort integers | |
INLINE T & | operator[] (int j) |
access | |
INLINE const T & | operator[] (int j) const |
access | |
INLINE INT< N, T > & | operator= (T value) |
template<typename T2 > | |
INLINE INT< N, T > & | operator= (INT< N, T2 > v2) |
template<> | |
INLINE void | Sort () |
template<> | |
INLINE void | Sort () |
N integers.