Navigation

Operators and Keywords

Function List:

C++ API

tree_function_def Class Reference

#include <pt-cmd.h>

Inherits tree_command.

Collaboration diagram for tree_function_def:

List of all members.

Public Member Functions

 tree_function_def (octave_function *f, int l=-1, int c=-1)
 ~tree_function_def (void)
tree_commanddup (symbol_table::scope_id scope, symbol_table::context_id context) const
void accept (tree_walker &tw)
octave_value function (void)

Constructor & Destructor Documentation

tree_function_def::tree_function_def ( octave_function f,
int  l = -1,
int  c = -1 
) [inline]
tree_function_def::~tree_function_def ( void   )  [inline]

Member Function Documentation

void tree_function_def::accept ( tree_walker tw  )  [virtual]

Implements tree.

tree_command * tree_function_def::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const [virtual]

Implements tree_command.

octave_value tree_function_def::function ( void   )  [inline]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines