Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <VectorExpression.hpp>
Public Types | |
typedef F::ResultType | ValueType |
typedef const ValueType | ConstReference |
typedef const ValueType | Reference |
typedef const SelfType | ConstClosureType |
typedef SelfType | ClosureType |
typedef E::SizeType | SizeType |
typedef E::DifferenceType | DifferenceType |
Public Types inherited from CDPL::Math::VectorExpression< VectorUnary< E, F > > | |
typedef VectorUnary< E, F > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< VectorUnary< E, F > > | |
typedef VectorUnary< E, F > | ExpressionType |
Public Member Functions | |
VectorUnary (const ExpressionType &e) | |
SizeType | getSize () const |
ConstReference | operator() (SizeType i) const |
ConstReference | operator[] (SizeType i) const |
Public Member Functions inherited from CDPL::Math::VectorExpression< VectorUnary< E, F > > | |
const ExpressionType & | operator() () const |
ExpressionType & | operator() () |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::VectorExpression< VectorUnary< E, F > > | |
VectorExpression () | |
~VectorExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< VectorUnary< E, F > > | |
Expression () | |
~Expression () | |
typedef F::ResultType CDPL::Math::VectorUnary< E, F >::ValueType |
typedef const ValueType CDPL::Math::VectorUnary< E, F >::ConstReference |
typedef const ValueType CDPL::Math::VectorUnary< E, F >::Reference |
typedef const SelfType CDPL::Math::VectorUnary< E, F >::ConstClosureType |
typedef SelfType CDPL::Math::VectorUnary< E, F >::ClosureType |
typedef E::SizeType CDPL::Math::VectorUnary< E, F >::SizeType |
typedef E::DifferenceType CDPL::Math::VectorUnary< E, F >::DifferenceType |
|
inline |
|
inline |
|
inline |
|
inline |