GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
call-stack.cc File Reference
#include "singleton-cleanup.h"
#include "call-stack.h"
#include "oct-map.h"
#include "ov.h"
#include "ov-fcn.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
Include dependency graph for call-stack.cc:

Go to the source code of this file.

Variables

static const char * bt_fieldnames []
 
static const octave_fields bt_fields (bt_fieldnames)
 

Variable Documentation

const char* bt_fieldnames[]
static
Initial value:
= { "file", "name", "line",
"column", "scope", "context", 0
}

Definition at line 356 of file call-stack.cc.

const octave_fields bt_fields(bt_fieldnames)
static