MyGUI::delegates::CDelegate2< TP1, TP2 > Class Template Reference

#include <MyGUI_Delegate.h>

Inheritance diagram for MyGUI::delegates::CDelegate2< TP1, TP2 >:
Inheritance graph
[legend]

Public Types

typedef IDelegate2< TP1, TP2 > IDelegate

Public Member Functions

 CDelegate2 ()
 CDelegate2 (const CDelegate2< TP1, TP2 > &_event)
 ~CDelegate2 ()
bool empty ()
void clear ()
CDelegate2< TP1, TP2 > & operator= (IDelegate *_delegate)
CDelegate2< TP1, TP2 > & operator= (const CDelegate2< TP1, TP2 > &_event)
void operator() (TP1 p1, TP2 p2)

Detailed Description

template<typename TP1, typename TP2>
class MyGUI::delegates::CDelegate2< TP1, TP2 >

Definition at line 871 of file MyGUI_Delegate.h.


Member Typedef Documentation

template<typename TP1, typename TP2>
typedef IDelegate2<TP1, TP2> MyGUI::delegates::CDelegate2< TP1, TP2 >::IDelegate

Definition at line 874 of file MyGUI_Delegate.h.


Constructor & Destructor Documentation

template<typename TP1, typename TP2>
MyGUI::delegates::CDelegate2< TP1, TP2 >::CDelegate2 (  )  [inline]

Definition at line 876 of file MyGUI_Delegate.h.

template<typename TP1, typename TP2>
MyGUI::delegates::CDelegate2< TP1, TP2 >::CDelegate2 ( const CDelegate2< TP1, TP2 > &  _event  )  [inline]

Definition at line 877 of file MyGUI_Delegate.h.

template<typename TP1, typename TP2>
MyGUI::delegates::CDelegate2< TP1, TP2 >::~CDelegate2 (  )  [inline]

Definition at line 883 of file MyGUI_Delegate.h.


Member Function Documentation

template<typename TP1, typename TP2>
void MyGUI::delegates::CDelegate2< TP1, TP2 >::clear (  )  [inline]

Definition at line 887 of file MyGUI_Delegate.h.

template<typename TP1, typename TP2>
bool MyGUI::delegates::CDelegate2< TP1, TP2 >::empty (  )  [inline]

Definition at line 885 of file MyGUI_Delegate.h.

template<typename TP1, typename TP2>
void MyGUI::delegates::CDelegate2< TP1, TP2 >::operator() ( TP1  p1,
TP2  p2 
) [inline]

Definition at line 916 of file MyGUI_Delegate.h.

template<typename TP1, typename TP2>
CDelegate2<TP1, TP2>& MyGUI::delegates::CDelegate2< TP1, TP2 >::operator= ( const CDelegate2< TP1, TP2 > &  _event  )  [inline]

Definition at line 906 of file MyGUI_Delegate.h.

template<typename TP1, typename TP2>
CDelegate2<TP1, TP2>& MyGUI::delegates::CDelegate2< TP1, TP2 >::operator= ( IDelegate _delegate  )  [inline]

Definition at line 896 of file MyGUI_Delegate.h.


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

Generated on 3 Dec 2009 for MyGUI by  doxygen 1.6.1