Mir
Public Member Functions | List of all members
mir::client::NoTLSFuture< T > Struct Template Reference

#include <no_tls_future-inl.h>

Public Member Functions

 NoTLSFuture ()
 
 NoTLSFuture (std::shared_ptr< PromiseState< T >> const &state)
 
 NoTLSFuture (NoTLSFuture &&other)
 
NoTLSFutureoperator= (NoTLSFuture &&other)
 
 NoTLSFuture (NoTLSFuture const &)=delete
 
NoTLSFutureoperator= (NoTLSFuture const &)=delete
 
void validate_state () const
 
get ()
 
template<class Rep , class Period >
std::future_status wait_for (std::chrono::duration< Rep, Period > const &timeout_duration) const
 
bool valid () const
 

Constructor & Destructor Documentation

template<typename T>
mir::client::NoTLSFuture< T >::NoTLSFuture ( )
inline
template<typename T>
mir::client::NoTLSFuture< T >::NoTLSFuture ( std::shared_ptr< PromiseState< T >> const &  state)
inline
template<typename T>
mir::client::NoTLSFuture< T >::NoTLSFuture ( NoTLSFuture< T > &&  other)
inline
template<typename T>
mir::client::NoTLSFuture< T >::NoTLSFuture ( NoTLSFuture< T > const &  )
delete

Member Function Documentation

template<typename T>
T mir::client::NoTLSFuture< T >::get ( )
inline
template<typename T>
NoTLSFuture& mir::client::NoTLSFuture< T >::operator= ( NoTLSFuture< T > &&  other)
inline
template<typename T>
NoTLSFuture& mir::client::NoTLSFuture< T >::operator= ( NoTLSFuture< T > const &  )
delete
template<typename T>
bool mir::client::NoTLSFuture< T >::valid ( ) const
inline
template<typename T>
void mir::client::NoTLSFuture< T >::validate_state ( ) const
inline
template<typename T>
template<class Rep , class Period >
std::future_status mir::client::NoTLSFuture< T >::wait_for ( std::chrono::duration< Rep, Period > const &  timeout_duration) const
inline

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

Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016