#include <countablearray.hh>
Public Types | |
typedef std::size_t | size_type |
Type used for array indices. | |
Public Member Functions | |
CountableArray () | |
make empty array | |
CountableArray (size_type _n) | |
make array with _n uninitialized components | |
CountableArray (size_type _n, const T &_t) | |
make array with _n initialized components |
Provides a dyamically allocated array with access operator, resizing and size method.