Public Member Functions | |
| Impl (const NArgs &args) | |
| int32 | getStringLength () const |
| Returns the size of the string returned by the expression, or -1 if not known. | |
| EString | evalImpl (EvalAs< EString >, const EvalContext &ctxt) throw (EvalException) |
| Evaluate as a string. | |
|
|
|
|
||||||||||||
|
Evaluate as a string.
Implements TypedExpression< EString >.
|
|
|
Returns the size of the string returned by the expression, or -1 if not known. By default returns -1. Reimplemented from Expression.
|
1.3.8