
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 | 
Definition at line 84 of file SundanceOrderedTuple.hpp.
| Sundance::OrderedTriple< A, B, C >::OrderedTriple | ( | const A & | _a, | |
| const B & | _b, | |||
| const C & | _c | |||
| ) |  [inline] | 
        
Definition at line 88 of file SundanceOrderedTuple.hpp.
| const A& Sundance::OrderedTriple< A, B, C >::a | ( | ) |  const [inline] | 
        
Definition at line 92 of file SundanceOrderedTuple.hpp.
| const B& Sundance::OrderedTriple< A, B, C >::b | ( | ) |  const [inline] | 
        
Definition at line 94 of file SundanceOrderedTuple.hpp.
| const C& Sundance::OrderedTriple< A, B, C >::c | ( | ) |  const [inline] | 
        
Definition at line 96 of file SundanceOrderedTuple.hpp.