342 |
intoString(std::ostringstream& oss) const; |
intoString(std::ostringstream& oss) const; |
343 |
|
|
344 |
/** |
/** |
345 |
|
\warning internal use only!! |
346 |
|
*/ |
347 |
|
void |
348 |
|
intoTreeString(std::ostringstream& oss,std::string indent) const; |
349 |
|
|
350 |
|
/** |
351 |
\brief Converts the DataLazy into an IDENTITY storing the value of the expression. |
\brief Converts the DataLazy into an IDENTITY storing the value of the expression. |
352 |
This method uses the original methods on the Data class to evaluate the expressions. |
This method uses the original methods on the Data class to evaluate the expressions. |
353 |
For this reason, it should not be used on DataExpanded instances. (To do so would defeat |
For this reason, it should not be used on DataExpanded instances. (To do so would defeat |