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

#include <VectorExpression.hpp>

+ Inheritance diagram for CDPL::Math::VectorBinary2< E1, E2, F >:

Public Types

typedef F::ResultType ValueType
 
typedef const ValueType ConstReference
 
typedef const ValueType Reference
 
typedef const SelfType ConstClosureType
 
typedef SelfType ClosureType
 
typedef CommonType< typename E1::SizeType, typename E2::SizeType >::Type SizeType
 
typedef CommonType< typename E1::DifferenceType, typename E2::DifferenceType >::Type DifferenceType
 
- Public Types inherited from CDPL::Math::VectorExpression< VectorBinary2< E1, E2, F > >
typedef VectorBinary2< E1, E2, F > ExpressionType
 
- Public Types inherited from CDPL::Math::Expression< VectorBinary2< E1, E2, F > >
typedef VectorBinary2< E1, E2, F > ExpressionType
 

Public Member Functions

 VectorBinary2 (const Expression1Type &e1, const Expression2Type &e2)
 
SizeType getSize () const
 
ConstReference operator() (SizeType i) const
 
ConstReference operator[] (SizeType i) const
 
- Public Member Functions inherited from CDPL::Math::VectorExpression< VectorBinary2< E1, E2, F > >
const ExpressionTypeoperator() () const
 
ExpressionTypeoperator() ()
 

Additional Inherited Members

- Protected Member Functions inherited from CDPL::Math::VectorExpression< VectorBinary2< E1, E2, F > >
 VectorExpression ()
 
 ~VectorExpression ()
 
- Protected Member Functions inherited from CDPL::Math::Expression< VectorBinary2< E1, E2, F > >
 Expression ()
 
 ~Expression ()
 

Member Typedef Documentation

◆ ValueType

template<typename E1 , typename E2 , typename F >
typedef F::ResultType CDPL::Math::VectorBinary2< E1, E2, F >::ValueType

◆ ConstReference

template<typename E1 , typename E2 , typename F >
typedef const ValueType CDPL::Math::VectorBinary2< E1, E2, F >::ConstReference

◆ Reference

template<typename E1 , typename E2 , typename F >
typedef const ValueType CDPL::Math::VectorBinary2< E1, E2, F >::Reference

◆ ConstClosureType

template<typename E1 , typename E2 , typename F >
typedef const SelfType CDPL::Math::VectorBinary2< E1, E2, F >::ConstClosureType

◆ ClosureType

template<typename E1 , typename E2 , typename F >
typedef SelfType CDPL::Math::VectorBinary2< E1, E2, F >::ClosureType

◆ SizeType

template<typename E1 , typename E2 , typename F >
typedef CommonType<typename E1::SizeType, typename E2::SizeType>::Type CDPL::Math::VectorBinary2< E1, E2, F >::SizeType

◆ DifferenceType

template<typename E1 , typename E2 , typename F >
typedef CommonType<typename E1::DifferenceType, typename E2::DifferenceType>::Type CDPL::Math::VectorBinary2< E1, E2, F >::DifferenceType

Constructor & Destructor Documentation

◆ VectorBinary2()

template<typename E1 , typename E2 , typename F >
CDPL::Math::VectorBinary2< E1, E2, F >::VectorBinary2 ( const Expression1Type &  e1,
const Expression2Type &  e2 
)
inline

Member Function Documentation

◆ getSize()

template<typename E1 , typename E2 , typename F >
SizeType CDPL::Math::VectorBinary2< E1, E2, F >::getSize ( ) const
inline

◆ operator()()

template<typename E1 , typename E2 , typename F >
ConstReference CDPL::Math::VectorBinary2< E1, E2, F >::operator() ( SizeType  i) const
inline

◆ operator[]()

template<typename E1 , typename E2 , typename F >
ConstReference CDPL::Math::VectorBinary2< E1, E2, F >::operator[] ( SizeType  i) const
inline

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