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