te::se::Concatenate Class Referenceabstract

Concatenates strings (String formatting functions). More...

#include <Concatenate.h>

Inheritance diagram for te::se::Concatenate:
te::se::Function te::fe::Expression te::common::BaseVisitable< Visitor >

Public Types

typedef void ReturnType
 
typedef Visitor VisitorType
 

Public Member Functions

virtual ReturnType accept (VisitorType &guest) const =0
 It call the visit method from the guest object. More...
 
void add (ParameterValue *v)
 
virtual Expressionclone () const =0
 It returns a clone of this object. More...
 
const std::string & getFallbackValue () const
 
void setFallbackValue (const std::string &v)
 
Initializer Methods

Methods related to instantiation and destruction.

 Concatenate ()
 It initializes a new Concatenate. More...
 
 ~Concatenate ()
 Destructor. More...
 

Protected Attributes

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) More...
 

Private Attributes

std::vector< ParameterValue * > m_stringValue
 Mandatory at least two. More...
 

Detailed Description

Concatenates strings (String formatting functions).

The function concatenates strings. It is used to create concatenated strings as arguments of functions.

See also
Function, ParameterValue

Definition at line 50 of file Concatenate.h.

Member Typedef Documentation

typedef void te::common::BaseVisitable< Visitor , void >::ReturnType
inherited

Definition at line 58 of file BaseVisitable.h.

typedef Visitor te::common::BaseVisitable< Visitor , void >::VisitorType
inherited

Definition at line 57 of file BaseVisitable.h.

Constructor & Destructor Documentation

te::se::Concatenate::Concatenate ( )
default

It initializes a new Concatenate.

te::se::Concatenate::~Concatenate ( )

Destructor.

Definition at line 33 of file Concatenate.cpp.

References te::common::FreeContents(), and m_stringValue.

Member Function Documentation

virtual ReturnType te::common::BaseVisitable< Visitor , void >::accept ( VisitorType guest) const
pure virtualinherited

It call the visit method from the guest object.

Parameters
guestThe guest or visitor.
Returns
Any valid value define by the template type R.
void te::se::Concatenate::add ( ParameterValue v)

Definition at line 38 of file Concatenate.cpp.

References m_stringValue.

const std::string & te::se::Function::getFallbackValue ( ) const
inherited

Member Data Documentation

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 se/Function.h.

Referenced by te::se::Categorize::Categorize(), te::se::Function::getFallbackValue(), te::se::Interpolate::Interpolate(), and te::se::Function::setFallbackValue().

std::vector<ParameterValue*> te::se::Concatenate::m_stringValue
private

Mandatory at least two.

Definition at line 71 of file Concatenate.h.

Referenced by add(), and ~Concatenate().


The documentation for this class was generated from the following files: