Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::SimpleCSRInternalLinearAlgebra::Future< T > Class Template Reference
Collaboration diagram for Alien::SimpleCSRInternalLinearAlgebra::Future< T >:

Public Member Functions

 Future (T &value)
T & operator() ()
operator() () const
get ()

Private Attributes

T & m_value

Detailed Description

template<typename T>
class Alien::SimpleCSRInternalLinearAlgebra::Future< T >

Definition at line 65 of file SimpleCSRInternalLinearAlgebra.h.

Constructor & Destructor Documentation

◆ Future()

template<typename T>
Alien::SimpleCSRInternalLinearAlgebra::Future< T >::Future ( T & value)
inline

Definition at line 68 of file SimpleCSRInternalLinearAlgebra.h.

Member Function Documentation

◆ get()

template<typename T>
T Alien::SimpleCSRInternalLinearAlgebra::Future< T >::get ( )
inline

Definition at line 82 of file SimpleCSRInternalLinearAlgebra.h.

◆ operator()() [1/2]

template<typename T>
T & Alien::SimpleCSRInternalLinearAlgebra::Future< T >::operator() ( )
inline

Definition at line 72 of file SimpleCSRInternalLinearAlgebra.h.

◆ operator()() [2/2]

template<typename T>
T Alien::SimpleCSRInternalLinearAlgebra::Future< T >::operator() ( ) const
inline

Definition at line 77 of file SimpleCSRInternalLinearAlgebra.h.

Member Data Documentation

◆ m_value

template<typename T>
T& Alien::SimpleCSRInternalLinearAlgebra::Future< T >::m_value
private

Definition at line 88 of file SimpleCSRInternalLinearAlgebra.h.


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