raSystem
1.0 bata
|
#include <IRADelegate.h>
Public Member Functions | |
IRADelegateParam () | |
IRADelegateParam (raSmartPointer< TYPE > Data) | |
READONLY_PROPERTY (unsigned long, Count) | |
GET (Count) | |
void | operator+= (raSmartPointer< TYPE > data) |
raSmartPointer< TYPE > * | GetAt (int nIndex) |
Protected Attributes | |
raArray< raSmartPointer< TYPE > > | m_data |
Definition at line 4 of file IRADelegate.h.
|
inline |
Definition at line 7 of file IRADelegate.h.
|
inline |
Definition at line 10 of file IRADelegate.h.
|
inline |
Definition at line 16 of file IRADelegate.h.
|
inline |
Definition at line 22 of file IRADelegate.h.
|
inline |
Definition at line 18 of file IRADelegate.h.
IRADelegateParam< TYPE >::READONLY_PROPERTY | ( | unsigned | long, |
Count | |||
) |
|
protected |
Definition at line 27 of file IRADelegate.h.