#include <iomanip>
#include <ostream>
#include <sstream>
#include "Quad-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 | Quad_options_struct |
Macros | |
#define | MAX_TOKENS 4 |
#define | NUM_OPTIONS 4 |
Functions | |
OCTAVE_EXPORT octave_value_list | Fquad_options (const octave_value_list &args, int) |
static void | print_Quad_options (std::ostream &os) |
static void | set_Quad_options (const std::string &keyword, const octave_value &val) |
static octave_value_list | show_Quad_options (const std::string &keyword) |
Variables | |
static Quad_options_struct | Quad_options_table [] |
static Quad_options | quad_opts |
#define MAX_TOKENS 4 |
Definition at line 23 of file Quad-opts.cc.
#define NUM_OPTIONS 4 |
Definition at line 33 of file Quad-opts.cc.
OCTAVE_EXPORT octave_value_list Fquad_options | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 236 of file Quad-opts.cc.
References octave_value_list::length(), octave_stdout, print_Quad_options(), print_usage(), set_Quad_options(), and show_Quad_options().
|
static |
Definition at line 55 of file Quad-opts.cc.
References Quad_options_struct::keyword, left, Quad_options_table, and quad_opts.
Referenced by Fquad_options().
|
static |
Definition at line 118 of file Quad-opts.cc.
References octave_value::double_value(), octave_value::float_value(), keyword_almost_match(), MAX_TOKENS, Quad_options_table, quad_opts, and warning().
Referenced by Fquad_options().
|
static |
Definition at line 157 of file Quad-opts.cc.
References keyword_almost_match(), MAX_TOKENS, Quad_options_table, quad_opts, and warning().
Referenced by Fquad_options().
|
static |
Definition at line 35 of file Quad-opts.cc.
Referenced by print_Quad_options(), set_Quad_options(), and show_Quad_options().
|
static |
Definition at line 21 of file Quad-opts.cc.
Referenced by DEFMETHODX(), print_Quad_options(), set_Quad_options(), and show_Quad_options().