Heidelberg Educational Numerics Library Version 0.24 (from 9 September 2011)
|
Dynamic array that can be used with the reference counting pointer. More...
#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 |
Dynamic array that can be used with the reference counting pointer.
Provides a dyamically allocated array with access operator, resizing and size method.