vdk 2.4.0
Public Member Functions | List of all members
VDKContainer< T > Class Template Reference

provides a base class for generic containers More...

#include <container.h>

Inheritance diagram for VDKContainer< T >:
VDKHeap< T >

Public Member Functions

 VDKContainer (int count=0)
T & operator[] (int n)
int size ()
 VDKContainer (const VDKContainer< T > &c)
VDKContainer< T > & operator= (const VDKContainer< T > &c)
int operator== (const VDKContainer< T > &c)

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 >
VDKContainer< T > & VDKContainer< T >::operator= ( const VDKContainer< T > &  c)

Assignement operator

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

Equality operator

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

Ordinal access operator

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

Return container size


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