|
SPRAAK
|
Data Fields | |
| const char * | name |
| variable name More... | |
| struct SprVarlist_t * | next |
| the next variable More... | |
| int | flags |
| flags: see the corresponding enum More... | |
| int | len |
| length of a vector variable More... | |
| SprFevalReal * | vec |
| the values for a vector variable More... | |
| SprFevalReal | val |
| value for a non vector variable More... | |
| const char* SprVarlist::name |
variable name
| struct SprVarlist_t* SprVarlist::next |
the next variable
| int SprVarlist::flags |
flags: see the corresponding enum
| int SprVarlist::len |
length of a vector variable
| SprFevalReal* SprVarlist::vec |
the values for a vector variable
| SprFevalReal SprVarlist::val |
value for a non vector variable
1.8.6