#include <Transpositions.h>
Public Types | |
typedef TranspositionsBase < TranspositionsWrapper > | Base |
typedef Traits::IndicesType | IndicesType |
typedef IndicesType::Scalar | Index |
Public Member Functions | |
TranspositionsWrapper (IndicesType &indices) | |
template<typename OtherDerived > | |
TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
TranspositionsWrapper & | operator= (const TranspositionsWrapper &other) |
const IndicesType & | indices () const |
IndicesType & | indices () |
Protected Attributes | |
const IndicesType::Nested | m_indices |
typedef TranspositionsBase<TranspositionsWrapper> TranspositionsWrapper< _IndicesType >::Base |
typedef IndicesType::Scalar TranspositionsWrapper< _IndicesType >::Index |
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
typedef Traits::IndicesType TranspositionsWrapper< _IndicesType >::IndicesType |
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
TranspositionsWrapper< _IndicesType >::TranspositionsWrapper | ( | IndicesType & | indices | ) | [inline] |
const IndicesType& TranspositionsWrapper< _IndicesType >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
IndicesType& TranspositionsWrapper< _IndicesType >::indices | ( | ) | [inline] |
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
TranspositionsWrapper& TranspositionsWrapper< _IndicesType >::operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
TranspositionsWrapper& TranspositionsWrapper< _IndicesType >::operator= | ( | const TranspositionsWrapper< _IndicesType > & | other | ) | [inline] |
This is a special case of the templated operator=. Its purpose is to prevent a default operator= from hiding the templated operator=.
const IndicesType::Nested TranspositionsWrapper< _IndicesType >::m_indices [protected] |