My Project
|
The implementation of the "groupBy" filter. More...
Classes | |
struct | ListElem |
class | SortList |
Static Public Member Functions | |
static TemplateVariant | apply (const TemplateVariant &v, const TemplateVariant &args) |
Static Private Member Functions | |
static QCString | determineSortKey (TemplateStructIntf *s, const QCString &attribName) |
The implementation of the "groupBy" filter.
Definition at line 957 of file template.cpp.
|
inlinestatic |
Definition at line 976 of file template.cpp.
References TemplateList::alloc(), TemplateList::append(), TemplateListIntf::createIterator(), TemplateListIntf::ConstIterator::current(), determineSortKey(), FilterGroupBy::ListElem::key, TemplateVariant::List, TemplateVariant::String, TemplateListIntf::ConstIterator::toFirst(), TemplateVariant::toList(), TemplateListIntf::ConstIterator::toNext(), TemplateVariant::toString(), TemplateVariant::toStruct(), TemplateVariant::type(), and FilterGroupBy::ListElem::value.
|
inlinestaticprivate |
Definition at line 1024 of file template.cpp.
References TemplateStructIntf::get(), and TemplateVariant::toString().
Referenced by apply().