library of assembled shared sources |
http://lass.cocamware.com |
Public Member Functions | |
Impl () | |
~Impl () | |
void | unbind () |
Data Fields | |
char | value_ [sizeof(T)] |
std::auto_ptr < experimental::RemoteExceptionBase > | error_ |
Condition | condition_ |
TMutex | mutex_ |
size_t | referenceCount_ |
volatile bool | isBound_ |
volatile bool | isBadAlloc_ |
Definition at line 177 of file future.h.
lass::util::experimental::Future< T >::Impl::Impl | ( | ) | [inline] |
lass::util::experimental::Future< T >::Impl::~Impl | ( | ) | [inline] |
void lass::util::experimental::Future< T >::Impl::unbind | ( | ) | [inline] |
char lass::util::experimental::Future< T >::Impl::value_[sizeof(T)] |
std::auto_ptr<experimental::RemoteExceptionBase> lass::util::experimental::Future< T >::Impl::error_ |
Condition lass::util::experimental::Future< T >::Impl::condition_ |
TMutex lass::util::experimental::Future< T >::Impl::mutex_ |
size_t lass::util::experimental::Future< T >::Impl::referenceCount_ |
volatile bool lass::util::experimental::Future< T >::Impl::isBound_ |
volatile bool lass::util::experimental::Future< T >::Impl::isBadAlloc_ |
Generated on Mon Nov 10 14:22:17 2008 for Library of Assembled Shared Sources by 1.5.7.1 |