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

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

Static Public Member Functions

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

Detailed Description

The implementation of the "texindex" filter.

Definition at line 706 of file template.cpp.

Member Function Documentation

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

Definition at line 709 of file template.cpp.

710  {
711  if (v.isValid() && (v.type()==TemplateVariant::String))
712  {
714  }
715  else
716  {
717  return v;
718  }
719  }
const bool FALSE
Definition: qglobal.h:370
QCString latexEscapeIndexChars(const char *s, bool insideTabbing)
Definition: util.cpp:6683
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: