SquareRoot< First > Class Template Reference

#include <expression.h>

Public Types

typedef First::value_type value_type

Public Member Functions

 SquareRoot (const First &first_)
value_type eval () const

Private Attributes

First first

Detailed Description

template<typename First>
class SquareRoot< First >

Definition at line 88 of file expression.h.


Member Typedef Documentation

template<typename First >
typedef First::value_type SquareRoot< First >::value_type

Definition at line 92 of file expression.h.


Constructor & Destructor Documentation

template<typename First >
SquareRoot< First >::SquareRoot ( const First &  first_  )  [inline]

Definition at line 94 of file expression.h.


Member Function Documentation

template<typename First >
value_type SquareRoot< First >::eval (  )  const [inline]

Definition at line 98 of file expression.h.

References SquareRoot< First >::first.


Field Documentation

template<typename First >
First SquareRoot< First >::first [private]

Definition at line 90 of file expression.h.

Referenced by SquareRoot< First >::eval().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2