VDKContainer< T > Class Template Reference

provides a base class for generic containers More...

#include <container.h>

Inheritance diagram for VDKContainer< T >:

VDKHeap< T > List of all members.

Public Member Functions


Detailed Description

template<class T>
class VDKContainer< T >

provides a base class for generic containers


Constructor & Destructor Documentation

template<class T>
VDKContainer< T >::VDKContainer ( int  count = 0  )  [inline]

makes a container

Parameters:
size 

template<class T>
VDKContainer< T >::VDKContainer ( const VDKContainer< T > &  c  ) 

Copy-initializer


Member Function Documentation

template<class T>
T& VDKContainer< T >::operator[] ( int  n  )  [inline]

Ordinal access operator

template<class T>
int VDKContainer< T >::size (  )  [inline]

Return container size

template<class T>
VDKContainer< T > & VDKContainer< T >::operator= ( const VDKContainer< T > &  c  ) 

Assignement operator

template<class T>
int VDKContainer< T >::operator== ( const VDKContainer< T > &  c  ) 

Equality operator


The documentation for this class was generated from the following file:
Generated on Fri Nov 10 15:11:25 2006 for vdk 2.4.0 by  doxygen 1.5.1