GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
stack-frame.cc File Reference
#include "lo-regexp.h"
#include "str-vec.h"
#include "defun.h"
#include "error.h"
#include "interpreter.h"
#include "interpreter-private.h"
#include "oct-map.h"
#include "ov.h"
#include "ov-fcn.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "pager.h"
#include "parse.h"
#include "pt-eval.h"
#include "stack-frame.h"
#include "syminfo.h"
#include "symrec.h"
#include "symscope.h"
#include "variables.h"
Include dependency graph for stack-frame.cc:

Go to the source code of this file.

Classes

class  base_value_stack_frame
 
class  compiled_fcn_stack_frame
 
class  scope_stack_frame
 
class  script_stack_frame
 
class  stack_frame_walker
 
class  symbol_cleaner
 
class  symbol_info_accumulator
 
class  user_fcn_stack_frame
 

Functions

static void display_scope (std::ostream &os, const symbol_scope &scope)
 

Function Documentation

◆ display_scope()

static void display_scope ( std::ostream &  os,
const symbol_scope scope 
)
static