TuttleOFX
1
|
#include <static_channel_recursion.hpp>
Static Public Member Functions | |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (P1 &p1, P2 &p2, P3 &p3, const P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (P1 &p1, P2 &p2, const P3 &p3, const P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (P1 &p1, const P2 &p2, P3 &p3, const P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (const P1 &p1, P2 &p2, P3 &p3, const P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (const P1 &p1, P2 &p2, const P3 &p3, const P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (const P1 &p1, const P2 &p2, P3 &p3, const P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (P1 &p1, P2 &p2, P3 &p3, P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (P1 &p1, P2 &p2, const P3 &p3, P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (P1 &p1, const P2 &p2, P3 &p3, P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (P1 &p1, const P2 &p2, const P3 &p3, P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (const P1 &p1, P2 &p2, P3 &p3, P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (const P1 &p1, P2 &p2, const P3 &p3, P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (const P1 &p1, const P2 &p2, P3 &p3, P4 &p4, Op op) |
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op > | |
static Op | static_for_each (const P1 &p1, const P2 &p2, const P3 &p3, P4 &p4, Op op) |
Definition at line 23 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | P1 & | p1, |
P2 & | p2, | ||
P3 & | p3, | ||
const P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 27 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | P1 & | p1, |
P2 & | p2, | ||
const P3 & | p3, | ||
const P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 33 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | P1 & | p1, |
const P2 & | p2, | ||
P3 & | p3, | ||
const P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 39 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | P1 & | p1, |
const P2 & | p2, | ||
const P3 & | p3, | ||
const P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 45 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | const P1 & | p1, |
P2 & | p2, | ||
P3 & | p3, | ||
const P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 51 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | const P1 & | p1, |
P2 & | p2, | ||
const P3 & | p3, | ||
const P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 57 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | const P1 & | p1, |
const P2 & | p2, | ||
P3 & | p3, | ||
const P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 63 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | const P1 & | p1, |
const P2 & | p2, | ||
const P3 & | p3, | ||
const P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 69 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | P1 & | p1, |
P2 & | p2, | ||
P3 & | p3, | ||
P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 76 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | P1 & | p1, |
P2 & | p2, | ||
const P3 & | p3, | ||
P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 82 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | P1 & | p1, |
const P2 & | p2, | ||
P3 & | p3, | ||
P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 88 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | P1 & | p1, |
const P2 & | p2, | ||
const P3 & | p3, | ||
P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 94 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | const P1 & | p1, |
P2 & | p2, | ||
P3 & | p3, | ||
P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 100 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | const P1 & | p1, |
P2 & | p2, | ||
const P3 & | p3, | ||
P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 106 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | const P1 & | p1, |
const P2 & | p2, | ||
P3 & | p3, | ||
P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 112 of file static_channel_recursion.hpp.
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each | ( | const P1 & | p1, |
const P2 & | p2, | ||
const P3 & | p3, | ||
P4 & | p4, | ||
Op | op | ||
) | [inline, static] |
Definition at line 118 of file static_channel_recursion.hpp.