hdnum::CountableArray< T > Class Template Reference

Dynamic array that can be used with the reference counting pointer. More...

#include <countablearray.hh>

Inheritance diagram for hdnum::CountableArray< T >:

hdnum::Countable hdnum::Array< T >

List of all members.

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


Detailed Description

template<class T>
class hdnum::CountableArray< T >

Dynamic array that can be used with the reference counting pointer.

Provides a dyamically allocated array with access operator, resizing and size method.


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

Generated on Thu Nov 5 11:47:00 2009 for Heidelberg Educational Numerics Library by  doxygen 1.5.5