UDK 3.2.7 C/C++ API Reference
Public Member Functions
salhelper::FutureValue< value_type > Class Template Reference

#include <future.hxx>

Inheritance diagram for salhelper::FutureValue< value_type >:
osl::Condition

List of all members.

Public Member Functions

 FutureValue (const value_type &value=value_type()) throw ()
 ~FutureValue () throw ()
sal_Bool is () const throw ()
void set (const value_type &value) throw ()
value_type & get () throw ()

template<class value_type>
class salhelper::FutureValue< value_type >


Constructor & Destructor Documentation

template<class value_type >
salhelper::FutureValue< value_type >::FutureValue ( const value_type &  value = value_type()) throw () [inline]
template<class value_type >
salhelper::FutureValue< value_type >::~FutureValue ( ) throw () [inline]

Member Function Documentation

template<class value_type >
value_type& salhelper::FutureValue< value_type >::get ( ) throw () [inline]
template<class value_type >
sal_Bool salhelper::FutureValue< value_type >::is ( ) const throw () [inline]
template<class value_type >
void salhelper::FutureValue< value_type >::set ( const value_type &  value) throw () [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines