Static Public Member Functions | List of all members
FilterAppend Class Reference

The implementation of the "append" filter. More...

Static Public Member Functions

static TemplateVariant apply (const TemplateVariant &v, const TemplateVariant &arg)
 

Detailed Description

The implementation of the "append" filter.

Definition at line 725 of file template.cpp.

Member Function Documentation

static TemplateVariant FilterAppend::apply ( const TemplateVariant v,
const TemplateVariant arg 
)
inlinestatic

Definition at line 728 of file template.cpp.

729  {
732  {
733  return TemplateVariant(v.toString() + arg.toString());
734  }
735  else
736  {
737  return v;
738  }
739  }
QCString toString() const
Definition: template.h:232
Variant type which can hold one value of a fixed set of types.
Definition: template.h:90
Type type() const
Definition: template.h:142

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