Functions | |
template<typename Subject, typename T, typename J> | |
void | init_ (Subject s, T &target, const Image< J > &model) |
template<typename Bl, typename Br> | |
bool | operator_equal_boxes (const Box< Bl > &lhs_, const Box< Br > &rhs_) |
template<typename Sl, typename Sr> | |
bool | operator_equal_multiples (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) |
template<typename Sl, typename Sr> | |
bool | operator_equal_unique_multiple (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) |
template<typename Sl, typename Sr> | |
bool | operator_equal_uniques (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) |
template<typename Bl, typename Br> | |
bool | operator_less_boxes (const Box< Bl > &lhs_, const Box< Br > &rhs_) |
template<typename Sl, typename Sr> | |
bool | operator_less_multiples (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) |
template<typename Sl, typename Sr> | |
bool | operator_less_unique_multiple (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) |
template<typename Sl, typename Sr> | |
bool | operator_less_uniques (const Site_Set< Sl > &lhs, const Site_Set< Sr > &rhs) |
void mln::impl::init_ | ( | Subject | s, | |
T & | target, | |||
const Image< J > & | model | |||
) | [inline] |
bool mln::impl::operator_equal_boxes | ( | const Box< Bl > & | lhs_, | |
const Box< Br > & | rhs_ | |||
) | [inline] |
Definition at line 200 of file operators.hh.
References mln::exact(), and mln::rhs.
Referenced by mln::internal::operator_equal_dispatch().
bool mln::impl::operator_equal_multiples | ( | const Site_Set< Sl > & | lhs, | |
const Site_Set< Sr > & | rhs | |||
) | [inline] |
Definition at line 236 of file operators.hh.
References mln::internal::set_card(), and mln::internal::to_std_set().
Referenced by mln::internal::operator_equal_dispatch().
bool mln::impl::operator_equal_unique_multiple | ( | const Site_Set< Sl > & | lhs, | |
const Site_Set< Sr > & | rhs | |||
) | [inline] |
Definition at line 225 of file operators.hh.
References mln::internal::set_card(), and mln::internal::to_std_set().
Referenced by mln::internal::operator_equal_dispatch().
bool mln::impl::operator_equal_uniques | ( | const Site_Set< Sl > & | lhs, | |
const Site_Set< Sr > & | rhs | |||
) | [inline] |
Definition at line 214 of file operators.hh.
References mln::internal::set_card(), and mln::internal::sym_diff_std_set().
Referenced by mln::internal::operator_equal_dispatch().
bool mln::impl::operator_less_boxes | ( | const Box< Bl > & | lhs_, | |
const Box< Br > & | rhs_ | |||
) | [inline] |
Definition at line 251 of file operators.hh.
References mln::exact(), mln::rhs, and mln::internal::set_card().
Referenced by mln::internal::operator_less_dispatch().
bool mln::impl::operator_less_multiples | ( | const Site_Set< Sl > & | lhs, | |
const Site_Set< Sr > & | rhs | |||
) | [inline] |
Definition at line 291 of file operators.hh.
References mln::internal::leq_std_set(), and mln::internal::set_card().
Referenced by mln::internal::operator_less_dispatch().
bool mln::impl::operator_less_unique_multiple | ( | const Site_Set< Sl > & | lhs, | |
const Site_Set< Sr > & | rhs | |||
) | [inline] |
Definition at line 280 of file operators.hh.
References mln::internal::leq_std_set(), and mln::internal::set_card().
Referenced by mln::internal::operator_less_dispatch().
bool mln::impl::operator_less_uniques | ( | const Site_Set< Sl > & | lhs, | |
const Site_Set< Sr > & | rhs | |||
) | [inline] |
Definition at line 269 of file operators.hh.
References mln::internal::leq_std_set(), and mln::internal::set_card().
Referenced by mln::internal::operator_less_dispatch().