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

#include <virtual_function_2.h>

Public Member Functions

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

(Internal ClanLib Class)

Member Function Documentation

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

Member Data Documentation

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

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