![]() |
VR-Forces 4.1 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.
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
Returns the iterator where the element is found.
Returns end() if not found
|
inline |
|
inline |
|
inline |