Specialization of functor AppendableTraits for type ExpressionVal.
Definition at line 289 of file expression.inl.
Public Method Index: | |
void | operator() (AString &target, const expressions::ExpressionVal &src) |
|
inline |
Appends the result of ExpressionVal::GetNormalizedString to the target.
target | The AString that method Append was invoked on. |
src | The expression to append. |
Definition at line 296 of file expression.inl.