#include <VecSimplestH_Type.h>
Inheritance diagram for VecSimplestH(Type)::

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