Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | List of all members
om::threads::FunctionThread< Signature >::ReturnValueWrapper< Sig, ReturnType > Class Template Reference

A class that is used to facilitate accessing the return values of function threads. More...

#include <omThread.h>

Public Member Functions

lang::Optional< ReturnType > operator() (const lang::Shared< lang::FunctionCall< Sig > > &function)
 

Detailed Description

template<typename Signature>
template<typename Sig, typename ReturnType>
class om::threads::FunctionThread< Signature >::ReturnValueWrapper< Sig, ReturnType >

A class that is used to facilitate accessing the return values of function threads.

Member Function Documentation

template<typename Signature>
template<typename Sig , typename ReturnType >
lang::Optional<ReturnType> om::threads::FunctionThread< Signature >::ReturnValueWrapper< Sig, ReturnType >::operator() ( const lang::Shared< lang::FunctionCall< Sig > > &  function)
inline

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