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

#include <Expression.hpp>

+ Inheritance diagram for CDPL::Math::VectorContainer< C >:

Public Types

typedef C ContainerType
 
- Public Types inherited from CDPL::Math::VectorExpression< C >
typedef C ExpressionType
 
- Public Types inherited from CDPL::Math::Expression< C >
typedef C ExpressionType
 

Public Member Functions

const ContainerTypeoperator() () const
 
ContainerTypeoperator() ()
 
- Public Member Functions inherited from CDPL::Math::VectorExpression< C >
const ExpressionTypeoperator() () const
 
ExpressionTypeoperator() ()
 

Protected Member Functions

 VectorContainer ()
 
 ~VectorContainer ()
 
- Protected Member Functions inherited from CDPL::Math::VectorExpression< C >
 VectorExpression ()
 
 ~VectorExpression ()
 
- Protected Member Functions inherited from CDPL::Math::Expression< C >
 Expression ()
 
 ~Expression ()
 

Member Typedef Documentation

◆ ContainerType

template<typename C >
typedef C CDPL::Math::VectorContainer< C >::ContainerType

Constructor & Destructor Documentation

◆ VectorContainer()

template<typename C >
CDPL::Math::VectorContainer< C >::VectorContainer ( )
inlineprotected

◆ ~VectorContainer()

template<typename C >
CDPL::Math::VectorContainer< C >::~VectorContainer ( )
inlineprotected

Member Function Documentation

◆ operator()() [1/2]

template<typename C >
const ContainerType& CDPL::Math::VectorContainer< C >::operator() ( ) const
inline

◆ operator()() [2/2]

template<typename C >
ContainerType& CDPL::Math::VectorContainer< C >::operator() ( )
inline

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