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

#include <future.hxx>

Inheritance diagram for salhelper::Future< value_type >:
salhelper::ReferenceObject rtl::IReference

List of all members.

Public Member Functions

 Future (const value_type &value=value_type()) throw ()
void set (const value_type &value) throw ()
value_type & get () throw ()

template<class value_type>
class salhelper::Future< value_type >


Constructor & Destructor Documentation

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

Member Function Documentation

template<class value_type >
value_type& salhelper::Future< value_type >::get ( ) throw () [inline]
template<class value_type >
void salhelper::Future< 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