#include "errwarn.h"#include "ovl.h"#include "ov.h"#include "ov-str-mat.h"#include "ov-typeinfo.h"#include "ov-null-mat.h"#include "ops.h"Go to the source code of this file.
Macros | |
| #define | DEFCHARNDBINOP_FN(name, op, t1, t2, e1, e2, f) |
Functions | |
| void | install_str_str_ops (octave::type_info &ti) |
| #define DEFCHARNDBINOP_FN | ( | name, | |
| op, | |||
| t1, | |||
| t2, | |||
| e1, | |||
| e2, | |||
| f | |||
| ) |
Definition at line 55 of file op-str-str.cc.
| void install_str_str_ops | ( | octave::type_info & | ti | ) |
Definition at line 116 of file op-str-str.cc.
References INSTALL_ASSIGNOP_TI, INSTALL_BINOP_TI, INSTALL_CATOP_TI, INSTALL_UNOP_TI, op_eq(), op_ge(), op_gt(), op_hermitian(), op_le(), op_lt(), op_ne(), and op_transpose().