#include <SimplifyRatio.h>
Public Types | |
enum | { value, value } |
typedef F | A |
typedef H | B |
typedef G | C |
Public Member Functions | |
typedef | RATIO (A, B) AB |
typedef | RATIO_S (A, B) base |
Static Public Member Functions | |
static const A & | a (const F &f, const G &g, const H &h) |
static const B & | b (const F &f, const G &g, const H &h) |
static const C & | c (const F &f, const G &g, const H &h) |
Definition at line 181 of file SimplifyRatio.h.
typedef F funct::RatioP1< F, G, H >::prod1::A |
Definition at line 182 of file SimplifyRatio.h.
typedef H funct::RatioP1< F, G, H >::prod1::B |
Definition at line 182 of file SimplifyRatio.h.
typedef G funct::RatioP1< F, G, H >::prod1::C |
Definition at line 182 of file SimplifyRatio.h.
anonymous enum |
Definition at line 188 of file SimplifyRatio.h.
{ value = ::boost::type_traits::ice_not< ::boost::is_same<AB, base>::value>::value };
static const A& funct::RatioP1< F, G, H >::prod1::a | ( | const F & | f, |
const G & | g, | ||
const H & | h | ||
) | [inline, static] |
static const B& funct::RatioP1< F, G, H >::prod1::b | ( | const F & | f, |
const G & | g, | ||
const H & | h | ||
) | [inline, static] |
static const C& funct::RatioP1< F, G, H >::prod1::c | ( | const F & | f, |
const G & | g, | ||
const H & | h | ||
) | [inline, static] |
typedef funct::RatioP1< F, G, H >::prod1::RATIO | ( | A | , |
B | |||
) |
typedef funct::RatioP1< F, G, H >::prod1::RATIO_S | ( | A | , |
B | |||
) |