GNU Octave  4.0.0
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
Public Attributes | List of all members
whos_parameter Struct Reference
Collaboration diagram for whos_parameter:
Collaboration graph
[legend]

Public Attributes

int balance
 
char command
 
int first_parameter_length
 
std::string line
 
char modifier
 
int parameter_length
 
std::string text
 

Detailed Description

Definition at line 1013 of file variables.cc.

Member Data Documentation

int whos_parameter::balance

Definition at line 1020 of file variables.cc.

Referenced by symbol_info_list::parse_whos_line_format(), and print_descriptor().

char whos_parameter::command
int whos_parameter::first_parameter_length
std::string whos_parameter::line

Definition at line 1022 of file variables.cc.

Referenced by symbol_info_list::parse_whos_line_format(), and print_descriptor().

char whos_parameter::modifier
int whos_parameter::parameter_length
std::string whos_parameter::text

The documentation for this struct was generated from the following file: