Rasterfarm-SDK
Loading...
Searching...
No Matches
VectorArray< C > Class Template Reference

#include <vector.h>

Inheritance diagram for VectorArray< C >:

Public Member Functions

template<class U >
 VectorArray (const HeapArray< U > &other)
 
template<class U >
 VectorArray (const VectorArray< U > &other)
 
 VectorArray (const Initializer< C > &list)
 
 VectorArray (size_t size=0)
 
 VectorArray (const typename HeapArray< C >::iterator &itBegin, const typename HeapArray< C >::iterator itEnd)
 
 VectorArray (size_t size, const C &init)
 

Constructor & Destructor Documentation

◆ VectorArray() [1/6]

template<class C >
template<class U >
VectorArray< C >::VectorArray ( const HeapArray< U > & other)
inline

◆ VectorArray() [2/6]

template<class C >
template<class U >
VectorArray< C >::VectorArray ( const VectorArray< U > & other)
inline

◆ VectorArray() [3/6]

template<class C >
VectorArray< C >::VectorArray ( const Initializer< C > & list)
inline

◆ VectorArray() [4/6]

template<class C >
VectorArray< C >::VectorArray ( size_t size = 0)
inline

◆ VectorArray() [5/6]

template<class C >
VectorArray< C >::VectorArray ( const typename HeapArray< C >::iterator & itBegin,
const typename HeapArray< C >::iterator itEnd )
inline

◆ VectorArray() [6/6]

template<class C >
VectorArray< C >::VectorArray ( size_t size,
const C & init )
inline

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