![]() |
![]() |
Public Member Functions | |
const_limit_reference (const T_type& _A_target) | |
Constructor. | |
const trackable& | visit () const |
Retrieve the entity to visit for visit_each(). | |
const T_type& | invoke () const |
Retrieve the reference. |
|
Constructor.
|
|
Retrieve the reference. This is always a reference to the derived instance.
|
|
Retrieve the entity to visit for visit_each(). Depending on the template specialization, this is either a derived reference, or sigc::trackable& if T_type derives from sigc::trackable.
|