#include <sstream>
#include <iostream>
#include <string>
#include "defun.h"
#include "dynamic-ld.h"
#include "error.h"
#include "help.h"
#include "ov.h"
#include "ov-builtin.h"
#include "ov-dld-fcn.h"
#include "ov-fcn.h"
#include "ov-mex-fcn.h"
#include "ov-usr-fcn.h"
#include "oct-obj.h"
#include "pager.h"
#include "symtab.h"
#include "toplev.h"
#include "variables.h"
#include "parse.h"
Functions | |
void | print_usage (void) |
void | print_usage (const std::string &name) |
void | check_version (const std::string &version, const std::string &fcn) |
void | install_builtin_function (octave_builtin::fcn f, const std::string &name, const std::string &doc, bool) |
void | install_dld_function (octave_dld_function::fcn f, const std::string &name, const octave_shlib &shl, const std::string &doc, bool relative) |
void | install_mex_function (void *fptr, bool fmex, const std::string &name, const octave_shlib &shl, bool relative) |
void | alias_builtin (const std::string &alias, const std::string &name) |
void alias_builtin | ( | const std::string & | alias, | |
const std::string & | name | |||
) |
void check_version | ( | const std::string & | version, | |
const std::string & | fcn | |||
) |
void install_builtin_function | ( | octave_builtin::fcn | f, | |
const std::string & | name, | |||
const std::string & | doc, | |||
bool | ||||
) |
void install_dld_function | ( | octave_dld_function::fcn | f, | |
const std::string & | name, | |||
const octave_shlib & | shl, | |||
const std::string & | doc, | |||
bool | relative | |||
) |
void install_mex_function | ( | void * | fptr, | |
bool | fmex, | |||
const std::string & | name, | |||
const octave_shlib & | shl, | |||
bool | relative | |||
) |
void print_usage | ( | const std::string & | name | ) |
void print_usage | ( | void | ) |