CMS 3D CMS Logo

Public Types | Public Member Functions | Static Public Member Functions

funct::Product< PROD_S(F, G), H >::prod0 Struct Reference

#include <SimplifyProduct.h>

List of all members.

Public Types

enum  { value = false }
typedef F A
typedef G B
typedef H C

Public Member Functions

typedef PROD_S (A, B) AB

Static Public Member Functions

static const Aa (const F &f, const G &g, const H &h)
static const Bb (const F &f, const G &g, const H &h)
static const Cc (const F &f, const G &g, const H &h)

Detailed Description

template<typename F, typename G, typename H>
struct funct::Product< PROD_S(F, G), H >::prod0

Definition at line 180 of file SimplifyProduct.h.


Member Typedef Documentation

template<typename F , typename G , typename H >
typedef F funct::Product< PROD_S(F, G), H >::prod0::A

Definition at line 181 of file SimplifyProduct.h.

template<typename F , typename G , typename H >
typedef G funct::Product< PROD_S(F, G), H >::prod0::B

Definition at line 181 of file SimplifyProduct.h.

template<typename F , typename G , typename H >
typedef H funct::Product< PROD_S(F, G), H >::prod0::C

Definition at line 181 of file SimplifyProduct.h.


Member Enumeration Documentation

template<typename F , typename G , typename H >
anonymous enum
Enumerator:
value 

Definition at line 186 of file SimplifyProduct.h.

{ value = false };

Member Function Documentation

template<typename F , typename G , typename H >
static const A& funct::Product< PROD_S(F, G), H >::prod0::a ( const F &  f,
const G &  g,
const H &  h 
) [inline, static]

Definition at line 183 of file SimplifyProduct.h.

References f.

{ return f; }
template<typename F , typename G , typename H >
static const B& funct::Product< PROD_S(F, G), H >::prod0::b ( const F &  f,
const G &  g,
const H &  h 
) [inline, static]

Definition at line 184 of file SimplifyProduct.h.

References g.

{ return g; }
template<typename F , typename G , typename H >
static const C& funct::Product< PROD_S(F, G), H >::prod0::c ( const F &  f,
const G &  g,
const H &  h 
) [inline, static]

Definition at line 185 of file SimplifyProduct.h.

References h.

{ return h; }
template<typename F , typename G , typename H >
typedef funct::Product< PROD_S(F, G), H >::prod0::PROD_S ( A  ,
B   
)