VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions
DtLinkedList< T > Class Template Reference

This class has been extended from the QLinkedList class to provide some convenience methods. More...

Inheritance diagram for DtLinkedList< T >:
Inheritance graph
[legend]

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

Detailed Description

template<typename T>
class DtLinkedList< T >

This class has been extended from the QLinkedList class to provide some convenience methods.

Constructor & Destructor Documentation

template<typename T>
DtLinkedList< T >::DtLinkedList ( )
inline
template<typename T>
DtLinkedList< T >::DtLinkedList ( const DtLinkedList< T > &  orig)
inline
template<typename T>
virtual DtLinkedList< T >::~DtLinkedList ( )
inlinevirtual

Member Function Documentation

template<typename T>
DtLinkedList<T>::iterator DtLinkedList< T >::find ( const T &  t)
inline

Returns the iterator where the element is found.

Returns end() if not found

template<typename T>
DtLinkedList<T>::const_iterator DtLinkedList< T >::find ( const T &  t) const
inline
template<typename T>
T& DtLinkedList< T >::operator[] ( int  i)
inline
template<typename T>
const T& DtLinkedList< T >::operator[] ( int  i) const
inline

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)