| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Gaudi::Math::detail::Null_< TYPE, TYPE2 > Struct Template Reference

The trivial helper structure to define "null function". More...

#include <TypeWrapper.h>

List of all members.


Public Types

typedef boost::call_traits<
TYPE >::param_type 
argument
 the actual type of argument (ignored)

Public Member Functions

TYPE2 operator() (argument) const
 the only one essential method

Detailed Description

template<class TYPE, class TYPE2 = bool>
struct Gaudi::Math::detail::Null_< TYPE, TYPE2 >

The trivial helper structure to define "null function".

Author:
Vanya BELYAEV Ivan.Belyaev@nikhef.nl
Date:
2008-07-31

Definition at line 34 of file TypeWrapper.h.


Member Typedef Documentation

template<class TYPE, class TYPE2 = bool>
typedef boost::call_traits<TYPE>::param_type Gaudi::Math::detail::Null_< TYPE, TYPE2 >::argument

the actual type of argument (ignored)

Definition at line 38 of file TypeWrapper.h.


Member Function Documentation

template<class TYPE, class TYPE2 = bool>
TYPE2 Gaudi::Math::detail::Null_< TYPE, TYPE2 >::operator() ( argument   )  const [inline]

the only one essential method

Definition at line 41 of file TypeWrapper.h.

00041 { return 0 ; } 


The documentation for this struct was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:02:58 2011 for LHCbMath by doxygen 1.4.7