Public Types | Public Member Functions | Protected Attributes

Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > Class Template Reference

#include <Transpositions.h>

Inheritance diagram for Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >:
TranspositionsBase< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > >

List of all members.

Public Types

typedef TranspositionsBase< MapBase
typedef Traits::IndicesType IndicesType
typedef IndicesType::Scalar Index

Public Member Functions

 Map (const Index *indices)
 Map (const Index *indices, Index size)
template<typename OtherDerived >
Mapoperator= (const TranspositionsBase< OtherDerived > &other)
Mapoperator= (const Map &other)
const IndicesTypeindices () const
IndicesTypeindices ()

Protected Attributes

IndicesType m_indices

template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType, int PacketAccess>
class Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >


Member Typedef Documentation

template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
typedef TranspositionsBase<Map> Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::Base
template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
typedef IndicesType::Scalar Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::Index
template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
typedef Traits::IndicesType Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::IndicesType

Constructor & Destructor Documentation

template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::Map ( const Index indices  )  [inline]
template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::Map ( const Index indices,
Index  size 
) [inline]

Member Function Documentation

template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
const IndicesType& Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::indices (  )  const [inline]
template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
IndicesType& Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::indices (  )  [inline]
Returns:
a reference to the stored array representing the transpositions.

Reimplemented from TranspositionsBase< Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > >.

template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
template<typename OtherDerived >
Map& Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::operator= ( const TranspositionsBase< OtherDerived > &  other  )  [inline]
template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
Map& Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::operator= ( const Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess > &  other  )  [inline]

This is a special case of the templated operator=. Its purpose is to prevent a default operator= from hiding the templated operator=.


Member Data Documentation

template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType , int PacketAccess>
IndicesType Map< Transpositions< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, PacketAccess >::m_indices [protected]

The documentation for this class was generated from the following file: