Om  1.0.0
A universal framework for multimedia simulation
Public Types | Public Member Functions | List of all members
om::lang::FunctionCall< R() > Class Template Reference

Specialization of the function call template class for a method with 0 parameters. More...

#include <omFunctionCall.h>

Inheritance diagram for om::lang::FunctionCall< R() >:

Public Types

typedef BaseType::FunctionType FunctionType
 
typedef R ReturnType
 

Public Member Functions

 FunctionCall (const FunctionType &f)
 

Detailed Description

template<typename R>
class om::lang::FunctionCall< R() >

Specialization of the function call template class for a method with 0 parameters.

Member Typedef Documentation

template<typename R >
typedef BaseType::FunctionType om::lang::FunctionCall< R() >::FunctionType
template<typename R >
typedef R om::lang::FunctionCall< R() >::ReturnType

Constructor & Destructor Documentation

template<typename R >
om::lang::FunctionCall< R() >::FunctionCall ( const FunctionType f)
inline

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