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

#include <virtual_function_1.h>

Public Member Functions

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

(Internal ClanLib Class)

Member Function Documentation

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

Member Data Documentation

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

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