#include <Transpositions.h>
Public Types | |
typedef TranspositionsBase < TranspositionsWrapper > | Base |
typedef IndicesType::Scalar | Index |
typedef Traits::IndicesType | IndicesType |
Public Member Functions | |
const IndicesType & | indices () const |
IndicesType & | indices () |
template<typename OtherDerived > | |
TranspositionsWrapper & | operator= (const TranspositionsBase< OtherDerived > &other) |
TranspositionsWrapper & | operator= (const TranspositionsWrapper &other) |
TranspositionsWrapper (IndicesType &indices) | |
Protected Attributes | |
const IndicesType::Nested | m_indices |
Private Types | |
typedef internal::traits < TranspositionsWrapper > | Traits |
Definition at line 297 of file Transpositions.h.
typedef TranspositionsBase<TranspositionsWrapper> TranspositionsWrapper< _IndicesType >::Base |
Definition at line 303 of file Transpositions.h.
typedef IndicesType::Scalar TranspositionsWrapper< _IndicesType >::Index |
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 305 of file Transpositions.h.
typedef Traits::IndicesType TranspositionsWrapper< _IndicesType >::IndicesType |
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 304 of file Transpositions.h.
typedef internal::traits<TranspositionsWrapper> TranspositionsWrapper< _IndicesType >::Traits [private] |
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 300 of file Transpositions.h.
TranspositionsWrapper< _IndicesType >::TranspositionsWrapper | ( | IndicesType & | indices | ) | [inline] |
Definition at line 307 of file Transpositions.h.
const IndicesType& TranspositionsWrapper< _IndicesType >::indices | ( | ) | const [inline] |
const version of indices().
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 330 of file Transpositions.h.
IndicesType& TranspositionsWrapper< _IndicesType >::indices | ( | ) | [inline] |
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 333 of file Transpositions.h.
TranspositionsWrapper& TranspositionsWrapper< _IndicesType >::operator= | ( | const TranspositionsBase< OtherDerived > & | other | ) | [inline] |
Copies the other transpositions into *this
Reimplemented from TranspositionsBase< TranspositionsWrapper< _IndicesType > >.
Definition at line 313 of file Transpositions.h.
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=.
Definition at line 322 of file Transpositions.h.
const IndicesType::Nested TranspositionsWrapper< _IndicesType >::m_indices [protected] |
Definition at line 337 of file Transpositions.h.