Mercurial > hg > octave-lyh
comparison liboctave/str-vec.h @ 6108:143b556ce725
[project @ 2006-10-27 01:45:54 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 01:45:56 +0000 |
parents | 84ca47e311b3 |
children | 41c1deed5613 |
comparison
equal
deleted
inserted
replaced
6107:6465ca8e4f0c | 6108:143b556ce725 |
---|---|
29 #include <string> | 29 #include <string> |
30 | 30 |
31 #include "Array.h" | 31 #include "Array.h" |
32 | 32 |
33 class | 33 class |
34 OCTAVE_API | |
34 string_vector : public Array<std::string> | 35 string_vector : public Array<std::string> |
35 { | 36 { |
36 public: | 37 public: |
37 | 38 |
38 string_vector (void) : Array<std::string> () { } | 39 string_vector (void) : Array<std::string> () { } |