#include <iomanip>
#include <ostream>
#include <sstream>
#include "DASPK-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 | DASPK_options_struct |
Macros | |
#define | MAX_TOKENS 6 |
#define | NUM_OPTIONS 13 |
Functions | |
OCTAVE_EXPORT octave_value_list | Fdaspk_options (const octave_value_list &args, int) |
static void | print_DASPK_options (std::ostream &os) |
static void | set_DASPK_options (const std::string &keyword, const octave_value &val) |
static octave_value_list | show_DASPK_options (const std::string &keyword) |
Variables | |
static DASPK_options_struct | DASPK_options_table [] |
static DASPK_options | daspk_opts |
#define MAX_TOKENS 6 |
Definition at line 23 of file DASPK-opts.cc.
#define NUM_OPTIONS 13 |
Definition at line 33 of file DASPK-opts.cc.
OCTAVE_EXPORT octave_value_list Fdaspk_options | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 740 of file DASPK-opts.cc.
References octave_stdout, print_DASPK_options(), print_usage(), retval, set_DASPK_options(), and show_DASPK_options().
|
static |
Definition at line 91 of file DASPK-opts.cc.
References DASPK_options_table, daspk_opts, DASPK_options_struct::keyword, octave::left, len, Array< T >::numel(), and octave_print_internal().
Referenced by Fdaspk_options().
|
static |
Definition at line 318 of file DASPK-opts.cc.
References DASPK_options_table, daspk_opts, octave_value::double_value(), octave_value::int_value(), octave_value::int_vector_value(), octave::keyword_almost_match(), MAX_TOKENS, octave_value::vector_value(), and warning().
Referenced by Fdaspk_options().
|
static |
Definition at line 420 of file DASPK-opts.cc.
References DASPK_options_table, daspk_opts, octave::keyword_almost_match(), len, MAX_TOKENS, Array< T >::numel(), retval, and warning().
Referenced by Fdaspk_options().
|
static |
Definition at line 35 of file DASPK-opts.cc.
Referenced by print_DASPK_options(), set_DASPK_options(), and show_DASPK_options().
|
static |
Definition at line 21 of file DASPK-opts.cc.
Referenced by DEFMETHOD(), print_DASPK_options(), set_DASPK_options(), and show_DASPK_options().