|
| the_duplet_t (const T *data) |
|
| the_duplet_t (const T &x, const T &y) |
|
bool | operator== (const the_duplet_t< T > &d) const |
|
bool | operator< (const the_duplet_t< T > &d) const |
|
bool | equal (const the_duplet_t< T > &d) const |
|
void | assign (const T *data) |
|
void | assign (const T &x, const T &y) |
|
void | scale (const T &s) |
|
void | increment (const the_duplet_t< T > &d) |
|
void | decrement (const the_duplet_t< T > &d) |
|
void | dump (ostream &stream, const char *type_name) const |
|
const T & | x () const |
|
const T & | y () const |
|
T & | x () |
|
T & | y () |
|
const T & | operator[] (const unsigned int &i) const |
|
T & | operator[] (const unsigned int &i) |
|
const T * | data () const |
|
T * | data () |
|
The documentation for this class was generated from the following file: