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 >:
Inheritance graph
[legend]

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

◆ VDKContainer() [1/2]

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

makes a container

Parameters
size

◆ VDKContainer() [2/2]

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

Copy-initializer

Member Function Documentation

◆ operator=()

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

Assignement operator

◆ operator==()

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

Equality operator

◆ operator[]()

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

Ordinal access operator

◆ size()

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

Return container size


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