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

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

Assignement operator

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

Equality operator


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

Generated on Tue May 6 03:40:10 2008 for vdk 2.4.0 by  doxygen 1.5.5