#include <Wm4TTuple.h>
Public Member Functions | |
operator const TYPE * () const | |
operator TYPE * () | |
bool | operator!= (const TTuple &rkT) const |
bool | operator< (const TTuple &rkT) const |
bool | operator<= (const TTuple &rkT) const |
TTuple & | operator= (const TTuple &rkT) |
bool | operator== (const TTuple &rkT) const |
bool | operator> (const TTuple &rkT) const |
bool | operator>= (const TTuple &rkT) const |
TYPE & | operator[] (int i) |
TYPE | operator[] (int i) const |
TTuple (const TTuple &rkT) | |
TTuple () | |
~TTuple () |
Definition at line 33 of file Wm4TTuple.h.
Wm4::TTuple< DIMENSION, TYPE >::TTuple | ( | ) | [inline] |
Definition at line 21 of file Wm4TTuple.inl.
Wm4::TTuple< DIMENSION, TYPE >::TTuple | ( | const TTuple< DIMENSION, TYPE > & | rkT | ) | [inline] |
Definition at line 33 of file Wm4TTuple.inl.
Wm4::TTuple< DIMENSION, TYPE >::~TTuple | ( | ) | [inline] |
Definition at line 28 of file Wm4TTuple.inl.
Wm4::TTuple< DIMENSION, TYPE >::operator const TYPE * | ( | ) | const [inline] |
Definition at line 42 of file Wm4TTuple.inl.
Wm4::TTuple< DIMENSION, TYPE >::operator TYPE * | ( | ) | [inline] |
Definition at line 48 of file Wm4TTuple.inl.
bool Wm4::TTuple< DIMENSION, TYPE >::operator!= | ( | const TTuple< DIMENSION, TYPE > & | rkT | ) | const [inline] |
Definition at line 85 of file Wm4TTuple.inl.
bool Wm4::TTuple< DIMENSION, TYPE >::operator< | ( | const TTuple< DIMENSION, TYPE > & | rkT | ) | const [inline] |
Definition at line 92 of file Wm4TTuple.inl.
bool Wm4::TTuple< DIMENSION, TYPE >::operator<= | ( | const TTuple< DIMENSION, TYPE > & | rkT | ) | const [inline] |
Definition at line 99 of file Wm4TTuple.inl.
TTuple< DIMENSION, TYPE > & Wm4::TTuple< DIMENSION, TYPE >::operator= | ( | const TTuple< DIMENSION, TYPE > & | rkT | ) | [inline] |
Definition at line 68 of file Wm4TTuple.inl.
bool Wm4::TTuple< DIMENSION, TYPE >::operator== | ( | const TTuple< DIMENSION, TYPE > & | rkT | ) | const [inline] |
Definition at line 78 of file Wm4TTuple.inl.
bool Wm4::TTuple< DIMENSION, TYPE >::operator> | ( | const TTuple< DIMENSION, TYPE > & | rkT | ) | const [inline] |
Definition at line 106 of file Wm4TTuple.inl.
bool Wm4::TTuple< DIMENSION, TYPE >::operator>= | ( | const TTuple< DIMENSION, TYPE > & | rkT | ) | const [inline] |
Definition at line 113 of file Wm4TTuple.inl.
TYPE & Wm4::TTuple< DIMENSION, TYPE >::operator[] | ( | int | i | ) | [inline] |
Definition at line 61 of file Wm4TTuple.inl.
TYPE Wm4::TTuple< DIMENSION, TYPE >::operator[] | ( | int | i | ) | const [inline] |
Definition at line 54 of file Wm4TTuple.inl.