#include <expression.h>
Public Types | |
typedef First::value_type | value_type |
Public Member Functions | |
ScalarDivided (const First &first_, const Second &second_) | |
value_type | eval () const |
Private Attributes | |
First | first |
Second | second |
Definition at line 57 of file expression.h.
typedef First::value_type ScalarDivided< First, Second >::value_type |
Definition at line 62 of file expression.h.
ScalarDivided< First, Second >::ScalarDivided | ( | const First & | first_, | |
const Second & | second_ | |||
) | [inline] |
Definition at line 64 of file expression.h.
value_type ScalarDivided< First, Second >::eval | ( | ) | const [inline] |
Definition at line 68 of file expression.h.
References ScalarDivided< First, Second >::first, and ScalarDivided< First, Second >::second.
First ScalarDivided< First, Second >::first [private] |
Definition at line 59 of file expression.h.
Referenced by ScalarDivided< First, Second >::eval().
Second ScalarDivided< First, Second >::second [private] |
Definition at line 60 of file expression.h.
Referenced by ScalarDivided< First, Second >::eval().