ClanLib  2.3.7
Public Member Functions | Public Attributes | List of all members
CL_Super_3< RetVal, Param1, Param2, Param3 > Class Template Reference

#include <virtual_function_3.h>

Public Member Functions

RetVal invoke (Param1 param1, Param2 param2, Param3 param3)
 
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
 

Detailed Description

template<typename RetVal, typename Param1, typename Param2, typename Param3>
class CL_Super_3< RetVal, Param1, Param2, Param3 >

(Internal ClanLib Class)

Member Function Documentation

template<typename RetVal, typename Param1, typename Param2, typename Param3>
RetVal CL_Super_3< RetVal, Param1, Param2, Param3 >::invoke ( Param1  param1,
Param2  param2,
Param3  param3 
)
inline
template<typename RetVal, typename Param1, typename Param2, typename Param3>
bool CL_Super_3< RetVal, Param1, Param2, Param3 >::is_invokable ( ) const
inline
template<typename RetVal, typename Param1, typename Param2, typename Param3>
bool CL_Super_3< RetVal, Param1, Param2, Param3 >::is_null ( ) const
inline

Member Data Documentation

template<typename RetVal, typename Param1, typename Param2, typename Param3>
std::vector< CL_SharedPtr<CL_SlotCallback> >::reverse_iterator CL_Super_3< RetVal, Param1, Param2, Param3 >::it_end
template<typename RetVal, typename Param1, typename Param2, typename Param3>
std::vector< CL_SharedPtr<CL_SlotCallback> >::reverse_iterator CL_Super_3< RetVal, Param1, Param2, Param3 >::it_super

The documentation for this class was generated from the following file: