#include <tuples.h>
Public Member Functions | |
triple (const T1 &t1=T1(), const T2 &t2=T2(), const T3 &t3=T3()) | |
bool | operator== (const triple &t) const |
bool | operator< (const triple &t) const |
Public Attributes | |
T1 | first |
T2 | second |
T3 | third |
Friends | |
ostream & | operator<< (ostream &os, const triple &t) |
Definition at line 17 of file tuples.h.
|
|
|
Definition at line 43 of file tuples.h. References triple< T1, T2, T3 >::first, triple< T1, T2, T3 >::second, and triple< T1, T2, T3 >::third. |
|
Definition at line 39 of file tuples.h. References triple< T1, T2, T3 >::first, triple< T1, T2, T3 >::second, and triple< T1, T2, T3 >::third. |
|
|
|
Definition at line 80 of file tuples.h. Referenced by triple< T1, T2, T3 >::operator<(), ThRightNormalForm::operator=(), BKLRightNormalForm::operator=(), BKLLeftNormalForm::operator=(), and triple< T1, T2, T3 >::operator==(). |
|
Definition at line 81 of file tuples.h. Referenced by triple< T1, T2, T3 >::operator<(), ThRightNormalForm::operator=(), BKLRightNormalForm::operator=(), BKLLeftNormalForm::operator=(), and triple< T1, T2, T3 >::operator==(). |
|
Definition at line 82 of file tuples.h. Referenced by triple< T1, T2, T3 >::operator<(), ThRightNormalForm::operator=(), BKLRightNormalForm::operator=(), BKLLeftNormalForm::operator=(), and triple< T1, T2, T3 >::operator==(). |