|
Namespaces |
namespace | sigc |
Functions |
template<class T_action, class T_type> |
void | visit_each (const T_action& _A_action, const limit_reference<T_type>& _A_target) |
| Implementation of visit_each() specialized for the limit_reference class, to call visit_each() on the entity returned by the limit_reference's visit() method.
|
template<class T_action, class T_type> |
void | visit_each (const T_action& _A_action, const const_limit_reference<T_type>& _A_target) |
| Implementation of visit_each() specialized for the const_limit_reference class, to call visit_each() on the entity returned by the const_limit_reference's visit() method.
|
template<class T_action, class T_type> |
void | visit_each (const T_action& _A_action, const volatile_limit_reference<T_type>& _A_target) |
| Implementation of visit_each() specialized for the volatile_limit_reference class, to call visit_each() on the entity returned by the volatile_limit_reference's visit() method.
|
template<class T_action, class T_type> |
void | visit_each (const T_action& _A_action, const const_volatile_limit_reference<T_type>& _A_target) |
| Implementation of visit_each() specialized for the const_volatile_limit_reference class, to call visit_each() on the entity returned by the const_volatile_limit_reference's visit() method.
|