Private Member Functions

nitro::TypeConverter< from_type, to_type > Class Template Reference

Universal converter. More...

#include <utilities/testing_utilities.h>

List of all members.

Private Member Functions

to_type operator() (from_type &Param)

Detailed Description

template<class from_type, class to_type>
class nitro::TypeConverter< from_type, to_type >

Universal converter.

Author:
Dodonov A.A.

Definition at line 1434 of file testing_utilities.h.


Member Function Documentation

template<class from_type , class to_type >
to_type nitro::TypeConverter< from_type, to_type >::operator() ( from_type &  Param  )  [inline, private]

Converter.

Parameters:
Param - Converting parameter.
Returns:
Always 0.
Author:
Dododnov A.A.

Definition at line 1454 of file testing_utilities.h.

                {
                        return( ( to_type )Param );
                }


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

Generated by  doxygen 1.6.1