| 1347 | }; |
| 1348 | |
| 1349 | void Clear() |
| 1350 | { |
| 1351 | if (this->Type == STRING || this->Type == IDENTIFIER) // IsStringType |
| 1352 | { |
| 1353 | delete this->StringPtr; |
| 1354 | } |
| 1355 | } |
| 1356 | |
| 1357 | void AssignData(const vtkFoamToken& tok) |
| 1358 | { |
no outgoing calls
no test coverage detected