![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cctype>#include <iostream>#include "lo-ieee.h"#include "mx-base.h"#include "mxarray.h"#include "ov-base.h"#include "ov-base-mat.h"#include "ov-base-mat.cc"#include "ov-ch-mat.h"#include "gripes.h"#include "pr-output.h"
Go to the source code of this file.
Macros | |
| #define | STRING_MAPPER(UMAP, FCN, TYPE) |
Functions | |
| static int | xisascii (int c) |
| static int | xtoascii (int c) |
| #define STRING_MAPPER | ( | UMAP, | |
| FCN, | |||
| TYPE | |||
| ) |
Referenced by octave_char_matrix::map().
Definition at line 160 of file ov-ch-mat.cc.
Referenced by octave_char_matrix::map(), and octave_cell::map().
Definition at line 169 of file ov-ch-mat.cc.
Referenced by octave_char_matrix::map(), and octave_cell::map().
1.8.1.2