#include <ov-usr-fcn.h>
Inherits octave_function.
Inherited by octave_user_function, and octave_user_script.
Public Member Functions | |
octave_user_code (void) | |
~octave_user_code (void) | |
bool | is_user_code (void) const |
virtual tree_statement_list * | body (void)=0 |
Protected Member Functions | |
octave_user_code (const std::string &nm, const std::string &ds=std::string()) |
octave_user_code::octave_user_code | ( | void | ) | [inline] |
octave_user_code::~octave_user_code | ( | void | ) | [inline] |
octave_user_code::octave_user_code | ( | const std::string & | nm, | |
const std::string & | ds = std::string () | |||
) | [inline, protected] |
virtual tree_statement_list* octave_user_code::body | ( | void | ) | [pure virtual] |
Implemented in octave_user_script, and octave_user_function.
bool octave_user_code::is_user_code | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.