#include <Fraction.h>
Public Member Functions | |
BOOST_STATIC_ASSERT (m!=0) | |
operator double () const | |
double | operator() (double) const |
double | operator() (double, double) const |
double | operator() () const |
Public Attributes | |
static const int | denominator = m |
Static Public Attributes | |
static const int | numerator = n |
Definition at line 12 of file Fraction.h.
funct::FractionStruct< n, m >::BOOST_STATIC_ASSERT | ( | m! | = 0 | ) |
funct::FractionStruct< n, m >::operator double | ( | ) | const [inline] |
double funct::FractionStruct< n, m >::operator() | ( | double | ) | const [inline] |
double funct::FractionStruct< n, m >::operator() | ( | double | , |
double | |||
) | const [inline] |
double funct::FractionStruct< n, m >::operator() | ( | ) | const [inline] |
const int funct::FractionStruct< n, m >::denominator = m |
Definition at line 14 of file Fraction.h.
const int funct::FractionStruct< n, m >::numerator = n [static] |
Definition at line 14 of file Fraction.h.