![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
#include <Vector.hpp>
Inheritance diagram for CDPL::Math::ScalarVector< T >:Public Types | |
| typedef T | ValueType |
| typedef const T & | Reference |
| typedef const T & | ConstReference |
| typedef std::size_t | SizeType |
| typedef std::ptrdiff_t | DifferenceType |
| typedef VectorReference< SelfType > | ClosureType |
| typedef const VectorReference< const SelfType > | ConstClosureType |
| typedef Vector< T > | VectorTemporaryType |
Public Types inherited from CDPL::Math::VectorContainer< ScalarVector< T > > | |
| typedef ScalarVector< T > | ContainerType |
Public Types inherited from CDPL::Math::VectorExpression< E > | |
| typedef E | ExpressionType |
Public Types inherited from CDPL::Math::Expression< E > | |
| typedef E | ExpressionType |
Public Member Functions | |
| ScalarVector () | |
| ScalarVector (SizeType n, const ValueType &v=ValueType()) | |
| ScalarVector (const ScalarVector &v) | |
| ConstReference | operator[] (SizeType i) const |
| ConstReference | operator() (SizeType i) const |
| bool | isEmpty () const |
| SizeType | getSize () const |
| SizeType | getMaxSize () const |
| ScalarVector & | operator= (const ScalarVector &v) |
| void | resize (SizeType n) |
| void | swap (ScalarVector &v) |
Public Member Functions inherited from CDPL::Math::VectorContainer< ScalarVector< T > > | |
| const ContainerType & | operator() () const |
| ContainerType & | operator() () |
Public Member Functions inherited from CDPL::Math::VectorExpression< E > | |
| const ExpressionType & | operator() () const |
| ExpressionType & | operator() () |
Friends | |
| void | swap (ScalarVector &v1, ScalarVector &v2) |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::VectorContainer< ScalarVector< T > > | |
| VectorContainer () | |
| ~VectorContainer () | |
Protected Member Functions inherited from CDPL::Math::VectorExpression< E > | |
| VectorExpression () | |
| ~VectorExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< E > | |
| Expression () | |
| ~Expression () | |
| typedef T CDPL::Math::ScalarVector< T >::ValueType |
| typedef const T& CDPL::Math::ScalarVector< T >::Reference |
| typedef const T& CDPL::Math::ScalarVector< T >::ConstReference |
| typedef std::size_t CDPL::Math::ScalarVector< T >::SizeType |
| typedef std::ptrdiff_t CDPL::Math::ScalarVector< T >::DifferenceType |
| typedef VectorReference<SelfType> CDPL::Math::ScalarVector< T >::ClosureType |
| typedef const VectorReference<const SelfType> CDPL::Math::ScalarVector< T >::ConstClosureType |
| typedef Vector<T> CDPL::Math::ScalarVector< T >::VectorTemporaryType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |