#include <PhysicsTools/Utilities/interface/Minus.h>
Public Member Functions | |
MinusStruct (const A &a) | |
MinusStruct () | |
operator double () const | |
double | operator() (double x, double y) const |
double | operator() (double x) const |
double | operator() () const |
Public Attributes | |
A | _ |
Definition at line 7 of file Minus.h.
funct::MinusStruct< A >::MinusStruct | ( | ) | [inline] |
funct::MinusStruct< A >::MinusStruct | ( | const A & | a | ) | [inline] |
funct::MinusStruct< A >::operator double | ( | ) | const [inline] |
Definition at line 10 of file Minus.h.
References funct::MinusStruct< A >::_.
00010 { 00011 return - _(); 00012 }
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() | ( | void | ) | const [inline] |
Definition at line 13 of file Minus.h.
References funct::MinusStruct< A >::_.
00013 { 00014 return - _(); 00015 }
A funct::MinusStruct< A >::_ |
Definition at line 22 of file Minus.h.
Referenced by funct::MinusStruct< A >::operator double(), and funct::MinusStruct< A >::operator()().