Heidelberg Educational Numerics Library Version 0.24 (from 9 September 2011)
Public Types | Public Member Functions

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: