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

A class specialization that is used to handle void return values of function threads. More...

#include <omThread.h>

Public Member Functions

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

Detailed Description

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

A class specialization that is used to handle void return values of function threads.

Member Function Documentation

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

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