Functions | |
template<typename V > | |
void | from_double_to_value_dispatch (const double &from, Value< V > &to) |
template<typename V > | |
void | from_float_to_value_dispatch (const float &from, Value< V > &to) |
template<typename V > | |
void | from_int_to_value_dispatch (const int &from, Value< V > &to) |
template<typename I , typename S > | |
void | from_to_dispatch (const Image< I > &from, Site_Set< S > &to) |
template<typename F , typename T > | |
void | from_to_dispatch (metal::false_, const Object< F > &from, Object< T > &to) |
template<typename F , typename T > | |
void | from_to_dispatch (metal::true_, const F &from, metal::true_, T &to) |
template<typename F , typename T > | |
void | from_to_dispatch (metal::false_, const F &from, metal::true_, T &to) |
template<typename F , typename T > | |
void | from_to_dispatch (metal::true_, const Object< F > &from, Object< T > &to) |
template<typename F , typename T > | |
void | from_to_dispatch (metal::false_, const F &from, metal::false_, T &to) |
template<typename F , typename T > | |
void | from_to_dispatch (const Object< F > &from, Object< T > &to) |
template<typename S , typename I > | |
void | from_to_dispatch (const Site_Set< S > &from, Image< I > &to) |
template<typename F , typename T > | |
void | from_to_dispatch (metal::true_, const F &from, metal::false_, T &to) |
template<typename F , typename T > | |
void | from_to_dispatch (const Value< F > &from, Value< T > &to) |
template<typename V > | |
void | from_unsigned_to_value_dispatch (const unsigned &from, Value< V > &to) |
void mln::convert::internal::from_double_to_value_dispatch | ( | const double & | from, | |
Value< V > & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::impl::from_double_to_value().
Referenced by mln::convert::over_load::from_to_().
void mln::convert::internal::from_float_to_value_dispatch | ( | const float & | from, | |
Value< V > & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::impl::from_float_to_value().
Referenced by mln::convert::over_load::from_to_().
void mln::convert::internal::from_int_to_value_dispatch | ( | const int & | from, | |
Value< V > & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::impl::from_int_to_value().
Referenced by mln::convert::over_load::from_to_().
void mln::convert::internal::from_to_dispatch | ( | const Image< I > & | from, | |
Site_Set< S > & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::impl::from_image_to_site_set().
Referenced by mln::convert::from_to(), and from_to_dispatch().
void mln::convert::internal::from_to_dispatch | ( | metal::false_ | , | |
const Object< F > & | from, | |||
Object< T > & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::over_load::from_to_().
void mln::convert::internal::from_to_dispatch | ( | metal::true_ | , | |
const F & | from, | |||
metal::true_ | , | |||
T & | to | |||
) | [inline] |
References mln::exact(), and from_to_dispatch().
void mln::convert::internal::from_to_dispatch | ( | metal::false_ | , | |
const F & | from, | |||
metal::true_ | , | |||
T & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::over_load::from_to_().
void mln::convert::internal::from_to_dispatch | ( | metal::true_ | , | |
const Object< F > & | from, | |||
Object< T > & | to | |||
) | [inline] |
References mln::exact().
void mln::convert::internal::from_to_dispatch | ( | metal::false_ | , | |
const F & | from, | |||
metal::false_ | , | |||
T & | to | |||
) | [inline] |
References mln::convert::over_load::from_to_().
void mln::convert::internal::from_to_dispatch | ( | const Object< F > & | from, | |
Object< T > & | to | |||
) | [inline] |
References mln::exact(), and from_to_dispatch().
void mln::convert::internal::from_to_dispatch | ( | const Site_Set< S > & | from, | |
Image< I > & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::impl::from_site_set_to_image().
void mln::convert::internal::from_to_dispatch | ( | metal::true_ | , | |
const F & | from, | |||
metal::false_ | , | |||
T & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::over_load::from_to_().
void mln::convert::internal::from_to_dispatch | ( | const Value< F > & | from, | |
Value< T > & | to | |||
) | [inline] |
References mln::convert::impl::from_value_to_value().
void mln::convert::internal::from_unsigned_to_value_dispatch | ( | const unsigned & | from, | |
Value< V > & | to | |||
) | [inline] |
References mln::exact(), and mln::convert::impl::from_unsigned_to_value().
Referenced by mln::convert::over_load::from_to_().