#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.h"
void gripe_2_or_3_dim_plot | ( | void | ) |
void gripe_divide_by_zero | ( | void | ) |
void gripe_implicit_conversion | ( | const std::string & | id, | |
const std::string & | from, | |||
const std::string & | to | |||
) |
void gripe_indexed_cs_list | ( | void | ) |
void gripe_invalid_conversion | ( | const std::string & | from, | |
const std::string & | to | |||
) |
void gripe_invalid_inquiry_subscript | ( | void | ) |
void gripe_invalid_value_specified | ( | const char * | name | ) |
void gripe_library_execution_error | ( | void | ) |
void gripe_logical_conversion | ( | void | ) |
void gripe_nonconformant | ( | octave_idx_type | r1, | |
octave_idx_type | c1, | |||
octave_idx_type | r2, | |||
octave_idx_type | c2 | |||
) |
void gripe_nonconformant | ( | void | ) |
void gripe_not_implemented | ( | const char * | fcn | ) |
void gripe_not_supported | ( | const char * | fcn | ) |
void gripe_range_invalid | ( | void | ) |
void gripe_square_matrix_required | ( | const char * | name | ) |
void gripe_string_invalid | ( | void | ) |
void gripe_unrecognized_data_fmt | ( | const char * | warn_for | ) |
void gripe_unrecognized_float_fmt | ( | void | ) |
void gripe_user_returned_invalid | ( | const char * | name | ) |
void gripe_user_supplied_eval | ( | const char * | name | ) |
void gripe_warn_complex_cmp | ( | void | ) |
void gripe_wrong_type_arg | ( | const std::string & | name, | |
const octave_value & | tc, | |||
bool | is_error | |||
) |
void gripe_wrong_type_arg | ( | const char * | name, | |
const octave_value & | tc, | |||
bool | is_error | |||
) |
void gripe_wrong_type_arg | ( | const char * | name, | |
const std::string & | s, | |||
bool | is_error | |||
) |
void gripe_wrong_type_arg_for_binary_op | ( | const octave_value & | op | ) |
void gripe_wrong_type_arg_for_unary_op | ( | const octave_value & | op | ) |