TiledArray::detail::TileConstReference< Impl > Class Template Reference

Documentation

template<typename Impl>
class TiledArray::detail::TileConstReference< Impl >

Tensor tile reference.

Template Parameters
ImplThe TensorImpl type

Definition at line 141 of file array_impl.h.

Public Member Functions

 TileConstReference (const Impl *tensor, const typename Impl::ordinal_type index)
 
 TileConstReference (const TileConstReference< Impl > &other)
 
 TileConstReference (const TileReference< Impl > &other)
 
Impl::future future () const
 
Impl::value_type get () const
 
 operator typename Impl::future () const
 
 operator typename Impl::value_type () const
 

Friends

template<typename , typename >
class ArrayIterator
 

Constructor & Destructor Documentation

◆ TileConstReference() [1/3]

template<typename Impl >
TiledArray::detail::TileConstReference< Impl >::TileConstReference ( const Impl *  tensor,
const typename Impl::ordinal_type  index 
)
inline

Definition at line 153 of file array_impl.h.

◆ TileConstReference() [2/3]

template<typename Impl >
TiledArray::detail::TileConstReference< Impl >::TileConstReference ( const TileConstReference< Impl > &  other)
inline

Definition at line 157 of file array_impl.h.

◆ TileConstReference() [3/3]

template<typename Impl >
TiledArray::detail::TileConstReference< Impl >::TileConstReference ( const TileReference< Impl > &  other)
inline

Definition at line 160 of file array_impl.h.

Member Function Documentation

◆ future()

template<typename Impl >
Impl::future TiledArray::detail::TileConstReference< Impl >::future ( ) const
inline

Definition at line 163 of file array_impl.h.

Here is the caller graph for this function:

◆ get()

template<typename Impl >
Impl::value_type TiledArray::detail::TileConstReference< Impl >::get ( ) const
inline

Definition at line 168 of file array_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator typename Impl::future()

template<typename Impl >
TiledArray::detail::TileConstReference< Impl >::operator typename Impl::future ( ) const
inline

Definition at line 174 of file array_impl.h.

◆ operator typename Impl::value_type()

template<typename Impl >
TiledArray::detail::TileConstReference< Impl >::operator typename Impl::value_type ( ) const
inline

Definition at line 176 of file array_impl.h.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ ArrayIterator

template<typename Impl >
template<typename , typename >
friend class ArrayIterator
friend

Definition at line 144 of file array_impl.h.


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