Returns length of string (String formatting functions).
More...
#include <StringLength.h>
|
virtual ReturnType | accept (VisitorType &guest) const=0 |
| It call the visit method from the guest object.
|
|
|
Methods related to instantiation and destruction.
|
virtual Expression * | clone () const =0 |
| It returns a clone of this object.
|
|
|
Methods related to instantiation and destruction.
|
void | setFallbackValue (const std::string &v) |
|
const std::string & | getFallbackValue () const |
|
std::string | m_fallbackValue |
| The value of the fallbackValue attribute is used as a default value, if the SE implementation does not support the function. If the implementation supports the function, then the result value is determined by executing the function. (Mandatory)
|
|
Returns length of string (String formatting functions).
The function returns the number of characters in a string. The argument is converted to a string before computing its length.
- See also
- Function, ParameterValue, StringPosition, Trim
Definition at line 52 of file StringLength.h.
◆ ReturnType
◆ VisitorType
◆ StringLength()
te::se::StringLength::StringLength |
( |
| ) |
|
◆ ~StringLength()
te::se::StringLength::~StringLength |
( |
| ) |
|
◆ accept()
It call the visit method from the guest object.
- Parameters
-
guest | The guest or visitor. |
- Returns
- Any valid value define by the template type R.
◆ clone()
virtual Expression * te::fe::Expression::clone |
( |
| ) |
const |
|
pure virtualinherited |
◆ getFallbackValue()
const std::string & te::se::Function::getFallbackValue |
( |
| ) |
const |
|
inherited |
◆ setFallbackValue()
void te::se::Function::setFallbackValue |
( |
const std::string & |
v | ) |
|
|
inherited |
◆ setStringValue()
◆ m_fallbackValue
std::string te::se::Function::m_fallbackValue |
|
protectedinherited |
The value of the fallbackValue attribute is used as a default value, if the SE implementation does not support the function. If the implementation supports the function, then the result value is determined by executing the function. (Mandatory)
Definition at line 88 of file Function.h.
◆ m_stringValue
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/se/StringLength.h