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

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

#include <omFunctionCall.h>

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

Public Types

typedef BaseType::FunctionType FunctionType
 
typedef R ReturnType
 
typedef T1 ParameterType1
 

Public Member Functions

 FunctionCall (const FunctionType &f, ParameterType1 a1)
 

Detailed Description

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

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename R , typename T1 >
om::lang::FunctionCall< R(T1) >::FunctionCall ( const FunctionType f,
ParameterType1  a1 
)
inline

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