#include <VecSimpleH_Type.h>
Inheritance diagram for VecSimpleH(Type)::

Public Methods | |
| VecSimpleH(Type) () | |
| VecSimpleH(Type) (int length_) | |
| VecSimpleH(Type) (Type *a, int n, int base=0) | |
| VecSimpleH(Type) (const VecSimple(Type) &v) | |
| VecSimpleH(Type) (const VecSimpleH(Type) &v) | |
| ~VecSimpleH(Type) () | |
| void | operator= (const VecSimpleH(Type) &v) |
NAME: VecSimpleH(Type) - as VecSimple, but with a handle
DESCRIPTION:
The class implements a standard vector type through the inheritance from VecSimple. In addition this class is derived from HandleId, enabling constructions like "Handle(VecSimpleH(real))".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|