#include <iomanip>
#include <ostream>
#include <sstream>
#include "DASRT-opts.h"
#include "defun.h"
#include "pr-output.h"
#include "ovl.h"
#include "utils.h"
#include "pager.h"
Go to the source code of this file.
Classes | |
struct | DASRT_options_struct |
Macros | |
#define | MAX_TOKENS 3 |
#define | NUM_OPTIONS 6 |
Functions | |
OCTAVE_EXPORT octave_value_list | Fdasrt_options (const octave_value_list &args, int) |
static void | print_DASRT_options (std::ostream &os) |
static void | set_DASRT_options (const std::string &keyword, const octave_value &val) |
static octave_value_list | show_DASRT_options (const std::string &keyword) |
Variables | |
static DASRT_options_struct | DASRT_options_table [] |
static DASRT_options | dasrt_opts |
#define MAX_TOKENS 3 |
Definition at line 23 of file DASRT-opts.cc.
#define NUM_OPTIONS 6 |
Definition at line 33 of file DASRT-opts.cc.
OCTAVE_EXPORT octave_value_list Fdasrt_options | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 350 of file DASRT-opts.cc.
References octave_value_list::length(), octave_stdout, print_DASRT_options(), print_usage(), set_DASRT_options(), and show_DASRT_options().
|
static |
Definition at line 63 of file DASRT-opts.cc.
References DASRT_options_table, dasrt_opts, DASRT_options_struct::keyword, left, Matrix, Array< T, Alloc >::numel(), and octave_print_internal().
Referenced by Fdasrt_options().
|
static |
Definition at line 170 of file DASRT-opts.cc.
References DASRT_options_table, dasrt_opts, octave_value::double_value(), octave_value::int_value(), keyword_almost_match(), MAX_TOKENS, octave_value::vector_value(), and warning().
Referenced by Fdasrt_options().
|
static |
Definition at line 223 of file DASRT-opts.cc.
References ColumnVector, DASRT_options_table, dasrt_opts, keyword_almost_match(), MAX_TOKENS, Array< T, Alloc >::numel(), and warning().
Referenced by Fdasrt_options().
|
static |
Definition at line 35 of file DASRT-opts.cc.
Referenced by print_DASRT_options(), set_DASRT_options(), and show_DASRT_options().
|
static |
Definition at line 21 of file DASRT-opts.cc.
Referenced by DEFMETHOD(), print_DASRT_options(), set_DASRT_options(), and show_DASRT_options().