VR-Forces 4.0.4 Class Documentation
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]

List of all members.

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 ( ) [inline, virtual]

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 Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)