Implementation namespace of test namespace. More...
Functions | |
| template<typename I , typename F > | |
| bool | predicate_ (trait::image::speed::any, const I &ima, const F &f) |
| template<typename S , typename F > | |
| bool | predicate_ (const Site_Set< S > &pset, const F &f) |
| template<typename I , typename J , typename F > | |
| bool | predicate_ (trait::image::speed::fastest, trait::image::speed::fastest, const I &lhs, const J &rhs, const F &f) |
| template<typename I , typename J , typename F > | |
| bool | predicate_ (trait::image::speed::any, trait::image::speed::any, const I &lhs, const J &rhs, const F &f) |
| template<typename I , typename F > | |
| bool | predicate_ (trait::image::speed::fastest, const I &ima, const F &f) |
Implementation namespace of test namespace.
| bool mln::test::impl::predicate_ | ( | trait::image::speed::any | , | |
| const I & | ima, | |||
| const F & | f | |||
| ) | [inline] |
Definition at line 130 of file predicate.hh.
References mln::test::internal::predicate_tests().
Referenced by mln::test::predicate().
| bool mln::test::impl::predicate_ | ( | const Site_Set< S > & | pset, | |
| const F & | f | |||
| ) | [inline] |
Definition at line 187 of file predicate.hh.
References mln::exact(), and mln::test::internal::predicate_tests().
| bool mln::test::impl::predicate_ | ( | trait::image::speed::fastest | , | |
| trait::image::speed::fastest | , | |||
| const I & | lhs, | |||
| const J & | rhs, | |||
| const F & | f | |||
| ) | [inline] |
Definition at line 171 of file predicate.hh.
References mln::test::internal::predicate_tests().
| bool mln::test::impl::predicate_ | ( | trait::image::speed::any | , | |
| trait::image::speed::any | , | |||
| const I & | lhs, | |||
| const J & | rhs, | |||
| const F & | f | |||
| ) | [inline] |
Definition at line 156 of file predicate.hh.
References mln::test::internal::predicate_tests(), and mln::rhs.
| bool mln::test::impl::predicate_ | ( | trait::image::speed::fastest | , | |
| const I & | ima, | |||
| const F & | f | |||
| ) | [inline] |
Definition at line 143 of file predicate.hh.
References mln::test::internal::predicate_tests().
1.7.1