![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Refinement of Math::VectorExpression marking the derived type as a concrete (writable) vector container. More...
#include <Expression.hpp>
Inheritance diagram for CDPL::Math::VectorContainer< C >:Public Types | |
| typedef C | ContainerType |
| The derived vector container type. More... | |
Public Types inherited from CDPL::Math::VectorExpression< C > | |
| typedef C | ExpressionType |
| The derived vector expression type. More... | |
Public Types inherited from CDPL::Math::Expression< E > | |
| typedef E | ExpressionType |
| The derived expression type (made available to expression-template machinery). More... | |
Public Member Functions | |
| const ContainerType & | operator() () const |
Returns a const reference to the derived vector container. More... | |
| ContainerType & | operator() () |
| Returns a reference to the derived vector container. More... | |
Public Member Functions inherited from CDPL::Math::VectorExpression< C > | |
| const ExpressionType & | operator() () const |
Returns a const reference to the derived vector expression. More... | |
| ExpressionType & | operator() () |
| Returns a reference to the derived vector expression. More... | |
Protected Member Functions | |
| VectorContainer () | |
| ~VectorContainer () | |
Protected Member Functions inherited from CDPL::Math::VectorExpression< C > | |
| VectorExpression () | |
| ~VectorExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< E > | |
| Expression () | |
| ~Expression () | |
Refinement of Math::VectorExpression marking the derived type as a concrete (writable) vector container.
| C | The derived vector container type. |
| typedef C CDPL::Math::VectorContainer< C >::ContainerType |
The derived vector container type.
|
inlineprotected |
|
inlineprotected |
|
inline |
Returns a const reference to the derived vector container.
const reference downcast to ContainerType.
|
inline |
Returns a reference to the derived vector container.