#include "octave-config.h"
#include <iosfwd>
#include <list>
#include <memory>
#include <string>
#include "oct-map.h"
#include "ov-base.h"
#include "ov-fcn.h"
#include "ov-typeinfo.h"
#include "stack-frame.h"
#include "symscope.h"
Go to the source code of this file.
Classes | |
class | octave::base_fcn_handle |
class | octave_fcn_handle |
Namespaces | |
octave | |
Functions | |
bool | is_equal_to (const octave_fcn_handle &fh1, const octave_fcn_handle &fh2) |
octave_value | octave::make_fcn_handle (interpreter &interp, const std::string &nm) |
bool is_equal_to | ( | const octave_fcn_handle & | fh1, |
const octave_fcn_handle & | fh2 | ||
) |
Definition at line 325 of file ov-fcn-handle.cc.