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

#include <virtual_function_0.h>

Public Member Functions

RetVal 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
 

Detailed Description

template<typename RetVal>
class CL_Super_0< RetVal >

(Internal ClanLib Class)

Member Function Documentation

template<typename RetVal>
RetVal CL_Super_0< RetVal >::invoke ( )
inline
template<typename RetVal>
bool CL_Super_0< RetVal >::is_invokable ( ) const
inline
template<typename RetVal>
bool CL_Super_0< RetVal >::is_null ( ) const
inline

Member Data Documentation

template<typename RetVal>
std::vector< CL_SharedPtr<CL_SlotCallback> >::reverse_iterator CL_Super_0< RetVal >::it_end
template<typename RetVal>
std::vector< CL_SharedPtr<CL_SlotCallback> >::reverse_iterator CL_Super_0< RetVal >::it_super

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