#include <t_list.h>
template<class T>
class List< T >
List container.
◆ List() [1/2]
Pointer to current position in the list.
◆ List() [2/2]
◆ ~List()
◆ Append()
template<class T>
| void List< T >::Append |
( |
T * |
V | ) |
|
|
inline |
◆ Clear()
template<class T >
| void List< T >::Clear |
( |
| ) |
|
|
inline |
◆ Destroy()
template<class T >
| void List< T >::Destroy |
( |
| ) |
|
|
inline |
◆ First()
template<class T >
| void List< T >::First |
( |
| ) |
|
|
inline |
◆ Get()
◆ InsertAfter()
template<class T>
| void List< T >::InsertAfter |
( |
T * |
V | ) |
|
|
inline |
◆ InsertAtStart()
template<class T>
| void List< T >::InsertAtStart |
( |
T * |
V | ) |
|
|
inline |
Insert an element at the begining of the list
- Parameters
-
| V | pointer to element to be inserted |
◆ InsertBefore()
template<class T>
| void List< T >::InsertBefore |
( |
T * |
V | ) |
|
|
inline |
◆ IsEnd()
◆ IsStart()
template<class T >
| int List< T >::IsStart |
( |
| ) |
|
|
inline |
◆ Last()
◆ Next()
◆ operator+()
◆ operator+=()
◆ operator<<()
template<class T>
| List< T > & List< T >::operator<< |
( |
T * |
V | ) |
|
|
inline |
◆ operator=()
◆ operator>>()
template<class T>
| List< T > & List< T >::operator>> |
( |
T * |
V | ) |
|
|
inline |
◆ Prev()
◆ Put()
template<class T>
| void List< T >::Put |
( |
T * |
V | ) |
|
|
inline |
◆ SizeList()
template<class T >
| int List< T >::SizeList |
( |
| ) |
|
|
inline |
return the number of element in the list
◆ Swap()
◆ Current
◆ End
◆ Start
The documentation for this class was generated from the following files: