#include <Minus.h>
Public Member Functions | |
MinusStruct () | |
MinusStruct (const A &a) | |
operator double () const | |
double | operator() () const |
double | operator() (double x) const |
double | operator() (double x, double y) const |
Public Attributes | |
A | _ |
funct::MinusStruct< A >::MinusStruct | ( | ) | [inline] |
funct::MinusStruct< A >::MinusStruct | ( | const A & | a | ) | [inline] |
funct::MinusStruct< A >::operator double | ( | ) | const [inline] |
double funct::MinusStruct< A >::operator() | ( | double | x, |
double | y | ||
) | const [inline] |
double funct::MinusStruct< A >::operator() | ( | double | x | ) | const [inline] |
double funct::MinusStruct< A >::operator() | ( | ) | const [inline] |
A funct::MinusStruct< A >::_ |
Definition at line 22 of file Minus.h.
Referenced by funct::MinusStruct< A >::operator double(), and funct::MinusStruct< A >::operator()().