21 #ifndef HELPERRESOURCES_H
22 #define HELPERRESOURCES_H
47 m_vector(new T[m_size])
This file contains the common type defitions used on the whole framework.
~ResourceVector()
Destructor.
const T & operator[](unsigned int i) const
Returns the i-th element (const version)
A macro to deprecate functions.
A vector that can be used as a resource.
const unsigned int m_size
The number of elements.
T & operator[](unsigned int i)
Returns the i-th element.
T *const m_vector
The vector containing the elements.
ResourceVector(unsigned int size)
Constructor.
unsigned int size() const
Returns the size of the vector.