23 #if !defined (octave_utils_h)
24 #define octave_utils_h 1
45 same_file (
const std::string&
f,
const std::string& g);
49 int min_match_len = 1,
54 const std::string& s,
int min_toks_to_match,
71 const std::string& file,
72 bool require_regular_file =
false);
141 : stream (s), oflags (s.flags ()), oprecision (s.precision ()),
142 owidth (s.width ()), ofill (s.
fill ())
OCTINTERP_API void octave_sleep(double seconds)
OCTINTERP_API std::string oct_file_in_path(const std::string &)
std::streamsize oprecision
OCTINTERP_API size_t octave_vformat(std::ostream &os, const char *fmt, va_list args)
void fill(const std::string &val)
OCTINTERP_API std::string undo_string_escapes(const std::string &s)
OCTINTERP_API bool valid_identifier(const char *s)
OCTINTERP_API std::string fcn_file_in_path(const std::string &)
OCTINTERP_API int empty_arg(const char *name, octave_idx_type nr, octave_idx_type nc)
OCTINTERP_API octave_idx_type dims_to_numel(const dim_vector &dims, const octave_value_list &idx)
OCTINTERP_API std::string file_in_path(const std::string &, const std::string &)
const dim_vector & dims(void) const
Return a const-reference so that dims ()(i) works efficiently.
OCTINTERP_API std::string contents_file_in_path(const std::string &)
F77_RET_T const double const double * f
OCTINTERP_API std::string octave_asprintf(const char *fmt,...)
OCTINTERP_API std::string octave_vasprintf(const char *fmt, va_list args)
OCTINTERP_API std::string search_path_for_file(const std::string &, const string_vector &)
OCTINTERP_API int almost_match(const std::string &std, const std::string &s, int min_match_len=1, int case_sens=1)
OCTINTERP_API bool same_file(const std::string &f, const std::string &g)
OCTINTERP_API size_t octave_format(std::ostream &os, const char *fmt,...)
std::ios::fmtflags oflags
OCTINTERP_API void get_dimensions(const octave_value &a, const char *warn_for, dim_vector &dim)
OCTINTERP_API string_vector search_path_for_all_files(const std::string &, const string_vector &)
OCTINTERP_API FloatMatrix float_identity_matrix(octave_idx_type nr, octave_idx_type nc)
OCTINTERP_API std::string find_data_file_in_load_path(const std::string &fcn, const std::string &file, bool require_regular_file=false)
OCTINTERP_API const char * undo_string_escape(char c)
OCTINTERP_API std::string do_string_escapes(const std::string &s)
octave_preserve_stream_state(std::ios &s)
OCTINTERP_API Matrix identity_matrix(octave_idx_type nr, octave_idx_type nc)
OCTINTERP_API octave_value_list do_simple_cellfun(octave_value_list(*fun)(const octave_value_list &, int), const char *fun_name, const octave_value_list &args, int nargout)
OCTINTERP_API std::string mex_file_in_path(const std::string &)
OCTINTERP_API void check_dimensions(dim_vector &dim, const char *warnfor)
OCTINTERP_API int keyword_almost_match(const char *const *std, int *min_len, const std::string &s, int min_toks_to_match, int max_toks)