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

#include <DirectAssignmentProxy.hpp>

Public Member Functions

 DirectAssignmentProxy (LValueType &lval)
 
 DirectAssignmentProxy (const DirectAssignmentProxy &proxy)
 
template<typename E >
ClosureType & operator= (const E &e)
 
template<typename E >
ClosureType & operator+= (const E &e)
 
template<typename E >
ClosureType & operator-= (const E &e)
 

Constructor & Destructor Documentation

◆ DirectAssignmentProxy() [1/2]

template<typename C >
CDPL::Math::DirectAssignmentProxy< C >::DirectAssignmentProxy ( LValueType &  lval)
inlineexplicit

◆ DirectAssignmentProxy() [2/2]

template<typename C >
CDPL::Math::DirectAssignmentProxy< C >::DirectAssignmentProxy ( const DirectAssignmentProxy< C > &  proxy)
inline

Member Function Documentation

◆ operator=()

template<typename C >
template<typename E >
ClosureType& CDPL::Math::DirectAssignmentProxy< C >::operator= ( const E &  e)
inline

◆ operator+=()

template<typename C >
template<typename E >
ClosureType& CDPL::Math::DirectAssignmentProxy< C >::operator+= ( const E &  e)
inline

◆ operator-=()

template<typename C >
template<typename E >
ClosureType& CDPL::Math::DirectAssignmentProxy< C >::operator-= ( const E &  e)
inline

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