ClanLib  2.3.7
Public Member Functions | Public Attributes | List of all members
CL_Super_v0 Class Reference

#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
 

Detailed Description

(Internal ClanLib Class)

Member Function Documentation

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

Member Data Documentation

std::vector< CL_SharedPtr<CL_SlotCallback> >::reverse_iterator CL_Super_v0::it_end
std::vector< CL_SharedPtr<CL_SlotCallback> >::reverse_iterator CL_Super_v0::it_super

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