wxEcMath - Official documentation
0.6.4
|
Stores an expression and two indexes (From/To) More...
#include <ec_defs.h>
Public Attributes | |
long | From |
long | To |
wxString | Function |
Stores an expression and two indexes (From/To)
This structure is only used by wxEcEngine to mark the position of two brackets in an expression. Normally, you are not expected to need this resource.
long wxEcPosition::From |
Beginning of the tagged area.
wxString wxEcPosition::Function |
The expression.
long wxEcPosition::To |
End of the tagged area.