|
wxMaxima
|
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. | |
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).