LocARNA-1.8.11
Public Member Functions | Public Attributes | List of all members
LocARNA::quintuple< T1, T2, T3, T4, T5 > Class Template Reference

Represents a 5-tuple. More...

#include <tuples.hh>

Inheritance diagram for LocARNA::quintuple< T1, T2, T3, T4, T5 >:
Inheritance graph
[legend]
Collaboration diagram for LocARNA::quintuple< T1, T2, T3, T4, T5 >:
Collaboration graph
[legend]

Public Member Functions

 quintuple (const T1 &x1, const T2 &x2, const T3 &x3, const T4 &x4, const T5 &x5)
 Construct from five values. More...
 
- Public Member Functions inherited from LocARNA::quadruple< T1, T2, T3, T4 >
 quadruple (const T1 &x1, const T2 &x2, const T3 &x3, const T4 &x4)
 Construct from four values. More...
 
- Public Member Functions inherited from LocARNA::triple< T1, T2, T3 >
 triple (const T1 &x1, const T2 &x2, const T3 &x3)
 

Public Attributes

T5 fifth
 fifth value
 
- Public Attributes inherited from LocARNA::quadruple< T1, T2, T3, T4 >
T4 fourth
 fourth value
 
- Public Attributes inherited from LocARNA::triple< T1, T2, T3 >
T3 third
 third value
 

Detailed Description

template<class T1, class T2, class T3, class T4, class T5>
class LocARNA::quintuple< T1, T2, T3, T4, T5 >

Represents a 5-tuple.

quintuple stores five values first, second, third, fourth, fifth extension of triple to 4-tuple

Constructor & Destructor Documentation

template<class T1 , class T2 , class T3 , class T4 , class T5 >
LocARNA::quintuple< T1, T2, T3, T4, T5 >::quintuple ( const T1 &  x1,
const T2 &  x2,
const T3 &  x3,
const T4 &  x4,
const T5 &  x5 
)
inline

Construct from five values.

Parameters
x1value 1
x2value 2
x3value 3
x4value 4
x5value 5

The documentation for this class was generated from the following file: