Home
last modified time | relevance | path

Searched refs:FutureValue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/salhelper/inc/salhelper/
H A Dfuture.hxx44 class FutureValue : protected osl::Condition class
52 SALHELPER_COPYCTOR_API(FutureValue<value_type>);
55 inline FutureValue (const value_type& value = value_type()) SAL_THROW(())
61 inline ~FutureValue() SAL_THROW(())
66 return const_cast<FutureValue*>(this)->check(); in is()
89 FutureValue<value_type> m_aValue;

Completed in 6 milliseconds