#include <expression.h>
Public Types | |
typedef First::value_type | value_type |
typedef First::dimension | dimension |
Public Member Functions | |
PointMultiplied (const First &first_, const Second &second_) | |
value_type | eval (unsigned int i) const |
Private Attributes | |
const First & | first |
const Second & | second |
Definition at line 492 of file expression.h.
typedef First::dimension PointMultiplied< First, Second >::dimension |
Definition at line 498 of file expression.h.
typedef First::value_type PointMultiplied< First, Second >::value_type |
Definition at line 497 of file expression.h.
PointMultiplied< First, Second >::PointMultiplied | ( | const First & | first_, | |
const Second & | second_ | |||
) | [inline] |
Definition at line 500 of file expression.h.
value_type PointMultiplied< First, Second >::eval | ( | unsigned int | i | ) | const [inline] |
Definition at line 504 of file expression.h.
References PointMultiplied< First, Second >::first, and PointMultiplied< First, Second >::second.
const First& PointMultiplied< First, Second >::first [private] |
Definition at line 494 of file expression.h.
Referenced by PointMultiplied< First, Second >::eval().
const Second& PointMultiplied< First, Second >::second [private] |
Definition at line 495 of file expression.h.
Referenced by PointMultiplied< First, Second >::eval().