wxMaxima
Loading...
Searching...
No Matches
Data Fields
MaximaVariableUpdate Struct Reference

One variable update from a <variables> document Maxima sent. More...

#include <MaximaVariableUpdates.h>

Data Fields

wxString m_name
 The variable's name.
 
wxString m_value
 The variable's value, verbatim as Maxima sent it. Only valid if m_bound.
 
bool m_bound = false
 True = the variable is bound to a value; false = it is undefined.
 

Detailed Description

One variable update from a <variables> document Maxima sent.

Represents one <variable> element: its <name> and, if the variable is bound, the raw

content (exactly as sent - if stringdisp:true made Maxima quote a string value, the quotes are still present here; stripping them is the consumer's decision).


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