GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::whos_parameter Struct Reference

#include "syminfo.h"

Collaboration diagram for octave::whos_parameter:

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 42 of file syminfo.h.

Member Data Documentation

◆ balance

int octave::whos_parameter::balance

Definition at line 48 of file syminfo.h.

Referenced by octave::symbol_info_list::parse_whos_line_format().

◆ command

char octave::whos_parameter::command

◆ first_parameter_length

int octave::whos_parameter::first_parameter_length

◆ line

std::string octave::whos_parameter::line

Definition at line 50 of file syminfo.h.

Referenced by octave::symbol_info_list::parse_whos_line_format().

◆ modifier

char octave::whos_parameter::modifier

◆ parameter_length

int octave::whos_parameter::parameter_length

◆ text

std::string octave::whos_parameter::text

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