Mercurial > hg > octave-lyh
comparison liboctave/Array.h @ 3504:5eef8a2294bd
[project @ 2000-02-01 10:06:51 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 10:07:26 +0000 |
parents | 8b262e771614 |
children | 3796444c54a3 |
comparison
equal
deleted
inserted
replaced
3503:d14c483b3c12 | 3504:5eef8a2294bd |
---|---|
44 // all the derived classes. | 44 // all the derived classes. |
45 | 45 |
46 template <class T> | 46 template <class T> |
47 class Array | 47 class Array |
48 { | 48 { |
49 private: | 49 protected: |
50 | 50 |
51 // The real representation of all arrays. | 51 // The real representation of all arrays. |
52 | 52 |
53 class ArrayRep | 53 class ArrayRep |
54 { | 54 { |