![]() |
VR-Forces 4.0.4 Class Documentation
|
This class has been extended from the QLinkedList class to provide some convenience methods. More...

Public Member Functions | |
| DtLinkedList () | |
| DtLinkedList (const DtLinkedList< T > &orig) | |
| virtual | ~DtLinkedList () |
| DtLinkedList< T >::iterator | find (const T &t) |
| Returns the iterator where the element is found. | |
| DtLinkedList< T >::const_iterator | find (const T &t) const |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
This class has been extended from the QLinkedList class to provide some convenience methods.
| DtLinkedList< T >::DtLinkedList | ( | ) | [inline] |
| DtLinkedList< T >::DtLinkedList | ( | const DtLinkedList< T > & | orig | ) | [inline] |
| virtual DtLinkedList< T >::~DtLinkedList | ( | ) | [inline, virtual] |
| DtLinkedList<T>::iterator DtLinkedList< T >::find | ( | const T & | t | ) | [inline] |
Returns the iterator where the element is found.
Returns end() if not found
| DtLinkedList<T>::const_iterator DtLinkedList< T >::find | ( | const T & | t | ) | const [inline] |
| T& DtLinkedList< T >::operator[] | ( | int | i | ) | [inline] |
| const T& DtLinkedList< T >::operator[] | ( | int | i | ) | const [inline] |