CMS 3D CMS Logo

Public Types | Public Member Functions | Static Public Member Functions

funct::RatioP1< F, G, H >::prod2 Struct Reference

#include <SimplifyRatio.h>

List of all members.

Public Types

enum  { value, value }
typedef G A
typedef H B
typedef F C

Public Member Functions

typedef RATIO (A, B) AB
typedef RATIO_S (A, B) base

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::RatioP1< F, G, H >::prod2

Definition at line 191 of file SimplifyRatio.h.


Member Typedef Documentation

template<typename F , typename G , typename H >
typedef G funct::RatioP1< F, G, H >::prod2::A

Definition at line 192 of file SimplifyRatio.h.

template<typename F , typename G , typename H >
typedef H funct::RatioP1< F, G, H >::prod2::B

Definition at line 192 of file SimplifyRatio.h.

template<typename F , typename G , typename H >
typedef F funct::RatioP1< F, G, H >::prod2::C

Definition at line 192 of file SimplifyRatio.h.


Member Enumeration Documentation

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

Definition at line 198 of file SimplifyRatio.h.

           { value = ::boost::type_traits::ice_not<
	     ::boost::is_same<AB, base>::value>::value };

Member Function Documentation

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

Definition at line 195 of file SimplifyRatio.h.

References g.

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

Definition at line 196 of file SimplifyRatio.h.

References h.

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

Definition at line 197 of file SimplifyRatio.h.

References f.

{ return f; }
template<typename F , typename G , typename H >
typedef funct::RatioP1< F, G, H >::prod2::RATIO ( A  ,
B   
)
template<typename F , typename G , typename H >
typedef funct::RatioP1< F, G, H >::prod2::RATIO_S ( A  ,
B   
)