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

#include "syminfo.h"

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 whos_parameter::balance

Definition at line 48 of file syminfo.h.

Referenced by symbol_info_list::parse_whos_line_format().

◆ command

char whos_parameter::command

◆ first_parameter_length

int whos_parameter::first_parameter_length

Definition at line 47 of file syminfo.h.

Referenced by symbol_info_list::parse_whos_line_format().

◆ line

std::string whos_parameter::line

Definition at line 50 of file syminfo.h.

Referenced by symbol_info_list::parse_whos_line_format().

◆ modifier

char whos_parameter::modifier

◆ parameter_length

int whos_parameter::parameter_length

Definition at line 46 of file syminfo.h.

Referenced by symbol_info_list::parse_whos_line_format().

◆ text

std::string whos_parameter::text

Definition at line 49 of file syminfo.h.

Referenced by symbol_info_list::parse_whos_line_format().


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