MEAL::Convert< From, To > Class Template Reference

Convert a function to another type. More...

#include <Convert.h>

Inheritance diagram for MEAL::Convert< From, To >:
MEAL::UnaryConvert< From, To, Method >

Public Member Functions

void set_model (From *_model)
 Set the function to be converted.
 
From * get_model ()
 Get the function to be converted.
 
const From * get_model () const
 Get the function to be converted.
 
bool has_model () const
 Return true if the function to be converted has been set.
 

Protected Attributes

Reference::To< From > model
 The function to be converted.
 

Detailed Description

template<typename From, typename To>
class MEAL::Convert< From, To >

Convert a function to another type.

The parameter policy is copied and a smart pointer is managed.


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

Generated using doxygen 1.8.17