#include <triplet.h>
◆ FirstType
template<typename First, typename Second, typename Third>
◆ SecondType
template<typename First, typename Second, typename Third>
◆ ThirdType
template<typename First, typename Second, typename Third>
◆ Triplet() [1/2]
template<typename First, typename Second, typename Third>
◆ Triplet() [2/2]
template<typename First, typename Second, typename Third>
Triplet< First, Second, Third >::Triplet |
( |
First |
f, |
|
|
Second |
s, |
|
|
Third |
t |
|
) |
| |
|
inline |
◆ getFirst() [1/2]
template<typename First, typename Second, typename Third>
const First& Triplet< First, Second, Third >::getFirst |
( |
| ) |
const |
|
inline |
◆ getFirst() [2/2]
template<typename First, typename Second, typename Third>
First& Triplet< First, Second, Third >::getFirst |
( |
| ) |
|
|
inline |
◆ getSecond() [1/2]
template<typename First, typename Second, typename Third>
const Second& Triplet< First, Second, Third >::getSecond |
( |
| ) |
const |
|
inline |
◆ getSecond() [2/2]
template<typename First, typename Second, typename Third>
Second& Triplet< First, Second, Third >::getSecond |
( |
| ) |
|
|
inline |
◆ getThird() [1/2]
template<typename First, typename Second, typename Third>
const Third& Triplet< First, Second, Third >::getThird |
( |
| ) |
const |
|
inline |
◆ getThird() [2/2]
template<typename First, typename Second, typename Third>
Third& Triplet< First, Second, Third >::getThird |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: