Public Types | Public Member Functions

MyGUI::delegates::CDelegate1< TP1 > Class Template Reference

#include <MyGUI_Delegate.h>

Inheritance diagram for MyGUI::delegates::CDelegate1< TP1 >:

Public Types

typedef IDelegate1< TP1 > IDelegate
typedef IDelegate1< TP1 > IDelegate

Public Member Functions

 CDelegate1 ()
 CDelegate1 (const CDelegate1< TP1 > &_event)
 ~CDelegate1 ()
bool empty ()
void clear ()
CDelegate1< TP1 > & operator= (IDelegate *_delegate)
CDelegate1< TP1 > & operator= (const CDelegate1< TP1 > &_event)
void operator() (TP1 p1)
 CDelegate1 ()
 CDelegate1 (const CDelegate1< TP1 > &_event)
 ~CDelegate1 ()
bool empty ()
void clear ()
CDelegate1< TP1 > & operator= (IDelegate *_delegate)
CDelegate1< TP1 > & operator= (const CDelegate1< TP1 > &_event)
void operator() (TP1 p1)

Detailed Description

template<typename TP1>
class MyGUI::delegates::CDelegate1< TP1 >

Definition at line 140 of file MyGUI_Delegate.h.


Member Typedef Documentation

template<typename TP1>
typedef IDelegate1<TP1> MyGUI::delegates::CDelegate1< TP1 >::IDelegate

Definition at line 143 of file MyGUI_Delegate.h.

template<typename TP1>
typedef IDelegate1<TP1> MyGUI::delegates::CDelegate1< TP1 >::IDelegate

Definition at line 143 of file MyGUI_Delegate.h.


Constructor & Destructor Documentation

template<typename TP1>
MyGUI::delegates::CDelegate1< TP1 >::CDelegate1 (  )  [inline]

Definition at line 145 of file MyGUI_Delegate.h.

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

Definition at line 146 of file MyGUI_Delegate.h.

template<typename TP1>
MyGUI::delegates::CDelegate1< TP1 >::~CDelegate1 (  )  [inline]

Definition at line 152 of file MyGUI_Delegate.h.

template<typename TP1>
MyGUI::delegates::CDelegate1< TP1 >::CDelegate1 (  )  [inline]

Definition at line 145 of file MyGUI_Delegate.h.

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

Definition at line 146 of file MyGUI_Delegate.h.

template<typename TP1>
MyGUI::delegates::CDelegate1< TP1 >::~CDelegate1 (  )  [inline]

Definition at line 152 of file MyGUI_Delegate.h.


Member Function Documentation

template<typename TP1>
void MyGUI::delegates::CDelegate1< TP1 >::clear (  )  [inline]

Definition at line 156 of file MyGUI_Delegate.h.

template<typename TP1>
void MyGUI::delegates::CDelegate1< TP1 >::clear (  )  [inline]

Definition at line 156 of file MyGUI_Delegate.h.

template<typename TP1>
bool MyGUI::delegates::CDelegate1< TP1 >::empty (  )  [inline]

Definition at line 154 of file MyGUI_Delegate.h.

template<typename TP1>
bool MyGUI::delegates::CDelegate1< TP1 >::empty (  )  [inline]

Definition at line 154 of file MyGUI_Delegate.h.

template<typename TP1>
void MyGUI::delegates::CDelegate1< TP1 >::operator() ( TP1  p1  )  [inline]

Definition at line 185 of file MyGUI_Delegate.h.

template<typename TP1>
void MyGUI::delegates::CDelegate1< TP1 >::operator() ( TP1  p1  )  [inline]

Definition at line 185 of file MyGUI_Delegate.h.

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

Definition at line 175 of file MyGUI_Delegate.h.

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

Definition at line 175 of file MyGUI_Delegate.h.

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

Definition at line 165 of file MyGUI_Delegate.h.

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

Definition at line 165 of file MyGUI_Delegate.h.


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