Public Member Functions | |
| OrderedTriple (const A &_a, const B &_b, const C &_c) | |
| const A & | a () const |
| const B & | b () const |
| const C & | c () const |
Lexigraphically-comparable triple of objects.
Definition at line 95 of file SundanceOrderedTuple.hpp.
| Sundance::OrderedTriple< A, B, C >::OrderedTriple | ( | const A & | _a, |
| const B & | _b, | ||
| const C & | _c | ||
| ) | [inline] |
Definition at line 99 of file SundanceOrderedTuple.hpp.
| const A& Sundance::OrderedTriple< A, B, C >::a | ( | ) | const [inline] |
Definition at line 103 of file SundanceOrderedTuple.hpp.
| const B& Sundance::OrderedTriple< A, B, C >::b | ( | ) | const [inline] |
Definition at line 105 of file SundanceOrderedTuple.hpp.
| const C& Sundance::OrderedTriple< A, B, C >::c | ( | ) | const [inline] |
Definition at line 107 of file SundanceOrderedTuple.hpp.