#include <virtual_function_v0.h>
Public Member Functions | |
| void | invoke () |
| bool | is_invokable () const |
| bool | is_null () const |
Public Attributes | |
| std::vector< CL_SharedPtr < CL_SlotCallback > >::reverse_iterator | it_end |
| std::vector< CL_SharedPtr < CL_SlotCallback > >::reverse_iterator | it_super |
(Internal ClanLib Class)
| void CL_Super_v0::invoke | ( | ) | [inline] |
References it_end, and it_super.
Referenced by CL_VirtualFunction_v0::invoke().
| bool CL_Super_v0::is_invokable | ( | ) | const [inline] |
| bool CL_Super_v0::is_null | ( | ) | const [inline] |
| std::vector< CL_SharedPtr<CL_SlotCallback> >::reverse_iterator CL_Super_v0::it_end |
Referenced by CL_VirtualFunction_v0::invoke(), and invoke().
| std::vector< CL_SharedPtr<CL_SlotCallback> >::reverse_iterator CL_Super_v0::it_super |
Referenced by CL_VirtualFunction_v0::invoke(), and invoke().
1.7.1