Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
timesConstant< T > Struct Template Reference

Unary operator to multiply the argument by a constant. More...

#include <utilities.h>

Inherits unary_function< T, double >.

Public Member Functions

 timesConstant (T c)
 Constructor. More...
 
double operator() (T x)
 Parenthesis operator returning a double. More...
 

Public Attributes

m_c
 Stored constant value of time T. More...
 

Detailed Description

template<class T>
struct Cantera::timesConstant< T >

Unary operator to multiply the argument by a constant.

The form of this operator is designed for use by std::transform.

See Also
scale().

Definition at line 32 of file utilities.h.

Constructor & Destructor Documentation

timesConstant ( c)
inline

Constructor.

Parameters
cConstant of templated type T that will be stored internally within the object and used in the multiplication operation

Definition at line 39 of file utilities.h.

Member Function Documentation

double operator() ( x)
inline

Parenthesis operator returning a double.

Parameters
xVariable of templated type T that will be used in the multiplication operator
Returns
Returns a value of type double from the internal multiplication

Definition at line 49 of file utilities.h.

References timesConstant< T >::m_c.

Member Data Documentation

T m_c

Stored constant value of time T.

Definition at line 54 of file utilities.h.

Referenced by timesConstant< T >::operator()().


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