Chemical Data Processing Library C++ API - Version 1.1.1
Public Types | Public Member Functions | List of all members
CDPL::Math::VectorUnary< E, F > Class Template Reference

#include <VectorExpression.hpp>

+ Inheritance diagram for CDPL::Math::VectorUnary< E, F >:

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 ExpressionTypeoperator() () const
 
ExpressionTypeoperator() ()
 

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 ()
 

Member Typedef Documentation

◆ ValueType

template<typename E , typename F >
typedef F::ResultType CDPL::Math::VectorUnary< E, F >::ValueType

◆ ConstReference

template<typename E , typename F >
typedef const ValueType CDPL::Math::VectorUnary< E, F >::ConstReference

◆ Reference

template<typename E , typename F >
typedef const ValueType CDPL::Math::VectorUnary< E, F >::Reference

◆ ConstClosureType

template<typename E , typename F >
typedef const SelfType CDPL::Math::VectorUnary< E, F >::ConstClosureType

◆ ClosureType

template<typename E , typename F >
typedef SelfType CDPL::Math::VectorUnary< E, F >::ClosureType

◆ SizeType

template<typename E , typename F >
typedef E::SizeType CDPL::Math::VectorUnary< E, F >::SizeType

◆ DifferenceType

template<typename E , typename F >
typedef E::DifferenceType CDPL::Math::VectorUnary< E, F >::DifferenceType

Constructor & Destructor Documentation

◆ VectorUnary()

template<typename E , typename F >
CDPL::Math::VectorUnary< E, F >::VectorUnary ( const ExpressionType &  e)
inline

Member Function Documentation

◆ getSize()

template<typename E , typename F >
SizeType CDPL::Math::VectorUnary< E, F >::getSize ( ) const
inline

◆ operator()()

template<typename E , typename F >
ConstReference CDPL::Math::VectorUnary< E, F >::operator() ( SizeType  i) const
inline

◆ operator[]()

template<typename E , typename F >
ConstReference CDPL::Math::VectorUnary< E, F >::operator[] ( SizeType  i) const
inline

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