#include <cctype>#include <istream>#include <ostream>#include <vector>#include "data-conv.h"#include "lo-ieee.h"#include "mach-info.h"#include "mx-base.h"#include "oct-locbuf.h"#include "byte-swap.h"#include "defun.h"#include "errwarn.h"#include "ls-ascii-helper.h"#include "ls-hdf5.h"#include "ls-oct-text.h"#include "ls-utils.h"#include "ovl.h"#include "oct-hdf5.h"#include "oct-stream.h"#include "ops.h"#include "ov-scalar.h"#include "ov-re-mat.h"#include "ov-str-mat.h"#include "pr-output.h"#include "utils.h"
Go to the source code of this file.
Macros | |
| #define | CHAR_MATRIX_CONV(TNAME, FCN) |
Functions | |
| static octave_base_value * | default_numeric_conversion_function (const octave_base_value &a) |
| #define CHAR_MATRIX_CONV | ( | TNAME, | |
| FCN | |||
| ) |
Definition at line 164 of file ov-str-mat.cc.
|
static |
Definition at line 65 of file ov-str-mat.cc.
References octave_char_matrix_str::array_value(), and Array< T, Alloc >::numel().
Referenced by octave_char_matrix_str::numeric_conversion_function().