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 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 F &from, metal::false_, 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 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 Object< F > &from, Object< T > &to) |
| template<typename F, typename T> | |
| void | from_to_dispatch (const Value< F > &from, Value< T > &to) |
| template<typename S, typename I> | |
| void | from_to_dispatch (const Site_Set< S > &from, Image< I > &to) |
| template<typename I, typename S> | |
| void | from_to_dispatch (const Image< I > &from, Site_Set< S > &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] |
Definition at line 104 of file from_double_to_value.hh.
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] |
Definition at line 104 of file from_float_to_value.hh.
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] |
Definition at line 91 of file from_int_to_value.hh.
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 | ( | metal::true_ | , | |
| const F & | from, | |||
| metal::true_ | , | |||
| T & | to | |||
| ) | [inline] |
| void mln::convert::internal::from_to_dispatch | ( | metal::false_ | , | |
| const F & | from, | |||
| metal::true_ | , | |||
| T & | to | |||
| ) | [inline] |
Definition at line 178 of file from_to.hh.
References mln::exact(), and mln::convert::over_load::from_to_().
| void mln::convert::internal::from_to_dispatch | ( | metal::true_ | , | |
| const F & | from, | |||
| metal::false_ | , | |||
| T & | to | |||
| ) | [inline] |
Definition at line 167 of file from_to.hh.
References mln::exact(), and mln::convert::over_load::from_to_().
| void mln::convert::internal::from_to_dispatch | ( | metal::false_ | , | |
| const F & | from, | |||
| metal::false_ | , | |||
| T & | to | |||
| ) | [inline] |
| void mln::convert::internal::from_to_dispatch | ( | const Object< F > & | from, | |
| Object< T > & | to | |||
| ) | [inline] |
| void mln::convert::internal::from_to_dispatch | ( | metal::false_ | , | |
| const Object< F > & | from, | |||
| Object< T > & | to | |||
| ) | [inline] |
Definition at line 126 of file from_to.hh.
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] |
| void mln::convert::internal::from_to_dispatch | ( | const Value< F > & | from, | |
| Value< T > & | to | |||
| ) | [inline] |
| void mln::convert::internal::from_to_dispatch | ( | const Site_Set< S > & | from, | |
| Image< I > & | to | |||
| ) | [inline] |
Definition at line 89 of file from_to.hh.
References mln::exact(), and mln::convert::impl::from_site_set_to_image().
| void mln::convert::internal::from_to_dispatch | ( | const Image< I > & | from, | |
| Site_Set< S > & | to | |||
| ) | [inline] |
Definition at line 76 of file from_to.hh.
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_unsigned_to_value_dispatch | ( | const unsigned & | from, | |
| Value< V > & | to | |||
| ) | [inline] |
Definition at line 101 of file from_unsigned_to_value.hh.
References mln::exact(), and mln::convert::impl::from_unsigned_to_value().
Referenced by mln::convert::over_load::from_to_().
1.5.6