GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
utils.h File Reference
#include "octave-config.h"
#include <cstdarg>
#include <iosfwd>
#include <string>
#include <list>
#include "dMatrix.h"
#include "lo-utils.h"
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTINTERP_API int almost_match (const std::string &std, const std::string &s, int min_match_len=1, int case_sens=1)
 
OCTINTERP_API void check_dimensions (dim_vector &dim, const char *warnfor)
 
OCTINTERP_API std::string contents_file_in_path (const std::string &)
 
OCTINTERP_API octave_idx_type dims_to_numel (const dim_vector &dims, const octave_value_list &idx)
 
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 octave_value do_simple_cellfun (octave_value_list(*fun)(const octave_value_list &, int), const char *fun_name, const octave_value_list &args)
 
OCTINTERP_API std::string do_string_escapes (const std::string &s)
 
OCTINTERP_API int empty_arg (const char *name, octave_idx_type nr, octave_idx_type nc)
 
OCTINTERP_API std::string fcn_file_in_path (const std::string &)
 
OCTINTERP_API std::string file_in_path (const std::string &, const std::string &)
 
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 FloatMatrix float_identity_matrix (octave_idx_type nr, octave_idx_type nc)
 
OCTINTERP_API void get_dimensions (const octave_value &a, const char *warn_for, dim_vector &dim)
 
OCTINTERP_API void get_dimensions (const octave_value &a, const octave_value &b, const char *warn_for, octave_idx_type &nr, octave_idx_type &nc)
 
OCTINTERP_API void get_dimensions (const octave_value &a, const char *warn_for, octave_idx_type &nr, octave_idx_type &nc)
 
OCTINTERP_API Matrix identity_matrix (octave_idx_type nr, octave_idx_type nc)
 
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)
 
OCTINTERP_API std::string mex_file_in_path (const std::string &)
 
OCTINTERP_API std::string oct_file_in_path (const std::string &)
 
OCTINTERP_API std::string octave_asprintf (const char *fmt,...)
 
OCTINTERP_API size_t octave_format (std::ostream &os, const char *fmt,...)
 
OCTINTERP_API void octave_sleep (double seconds)
 
OCTINTERP_API std::string octave_vasprintf (const char *fmt, va_list args)
 
OCTINTERP_API size_t octave_vformat (std::ostream &os, const char *fmt, va_list args)
 
OCTINTERP_API bool same_file (const std::string &f, const std::string &g)
 
OCTINTERP_API string_vector search_path_for_all_files (const std::string &, const string_vector &)
 
OCTINTERP_API std::string search_path_for_file (const std::string &, const string_vector &)
 
OCTINTERP_API const char * undo_string_escape (char c)
 
OCTINTERP_API std::string undo_string_escapes (const std::string &s)
 
OCTINTERP_API bool valid_identifier (const char *s)
 
OCTINTERP_API bool valid_identifier (const std::string &s)
 

Function Documentation

◆ almost_match()

OCTINTERP_API int almost_match ( const std::string std,
const std::string s,
int  min_match_len = 1,
int  case_sens = 1 
)

Definition at line 136 of file utils.cc.

References octave_strncasecmp(), s, and octave::string::strncmp().

Referenced by keyword_almost_match().

◆ check_dimensions()

OCTINTERP_API void check_dimensions ( dim_vector dim,
const char *  warnfor 
)

◆ contents_file_in_path()

OCTINTERP_API std::string contents_file_in_path ( const std::string )

◆ dims_to_numel()

OCTINTERP_API octave_idx_type dims_to_numel ( const dim_vector dims,
const octave_value_list idx 
)

◆ do_simple_cellfun() [1/2]

OCTINTERP_API octave_value_list do_simple_cellfun ( octave_value_list(*)(const octave_value_list &, int)  fun,
const char *  fun_name,
const octave_value_list args,
int  nargout 
)

Referenced by pattern().

◆ do_simple_cellfun() [2/2]

OCTINTERP_API octave_value do_simple_cellfun ( octave_value_list(*)(const octave_value_list &, int)  fun,
const char *  fun_name,
const octave_value_list args 
)

◆ do_string_escapes()

◆ empty_arg()

OCTINTERP_API int empty_arg ( const char *  name,
octave_idx_type  nr,
octave_idx_type  nc 
)

Definition at line 239 of file utils.cc.

◆ fcn_file_in_path()

OCTINTERP_API std::string fcn_file_in_path ( const std::string )

◆ file_in_path()

OCTINTERP_API std::string file_in_path ( const std::string ,
const std::string  
)

Referenced by symbol_exist().

◆ find_data_file_in_load_path()

OCTINTERP_API std::string find_data_file_in_load_path ( const std::string fcn,
const std::string file,
bool  require_regular_file = false 
)

Referenced by find_file_to_load().

◆ float_identity_matrix()

OCTINTERP_API FloatMatrix float_identity_matrix ( octave_idx_type  nr,
octave_idx_type  nc 
)

Referenced by Fgsvd().

◆ get_dimensions() [1/3]

OCTINTERP_API void get_dimensions ( const octave_value a,
const char *  warn_for,
dim_vector dim 
)

Referenced by sparse().

◆ get_dimensions() [2/3]

OCTINTERP_API void get_dimensions ( const octave_value a,
const octave_value b,
const char *  warn_for,
octave_idx_type nr,
octave_idx_type nc 
)

◆ get_dimensions() [3/3]

OCTINTERP_API void get_dimensions ( const octave_value a,
const char *  warn_for,
octave_idx_type nr,
octave_idx_type nc 
)

◆ identity_matrix()

OCTINTERP_API Matrix identity_matrix ( octave_idx_type  nr,
octave_idx_type  nc 
)

Referenced by Fgsvd().

◆ keyword_almost_match()

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 
)

Definition at line 152 of file utils.cc.

References almost_match(), done, s, s2, strsave(), and t.

◆ mex_file_in_path()

OCTINTERP_API std::string mex_file_in_path ( const std::string )

◆ oct_file_in_path()

OCTINTERP_API std::string oct_file_in_path ( const std::string )

◆ octave_asprintf()

OCTINTERP_API std::string octave_asprintf ( const char *  fmt,
  ... 
)

◆ octave_format()

OCTINTERP_API size_t octave_format ( std::ostream &  os,
const char *  fmt,
  ... 
)

Referenced by octave::do_printf_conv().

◆ octave_sleep()

OCTINTERP_API void octave_sleep ( double  seconds)

◆ octave_vasprintf()

OCTINTERP_API std::string octave_vasprintf ( const char *  fmt,
va_list  args 
)

◆ octave_vformat()

OCTINTERP_API size_t octave_vformat ( std::ostream &  os,
const char *  fmt,
va_list  args 
)

Referenced by mexPrintf(), verror(), and vwarning().

◆ same_file()

OCTINTERP_API bool same_file ( const std::string f,
const std::string g 
)

◆ search_path_for_all_files()

OCTINTERP_API string_vector search_path_for_all_files ( const std::string ,
const string_vector  
)

◆ search_path_for_file()

OCTINTERP_API std::string search_path_for_file ( const std::string ,
const string_vector  
)

Definition at line 247 of file utils.cc.

References octave::sys::env::make_absolute(), p, and string_vector::std_list().

Referenced by have_gnuplot_binary().

◆ undo_string_escape()

OCTINTERP_API const char* undo_string_escape ( char  c)

◆ undo_string_escapes()

◆ valid_identifier() [1/2]

◆ valid_identifier() [2/2]

OCTINTERP_API bool valid_identifier ( const std::string s)

Definition at line 87 of file utils.cc.

References s, and valid_identifier().