#include <PoomaPETE.h>
Public Types | |
typedef ForEachRef< A, FTag, CTag >::Type_t | TypeA_t |
typedef ForEachRef< B, FTag, CTag >::Type_t | TypeB_t |
typedef ForEachRef< C, FTag, CTag >::Type_t | TypeC_t |
typedef Combine3< TypeA_t, TypeB_t, TypeC_t, Op, CTag > ::Type_t | Type_t |
Static Public Member Functions | |
static const Type_t & | apply (const TrinaryNode< Op, A, B, C > &expr, const FTag &f, const CTag &c) |
typedef ForEachRef<A, FTag, CTag>::Type_t ForEachRef< TrinaryNode< Op, A, B, C >, FTag, CTag >::TypeA_t |
typedef ForEachRef<B, FTag, CTag>::Type_t ForEachRef< TrinaryNode< Op, A, B, C >, FTag, CTag >::TypeB_t |
typedef ForEachRef<C, FTag, CTag>::Type_t ForEachRef< TrinaryNode< Op, A, B, C >, FTag, CTag >::TypeC_t |
typedef Combine3<TypeA_t, TypeB_t, TypeC_t, Op, CTag>::Type_t ForEachRef< TrinaryNode< Op, A, B, C >, FTag, CTag >::Type_t |
static const Type_t& ForEachRef< TrinaryNode< Op, A, B, C >, FTag, CTag >::apply | ( | const TrinaryNode< Op, A, B, C > & | expr, | |
const FTag & | f, | |||
const CTag & | c | |||
) | [inline, static] |