23 #if !defined (octave_str_vec_h)
24 #define octave_str_vec_h 1
57 :
Array<
std::string> (s.as_column ()) { }
110 std::string join (
const std::string& sep = std::string ())
const;
112 char **c_str_vec (
void)
const;
114 static void delete_c_str_vec (
const char *
const*);
117 list_in_columns (std::ostream&,
int width = 0,
118 const std::string& prefix = std::string ())
const;
string_vector(const std::string &s)
octave_idx_type max_length(void) const
T & elem(octave_idx_type n)
void resize(octave_idx_type n, const std::string &rfv=std::string())
string_vector(const string_vector &s)
void resize(const dim_vector &dv, const T &rfv)
string_vector(const Array< std::string > &s)
string_vector(const char *s)
string_vector(octave_idx_type n)
Array< T > & operator=(const Array< T > &a)