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

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

Static Public Member Functions

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

Detailed Description

The implementation of the "raw" filter.

Definition at line 643 of file template.cpp.

Member Function Documentation

static TemplateVariant FilterRaw::apply ( const TemplateVariant v,
const TemplateVariant  
)
inlinestatic

Definition at line 646 of file template.cpp.

647  {
649  {
650  return TemplateVariant(v.toString(),TRUE);
651  }
652  else
653  {
654  return v;
655  }
656  }
QCString toString() const
Definition: template.h:232
bool isValid() const
Definition: template.h:161
Variant type which can hold one value of a fixed set of types.
Definition: template.h:90
Type type() const
Definition: template.h:142
const bool TRUE
Definition: qglobal.h:371

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