List of all members.
Detailed Description
template<typename T>
class List< T >
List interface. The template argument must support the = and == operator.
Definition at line 5 of file List.h.
Member Function Documentation
template<typename T>
virtual bool List< T >::add |
( |
T |
item |
) |
[pure virtual] |
Add a new element at the end of the list.
Implemented in Array< T >, ArrayList< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, ArrayList<::pEventDeviceListener >, ArrayList< Sound * >, ArrayList<::pEventRenderListener >, ArrayList< Music * >, ArrayList<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual void List< T >::clear |
( |
void |
|
) |
[pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual T List< T >::get |
( |
uint |
index |
) |
[pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual T& List< T >::getRef |
( |
uint |
index |
) |
[pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual bool List< T >::insert |
( |
uint |
index, |
|
|
T |
item | |
|
) |
| | [pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual void List< T >::remove |
( |
T |
item |
) |
[pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual void List< T >::removeIndex |
( |
uint |
index |
) |
[pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual bool List< T >::replace |
( |
T |
oldItem, |
|
|
T |
newItem | |
|
) |
| | [pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual bool List< T >::replaceIndex |
( |
uint |
index, |
|
|
T |
newItem | |
|
) |
| | [pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual void List< T >::set |
( |
uint |
index, |
|
|
T |
data | |
|
) |
| | [pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
template<typename T>
virtual uint List< T >::size |
( |
void |
|
) |
[pure virtual] |
Implemented in Array< T >, Static< T, SIZE >, Array< pInstance >, Array< LevelItem >, Array<::pEventDeviceListener >, Array< Sound * >, Array< pIBody >, Array<::pEventRenderListener >, Array< Music * >, Array<::pEventWindowListener >, Static< MouseDevice, 8 >, and Static< KeyboardDevice, 8 >.
The documentation for this class was generated from the following file: